stig
April 24th, 2007, 02:04 PM
I just downloaded Beryl yesterday (I am using Debian etch), and must say that I am impressed.
Everything is working fine, I can adjust themes, use all the funny effects, see the cube, switch between beryl, compiz and metacity. However, the Beryl Settings Manager is not working. Nothing happens when I choose that.
If I type beryl-settings in a window I get the following:
[code:a8e11]stig@Debian:~$ beryl-settings
(beryl-settings:5058): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Traceback (most recent call last):
File "/usr/bin/beryl-settings", line 35, in ?
locale.setlocale(locale.LC_ALL, '')
File "/usr/lib/python2.4/locale.py", line 381, in setlocale
return _setlocale(category, locale)
locale.Error: unsupported locale setting
stig@Debian:~$
[/code:a8e11]
I then checked for the Beryl-manager:
[code:a8e11]stig@Debian:~$ aptitude search beryl-manager
i beryl-manager - Tray application launcher tool - Beryl Prostig@Debian:~$
stig@Debian:~$
Debian:/home/stig# aptitude search berylsettings
i A libberylsettings-dev - Development files for plugin settings - Be
i A libberylsettings0 - Settings library for plugins - Beryl Proje
p libberylsettings0-dbg - Debug symbols for Beryl
i libberylsettings0-gconf - Settings library for plugins - Beryl ProjeDebian:/home/stig#
[/code:a8e11]
That looks fine to me. Finally I attempted to figure out what is wrong by running:
[code:a8e11]Debian:/home/stig# python2.5 /usr/bin/beryl-settings
Traceback (most recent call last):
File "/usr/bin/beryl-settings", line 22, in <module>
import berylsettings
ImportError: No module named berylsettings
Debian:/home/stig#
[/code:a8e11]
nano /usr/bin/beryl-settings does not reveal anything extraordinary (line 22 is the first line that is not a comment). Is there anyone who can tell me, how I can get the Beryl Settings Manager working (or alternatively explain how to control Beryl without the manager)?
Stig
Everything is working fine, I can adjust themes, use all the funny effects, see the cube, switch between beryl, compiz and metacity. However, the Beryl Settings Manager is not working. Nothing happens when I choose that.
If I type beryl-settings in a window I get the following:
[code:a8e11]stig@Debian:~$ beryl-settings
(beryl-settings:5058): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Traceback (most recent call last):
File "/usr/bin/beryl-settings", line 35, in ?
locale.setlocale(locale.LC_ALL, '')
File "/usr/lib/python2.4/locale.py", line 381, in setlocale
return _setlocale(category, locale)
locale.Error: unsupported locale setting
stig@Debian:~$
[/code:a8e11]
I then checked for the Beryl-manager:
[code:a8e11]stig@Debian:~$ aptitude search beryl-manager
i beryl-manager - Tray application launcher tool - Beryl Prostig@Debian:~$
stig@Debian:~$
Debian:/home/stig# aptitude search berylsettings
i A libberylsettings-dev - Development files for plugin settings - Be
i A libberylsettings0 - Settings library for plugins - Beryl Proje
p libberylsettings0-dbg - Debug symbols for Beryl
i libberylsettings0-gconf - Settings library for plugins - Beryl ProjeDebian:/home/stig#
[/code:a8e11]
That looks fine to me. Finally I attempted to figure out what is wrong by running:
[code:a8e11]Debian:/home/stig# python2.5 /usr/bin/beryl-settings
Traceback (most recent call last):
File "/usr/bin/beryl-settings", line 22, in <module>
import berylsettings
ImportError: No module named berylsettings
Debian:/home/stig#
[/code:a8e11]
nano /usr/bin/beryl-settings does not reveal anything extraordinary (line 22 is the first line that is not a comment). Is there anyone who can tell me, how I can get the Beryl Settings Manager working (or alternatively explain how to control Beryl without the manager)?
Stig