$this->Twitter->status('Merry Christmas!!!');
Jan 15

Traceback (most recent call last):
File "/usr/bin/beryl-settings", line 2, in ?
import berylsettings
ImportError: No module named berylsettings

i encountered that error recently…
and here is my solutions : edit /usr/bin/beryl-settings with root permission on line says

#!/usr/bin/env python

change it to

#!/usr/bin/env python2.5

enable your Treviño’s repository and type this to your console

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install beryl-settings-bindings

and if you get this ( on the above operation this will automatically install python-all but still I get this error )

Traceback (most recent call last):
File "/usr/bin/beryl-settings", line 3, in ?
import gtk
ImportError: No module named gtk

install this

sudo apt-get install python-gtk2 python-glade2

and if you get this error

Traceback (most recent call last): File "/usr/bin/beryl-settings", line 1421, in makeCategoryArea(Category) File "/usr/bin/beryl-settings", line 1268, in makeCategoryArea CatBasePixbuf = gdk.pixbuf_new_from_file_at_size("%s/%s"%
(BaseDir,CatImages[Category.Name]),IconSize,IconSize)
gobject.GError: Unrecognized image file format

something like that, install this one

sudo apt-get install librsvg2-common

note : this is based from the error i encountered but it seems that things work properly im not saying that this is the solution if you will still encounter some error feel free to post a comment

soucelink : beryl , Treviño

thanks to Treviño for keeping his repository/package updated. and keep up the good work!

screenshot :

Beryl 0.2.0svn and Emerald 0.2.0svn

technorati tags:, , ,

Blogged with Flock

Jan 15

$this->Post->title('Firefox Backspace action');

…bit confused when I press backspace my page in firefox2.0 will scroll up and not go back in previous page. Well that was the Linux default. :D Some kind a weird. hehehe. And pressing shift + backspace will scroll down your page. It is a feature of firefox in Linux platfrom.

The backspace key was mapped to the browser ‘Back’ function in Mozilla for consistency with Internet Explorer. However, to improve consistency with other applications running on Linux, it was decided that this mapping should be optional—and set based on which platform the browser was running on. As a compromise, this preference was created to allow the backspace key to either go back/forward, scroll up/down a page, or do nothing. - mozillazine

how to turn off this feature? go to address bar and type about:config
and press enter. and go to Filter for browser.backspace_action and change the value to 0.

technorati tags:, ,

Blogged with Flock

Jan 15

$this->Post->title('beryl-settings: Latest SVN package');

toink! i always get this error when running the beryl-settings

Traceback (most recent call last):
File "/usr/bin/beryl-settings", line 2, in ?
import berylsettings
ImportError: No module named berylsettings

someone says that this is the solution but unfortunately still not work for me. I know it is an SVN package, kaya hindi pa siya ganon ka stable. kaya salamat na din sa effort. and keep up the good work! :)

all i can do is uninstall all the 0.1.5 svn package, disable Treviño’s repository, add the beryl’s ubuntu repository and install it again ( 0.1.4 package ). now i can change the settings of my 0.1.4 beryl. :)

technorati tags:, ,

Solution Link : ImportError: No module named beryls settings ( Beryl latest SVN Package )

Blogged with Flock