gdesklet not started both from command line and from gnome menu

Bug #130485 reported by Cem Ahmet Mercan
This bug report is a duplicate of:  Bug #83922: gdesklets does not start. Edit Remove
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
gDesklets
Confirmed
Low
Christian Meyer

Bug Description

i am using ubuntu feisty with turkish locale (tr_TR.UTF-8).
this is my uname -a
Linux h2o 2.6.20-16-generic #2 SMP Thu Jun 7 19:00:28 UTC 2007 x86_64 GNU/Linux

when i try to start from command line gdesklets say same thing:
gdesklets version or gdesklets shell or gdesklet start etc.:
Cannot establish connection to daemon: timeout!
The log file might help you solving the problem.

installed packets:
gdesklets 0.35.3-4ubuntu2
gdesklets-data 0.35.6-1
python 2.5.1-0ubuntu3

Changed in gdesklets:
importance: Undecided → Low
status: New → In Progress
Revision history for this message
Christian Meyer (chrisime) wrote :

I'd need more information. Have a look at ~/.gdesklets/log/.

Changed in gdesklets:
assignee: nobody → chrisime
status: In Progress → Confirmed
Revision history for this message
Cem Ahmet Mercan (ahmet-mercan) wrote :

Log messages of /home/mercan/.gdesklets/logs/gdesklets%3A0.0.log
/usr/lib/gdesklets/main/__init__.py:118: GtkDeprecationWarning: gtk.threads_init is deprecated, use gtk.gdk.threads_init instead
  gtk.threads_init()

==========================================================[08/05/07-16:56:27]===
Could not import tiling module!

Revision history for this message
Kreuger Burns (car-crazy33) wrote :

I get the same problem, it shows:

Log messages of /home/kreuger/.gdesklets/logs/gdesklets%3A0.0.log

==========================================================[09/27/07-19:18:50]===
=== Unhandled error! Something bad and unexpected happened. ===

[EXC]/var/lib/python-support/python2.5/gtk-2.0/gtk/_gtk.so: undefined symbol: gtk_recent_action_get_type
in /usr/lib/gdesklets/gdesklets-daemon: line 127 <module>
in /usr/lib/gdesklets/gdesklets-daemon: line 108 _gdesklets_main
in /usr/lib/gdesklets/main/__init__.py: line 114 init
in /usr/lib/gdesklets/utils/ErrorFormatter.py: line 118 _new_imp
in /var/lib/python-support/python2.5/gtk-2.0/gtk/__init__.py: line 48 <module>
in /usr/lib/gdesklets/utils/ErrorFormatter.py: line 118 _new_imp
[EXC]/usr/lib/gdesklets/utils/ErrorFormatter.py

[---] 113 # give us an absolute path.
[---] 114 #
[---] 115 _old_imp = __import__
[---] 116 def _new_imp(name, globs = {}, locls = {}, fromlist = []):
[---] 117
[ERR]> 118 module = _old_imp(name, globs, locls, fromlist)
[---] 119 # builtin modules have no "__file__" attribute, so we have to check for it
[---] 120 if (module):
[---] 121 if (hasattr(module, "__file__")):
[---] 122 module.__file__ = os.path.abspath(module.__file__)
[---] 123 return module

Revision history for this message
Kreuger Burns (car-crazy33) wrote :

Or maybe mine is different

Revision history for this message
Christian Meyer (chrisime) wrote : Re: [Bug 130485] Re: gdesklet not started both from command line and from gnome menu

The beta release can be downloaded now. Please test it. The best thing you
can do to help us, is to test it on a fresh system. Don't upgrade from an
earlier version. Thus, you can make sure no older libraries are installed on
your system. Thanks!

Revision history for this message
Maha Basheikh (mahasmb) wrote :
Download full text (3.4 KiB)

Gdesklets was working fine about a month or so ago. But since then it's simply stopped working. I've tried completely removing it and installing again, I even compiled and installed from a .tar.bz2 file. Nothing gives.

Whenever I open gdesklets an empty gdesklet window pops up and then disappears again.

When I run gdesklets from the terminal, this is what I get:

 maha@maha-dlu:~$ gdesklets
 Starting gdesklets-daemon...
 Cannot establish connection to daemon: connection timeout
 The log file might help in solving the problem.

-----------------------
Log file 1
-----------------------
Log messages of /home/maha/.gdesklets/logs/gdesklets%3A0.0.log

================================================== ========[11/14/07-18:10:02]===
=== Unhandled error! Something bad and unexpected happened. ===

[EXC]db type could not be determined
in /usr/local/lib/gdesklets/gdesklets-daemon: line 129 <module>
in /usr/local/lib/gdesklets/gdesklets-daemon: line 110 _gdesklets_main
in /usr/local/lib/gdesklets/utils/ErrorFormatter.py: line 118 _new_imp
in /usr/local/lib/gdesklets/main/Starter.py: line 2 <module>
in /usr/local/lib/gdesklets/utils/ErrorFormatter.py: line 118 _new_imp
in /usr/local/lib/gdesklets/config/DaemonConfigger.py : line 1 <module>
in /usr/local/lib/gdesklets/utils/ErrorFormatter.py: line 118 _new_imp
in /usr/local/lib/gdesklets/config/StateSaver.py: line 128 <module>
in /usr/local/lib/gdesklets/config/StateSaver.py: line 30 __init__
in /usr/local/lib/gdesklets/config/Backend.py: line 68 Backend
in shelve.py: line 225 open
in shelve.py: line 209 __init__
in anydbm.py: line 80 open
[EXC]/usr/lib/python2.5/anydbm.py

[---] 75 mod = _defaultmod
[---] 76 else:
[---] 77 raise error, "need 'c' or 'n' flag to open new db"
[---] 78 elif result == "":
[---] 79 # db type cannot be determined
[ERR]> 80 raise error, "db type could not be determined"
[---] 81 else:
[---] 82 mod = __import__(result)
[---] 83 return mod.open(file, flag, mode)

-----------------------
Log file 2
-----------------------
Log messages of /home/maha/.gdesklets/logs/gdesklets%3A1.0.log
/usr/lib/gdesklets/main/__init__.py:118: GtkDeprecationWarning: gtk.threads_init is deprecated, use gtk.gdk.threads_init instead
gtk.threads_init()

================================================== ========[11/12/07-15:16:15]===
=== Unhandled error! Something bad and unexpected happened. ===

[EXC]db type could not be determined
in /usr/lib/gdesklets/gdesklets-daemon: line 127 <module>
in /usr/lib/gdesklets/gdesklets-daemon: line 114 _gdesklets_main
in /usr/lib/gdesklets/utils/ErrorFormatter.py: line 118 _new_imp
in /usr/lib/gdesklets/main/Starter.py: line 2 <module>
in /usr/lib/gdesklets/utils/ErrorFormatter.py: line 118 _new_imp
in /usr/lib/gdesklets/config/DaemonConfigger.py: line 1 <module>
in /usr/lib/gdesklets/utils/ErrorFormatter.py: line 118 _new_imp
in /usr/lib/gdesklets/config/StateSaver.py: line 128 <module>
in /usr/lib/gdesklets/config/StateSaver.py: line 30 __init__
in /usr/lib/gdesklets/config/Backend.py: line 68 Backend
in shelve.py: line 225 open
in shelve.py: line 209 __init__
in anydbm.py: line 80 open
[EXC]/usr/lib/python2.5/anydbm.py

[---] 75 mod = _defaultmod
[---] 76 else...

Read more...

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.