|
The developers of GNOME DO are making a standalone version of Docky: Docky 2. It is still in development, but you already download and build it yourself using launchpad. This article shows how you can compile and install Docky 2 in openSUSE 11.2.
This article is written with openSUSE 11.2 in mind but can also be applicable to other openSUSE versions.
First install this on-click-install ymp file: http://download.opensuse.org/repositories/Mono/openSUSE_11.2/monodevelop.ymp
In a terminal do:
When you do this, Docky will be installed to /usr/local/bin
If autogen fails, it is probably because of some missing dependency. Autogen will tell you which Ubuntu package you need, but you have to 'translate' it to a openSUSE package. For example: if it complains about a missing gnome-keyring-sharp-1.0 package, you have to install gnome-keyring-sharp-devel. Google is your friend.
su root
zypper install bzr intltool gtk-sharp2-gapi gnome-keyring-sharp-devel devel_mono ndesk-dbus-glib-devel
bzr branch lp:docky
cd docky
./autogen
make
make install
zypper install bzr intltool gtk-sharp2-gapi gnome-keyring-sharp-devel devel_mono ndesk-dbus-glib-devel
bzr branch lp:docky
cd docky
./autogen
make
make install
When you do this, Docky will be installed to /usr/local/bin
External links ...Was this article useful to you? Please help me by using the toolbar below to tweet the article, give it an eKudo or add it to Hyves, Facebook, Delicous, Digg or another site. Thanks!
Comments on this article
There are no comments on this article yet. You can be first.Add comment
Adding a comment is simple and registration is not needed!Your IP address is logged, but will not published, all comments need E-mail confirmation and are moderated one by one. Abuse is not tolerated. It is not possible to edit your comment afterwards.


External links




Problem: While Docky in GNOME DO 0.8.2 was working fine in openSUSE 11.2, Docky 2 (2.0.0-Alpha-1 bzr docky r601) is stuttering on my computer. I have seen this same behaviour with Docky in GNOME DO on Ubuntu 9.10 (Karmic Koala). I think it's caused by the Intel (GM45/GL4) graphics chipset in my laptop. There are known regressions with Intel linux drivers lately. But again, with Docky in GNOME DO 0.8.2 on the same computer I have no problems.