Fix for Beryl Worspaces Problem in Feisty Fawn
Posted by admin on May 18th, 2007
Email This Post
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
The workspace options dissapeared when right clicking on a window using the beryl manager.
Solution
First you need to Add Beryl Edgy Repos
sudo vi /etc/apt/sources.list
Add the following at the bottom
## Beryl Edgy Repo
deb http://ubuntu.beryl-project.org/ edgy main
Then reload your update manager.
sudo aptitude update
Now you need to downgrade the following packages
libwnck18
libwnck-common
Go to the packet manager System -> Administration -> Synaptic Package Manager
Click on search and enter “libwnck”, click ok, then you should see several files returned.
Select libwnck18 and go Package -> Force Version, in the drop down menu select 2.16.1 and push ok. Repeat this for the common package as well. Then push apply and you will downgrade your version of both files.
Reboot your computer and on restart you can now switch workspaces like you used to, perhaps later a patch will be made for beryl to work with 2.18.0
If you want to stop the update manager from pestering you to upgrade to 2.18.0 just search for libwnck like before and select each of the two files one at a time and then go System -> Lock Version.
The only problem with this is you will have to update these two files manually if a new version is released



May 19th, 2007 at 11:04 am
hi,
i am new to ubuntu and have just installed beryl after hearing so much about it! unfortunately, when i load beryl my entire screen goes white (blank) and i can’t get out of it without restarting the computuer. please could someone help me with this issue?
May 20th, 2007 at 8:56 pm
Hey Hiten,
You’ll get more response from Ubuntu’s Forums found here http://ubuntuforums.org/
And if you search around, I’ll bet you’ll find an answer to your problem pretty quickly. I however don’t have one for you, or I would have posted it here. Hope this helps.
May 24th, 2007 at 8:03 am
I had some problems using the fix because of a missing public key, thought I’d post how to get it here:
wget http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg -O- | sudo apt-key add -
(from http://ubuntuforums.org/showthread.php?t=404274)