PDA

View Full Version : [SOLVED] lost beryl icon after upgraded ubuntu 7.04


chess314
April 29th, 2007, 11:34 PM
so i upgraded to 7.04 and now my beryl icon is gone, and my theme is gone. i assume im using some new built in version of beryl and not the one i had before the upgrade. what should i run to get the old beryl back?

Thanks

ianni67
April 30th, 2007, 09:51 AM
Did you read the unofficial how-to by Adam?
viewtopic.php?f=37&t=90 (http://forums.opencompositing.org/viewtopic.php?f=37&t=90)

adamk
April 30th, 2007, 12:40 PM
Do you still have beryl installed at all? What does synaptic show?

Adam

chess314
April 30th, 2007, 05:02 PM
ya beryls installed. i just lost my little icon so i cant turn it on.
however i can turn on whatever version came with the newest ubuntu.

adamk
April 30th, 2007, 05:05 PM
Are you using gnome? If so, go into the sessions control panel, add a new startup program called "Beryl Manager" with the command "/usr/bin/beryl-manager", and then restart X. Hopefully the beryl icon will show up then.

Adam

chess314
April 30th, 2007, 05:18 PM
hmm, beryl-manager doesnt appear to be installed. it wont run when i type that form the command prompt.

maybe it would be easier just to use the version that came with ubuntu. but how to i change the settings on this one?

Thanks

adamk
April 30th, 2007, 05:24 PM
You can probably just install beryl-manager via synaptic (or apt-get) without any problems.

Adam

chess314
April 30th, 2007, 05:26 PM
thanks, what should i add to my sources list to find that?

adamk
April 30th, 2007, 05:29 PM
You shouldn't have to add anything. It's in the universe repository, so you may have to uncomment that particular line, but it will already be in your sources.list file already.

Adam

chess314
April 30th, 2007, 05:36 PM
universe is uncommented yet there is no "beryl-manager" when i search for "beryl" i see
beryl-core
beryl-plugins
beryl-plugins-data
emerald
and some libs

adamk
April 30th, 2007, 05:38 PM
What do your universe lines look like? Because it's definitely there:

adamk@sedna:~$ apt-cache show beryl-manager
Package: beryl-manager
Priority: optional
Section: universe/x11
Installed-Size: 596
Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
Original-Maintainer: Nicholas Thomas <lupine@beryl-project.org>
Architecture: i386
Version: 0.2.1-0ubuntu1
Filename: pool/universe/b/beryl-manager/beryl-manager_0.2.1-0ubuntu1_i386.deb

chess314
April 30th, 2007, 07:27 PM
## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://us.archive.ubuntu.com/ubuntu/ feisty universe
deb-src http://us.archive.ubuntu.com/ubuntu/ feisty universe


thanks again

adamk
April 30th, 2007, 09:29 PM
Have you run a 'sudo apt-get update' recently? I commented out all repositories but those two, ran an update, and was able to pull beryl-manager.

Adam

chess314
April 30th, 2007, 11:43 PM
cool, that worked thanks