gdesklets never loads

Bug #600030 reported by actionparsnip
20
This bug affects 4 people
Affects Status Importance Assigned to Milestone
gdesklets (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: gdesklets

andy@D420:~$ gdesklets
** Message: pygobject_register_sinkfunc is deprecated (GtkWindow)
** Message: pygobject_register_sinkfunc is deprecated (GtkInvisible)
** Message: pygobject_register_sinkfunc is deprecated (GtkObject)
Starting gdesklets-daemon...
Connecting to daemon [### ]** Message: pygobject_register_sinkfunc is deprecated (GtkWindow)
** Message: pygobject_register_sinkfunc is deprecated (GtkInvisible)
** Message: pygobject_register_sinkfunc is deprecated (GtkObject)
Connecting to daemon [ ### ]
==========================================================[06/30/10-01:41:39]===
Could not import tiling module!

Cannot establish connection to daemon: timeout!
The log file might help you solving the problem.

andy@D420:~$ uname -a
Linux D420 2.6.35-6-generic #8-Ubuntu SMP Mon Jun 28 03:15:21 UTC 2010 i686 GNU/Linux

andy@D420:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu maverick (development branch)
Release: 10.10
Codename: maverick

andy@D420:~$ dpkg -l | grep gdesk
ii gdesklets 0.36.1-4 Architecture for desktop applets
ii gdesklets-data 0.35.6-3 Applets for gdesklets

Running the app via menu achieves nothing so I launched it from terminal to see the display above

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: gdesklets 0.36.1-4
ProcVersionSignature: Ubuntu 2.6.35-6.8-generic 2.6.35-rc3
Uname: Linux 2.6.35-6-generic i686
Architecture: i386
Date: Wed Jun 30 01:43:36 2010
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
ProcEnviron:
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: gdesklets

Revision history for this message
actionparsnip (andrew-woodhead666) wrote :
Revision history for this message
Joe Sapp (sappj) wrote :

What does `gdesklets check` give you?

Revision history for this message
actionparsnip (andrew-woodhead666) wrote :

andy@D420:~$ gdesklets check
** Message: pygobject_register_sinkfunc is deprecated (GtkWindow)
** Message: pygobject_register_sinkfunc is deprecated (GtkInvisible)
** Message: pygobject_register_sinkfunc is deprecated (GtkObject)
Checking requirements:
 - sys ... found
 - xml.parsers.expat ... found
 - xml.sax ... found
 - gtk ... found
**
ERROR:/build/buildd/pyorbit-2.24.0/src/pyorbit-utils.c:39:_pyorbit_escape_name: assertion failed: (keyword_mod != NULL)
 - ORBit ...Aborted

Revision history for this message
Joe Sapp (sappj) wrote :

I wonder if this is a pyorbit issue. Line 39 at http://git.gnome.org/browse/pyorbit/tree/src/pyorbit-utils.c is where the assertion fails, which means PyImport_ImportModule("keyword") returns NULL. Does anybody know why this happens?

Revision history for this message
Yogesh Karachiwala (mr-yogi) wrote :

I get same issue

$ gdesklets check
Checking requirements:
 - sys ... found
 - xml.parsers.expat ... found
 - xml.sax ... found
 - gtk ... found
**
ERROR:/build/buildd/pyorbit-2.24.0/src/pyorbit-utils.c:39:_pyorbit_escape_name: assertion failed: (keyword_mod != NULL)
 - ORBit ...Aborted

Revision history for this message
daincredibleholg (daincredibleholg) wrote :

Same problem here, including the result of "gdesklet check" Yogesh provided :(

Revision history for this message
Bjoern Koch (h.humpel) wrote :

Is this the typical ubuntu "Could not import tiling module!" problem/error/bug or is this something new ?!
Just wondering...

Revision history for this message
sectorq (jaydee-inmail) wrote :

 i found solution for this problem.

in file /usr/lib/gdesklets/utils/ErrorFormatter.py

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

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

Revision history for this message
Marcin Dylewski (marcin-dylewski-m) wrote :

Thanks. That worked for me.

Revision history for this message
Joe Sapp (sappj) wrote :

Note that this is an Ubuntu bug. I believe we have fixed this in recent versions of gDesklets.

Revision history for this message
actionparsnip (andrew-woodhead666) wrote : From: Andrew Woodhead
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

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