[Bug 440601] New: gDesklets can not be started
https://bugzilla.novell.com/show_bug.cgi?id=440601 Summary: gDesklets can not be started Product: openSUSE 11.1 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: dominique.leuenberger@tmf-group.com QAContact: qa@suse.de Found By: Community User Starting gDesklets is not possible. When starting it from the commandline using 'gdesklets', the output is: dle3ams@3120-2914:~> gdesklets Starting gdesklets-daemon... Connecting to daemon [ ### ] ==========================================================[10/31/08-10:03:16]=== Could not import tiling module! Cannot establish connection to daemon: timeout! The log file might help you solving the problem. dle3ams@3120-2914:~> So apparently the problem is actually the gDesklets daemon that can't be started. dle3ams@3120-2914:~> rpm -q gDesklets gDesklets-0.36-60.46 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=440601 Rodrigo Moya <rodrigo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rodrigo@novell.com Priority|P5 - None |P4 - Low Status Whiteboard| |gnome-function-does-not-work,gnomeup-gDesklets -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=440601 User dominique.leuenberger@tmf-group.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440601#c1 --- Comment #1 from Dominique Leuenberger <dominique.leuenberger@tmf-group.com> 2008-10-31 10:41:29 MDT --- Low is quiet optimisitic priority for a package part of the distro that's not starting. I take it you consider dropping it from the tree in case it does not get to run before release? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=440601 User jdluhos@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440601#c2 Jiri Dluhos <jdluhos@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jdluhos@novell.com --- Comment #2 from Jiri Dluhos <jdluhos@novell.com> 2009-02-01 08:10:06 MST --- It seems that the problem is caused by missing module "tiling", which should be in the "/usr/lib/gdesklets/utils/" directory. I'd guess that file just got overlooked from the file list; this module is special in that it is not a native Python code but is compiled from C source; possibly this caused the omission. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=440601 User jdluhos@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440601#c3 --- Comment #3 from Jiri Dluhos <jdluhos@novell.com> 2009-02-01 09:06:27 MST --- Hmmm, no, I was wrong; at least in the most recent package, the "/usr/lib(64)/gdesklets/utils/tiling.so" file is present. The error occurs when trying to import it. Many Python files that comprise the package contain a directive from utils.tiling import Tiling; When executing it from command line in the appropriate directory, the Python VM says: ----------------------------------- Python 2.6 (r26:66714, Jan 30 2009, 17:31:24) [GCC 4.3.3 [gcc-4_3-branch revision 143673]] on linux2 Type "help", "copyright", "credits" or "license" for more information.
from utils.tiling import Tiling;
==========================================================[02/01/09-17:04:58]=== === Unhandled error! Something bad and unexpected happened. === [EXC]could not import gobject (error was: '_new_imp() takes at most 4 arguments (5 given)') in <stdin>: line 1 <module> [EXC]<stdin> [EXC]>> could not load source code for hilighting << ------------------------------------ Exactly the same error occurs even with gDesklets compiled from the upstream sources, so this is not caused by packaging. Looks like incompatibility of python-gobject with current GNOME libraries, or something like this :-( -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com