
Docky with stacks *.deb package
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on git.opendesktop.org
This package will remove docky and install this docky version with stacks.
I have created this package because when I compiled \"stacks\" it was hard to find all dependencies and with a *.deb all is easyer.
If you want to remove this version and reinstall docky without stacks:
1) $ sudo apt-get remove stacks
2) $ sudo apt-get install docky
IMPORTANT
If you dont have installed docky, be sure to install docky dependencies, I recommend you to install docky from bzr ppa and then this package, I have not added any dependencie in this package, sorry, I will in the future, please only install if you know what are you doing.
For 64 bit packages, I have read that its possible to force the install in a 64 bit system with docky, here the instrucctions, BUT I HAVE NOT TESTED THIS. I could compile docky for all architectures, but I dont have enough machines for testing the packages...
Convert 32bit deb to 64bit deb
1. Download the 32bit.deb file
2. In a terminal window go to the directory containing the 32bit.deb file
3. Create a tmp dir:
mkdir tmp
4. Extract the deb file to the tmp dir:
dpkg-deb -x NAME.deb tmp
5. Extract the control files:
dpkg-deb --control NAME.deb tmp/DEBIAN
6. Change the Architecture parameter from “i386″ to “all”:
sed -i "s/i386/all/" tmp/DEBIAN/control
7. Repackage the deb file:
dpkg -b tmp NAME_64.deb
Now you can install Docky Stacks on a 64-bit system!
*** Where you see NAME please replace with file NAME being converted***
*** The .deb does come with a prerequisite: that all Docky dependencies* are installed beforehand and the .deb itself is 32bit only. AS STATED ABOVE ***
*** Logout then log back in after install ***
Thats all, enjoy!

metaladicto1
Dec 10 2010
bezure
8 years ago
ran an apt-get build-dep docky before hand too but received an error
** (/usr/lib/docky/Docky.exe:9931): WARNING **: The following assembly referenced from /usr/lib/docky/Docky.exe could not be loaded:
Assembly: dbus-sharp-glib (assemblyref_index=13)
Version: 1.0.0.0
Public Key: 5675b0c3093115b5
The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/usr/lib/docky/).
There was a little more after this too but to save space in here . . .
Anyway, if anyone gets it firing on 64bit platforms please let me know. I'm headed over to launchpad for a read.
Report
algalord
8 years ago
sudo apt-get install mono-runtime libc6 libdbus-glib1.0-cil libdbus1.0-cil libgconf2.0-cil libgio-cil libglib2.0-0 libglib2.0-cil libgnome-keyring1.0-cil libgnomedesktop2.20-cil libgtk2.0-0 libgtk2.0-cil libmono-addins0.2-cil libmono-cairo2.0-cil libmono-corlib2.0-cil libmono-posix2.0-cil libmono-sharpzip2.84-cil libmono-system-web2.0-cil libmono-system2.0-cil libnotify0.4-cil librsvg2-2.18-cil libwnck2.20-cil libx11-6 gconf2 librsvg2-common dockmanager
These are the dependencies for docky BZR, it uses a lot of mono libraries...
Report
bezure
8 years ago
I've enabled all the repositories on my Ubuntu machine but no go.
The closest I can find in synaptic are libndesk-dbus-glib1.0-cil & it's dev, and libdbus-glib-1-2 but they're already installed.
Sorry to be dense, but what is it that I've overlooked?
BTW, all the other packages in your post are up to date on my system.
Report
algalord
8 years ago
This is the description of libdbus-glib1.0-cil
dbus-sharp is a fork of ndesk-dbus, which is a C# implementation of
D-Bus. It's often referred to as "managed D-Bus" to avoid confusion
with existing bindings (which wrap libdbus).
D-Bus is a message bus, used for sending messages between
applications. Conceptually, it fits somewhere in between raw sockets
and CORBA in terms of complexity.
This package provides integration into the GLib mainloop and contains
the dbus-sharp-glib library itself.
That is the library lost on your system, you need it.
Add the docky unestable ppa as I said on description, install docky from there then install stacks.
Add this
http://ppa.launchpad.net/docky-core/ppa/ubuntu
or use ubuntutweak
The libraries are provided by the ppa I think.
Report
bezure
8 years ago
And yes, Maverick AMD64, running superbly on my iMac I might add. Hence the reason I was piqued by this great piece of software.
Thanks again!
Report
max1m
8 years ago
Report
algalord
8 years ago
Report
stephanius
8 years ago
Report
algalord
8 years ago
https://code.launchpad.net/~docky-core/docky/stacks
Report
stephanius
8 years ago
Report
bezure
8 years ago
Nice, but a little cluttered given that it contains all the entries from the System/Preferences and System/Administration as well.
If you create "Apps" and "Utilities" folders in ~/ you can create links to your preferred software and then drop the folders onto the dock. Tested and works also.
Ubuntu Maverick AMD64-
Report