PDA

View Full Version : [ubuntu] gdesklets problem in 10.04 version



MaxTub
April 30th, 2010, 03:11 PM
I can not run gdesklets in ubuntu 10.04.
When I do gdesklets check I got this message:

ERROR:/build/buildd/pyorbit-2.24.0/src/pyorbit-utils.c:39:_pyorbit_escape_name: assertion failed: (keyword_mod != NULL)
- ORBit ...Aborted

mister_p_1998
April 30th, 2010, 03:40 PM
Its fixed here (sort of, going back to previous version)

http://ubuntuforums.org/showthread.php?t=1454324

Steve

ghimus
November 30th, 2010, 05:03 PM
I don't have a solution, just an alternative:
http://www.screenlets.org/

jeffsa12
March 5th, 2011, 08:42 AM
Fix gdesklets in ubuntu 10.04 / Linux Mint 9.0

A simple edit is all thats necessary. Here's the fix!

1) gksu nautilus in terminal
2) go to /usr/lib/gdesklets/utils/ErrorFormatter.py
3) open the above file with gedit gksu mode
4) edit as follows:

change this line

def _new_imp(name, globs = {}, locls = {}, fromlist = []):

to this

def _new_imp(name, globs = {}, locls = {}, fromlist = [], test = []):

Then save the changes.

hellonearth
April 13th, 2011, 01:20 PM
Thanks it works for me !!!:popcorn: