Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41951 - gdesklets does not start
Summary: gdesklets does not start
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All All
: High major
Assignee: Mike Gardiner (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-17 13:46 UTC by Harold Martin
Modified: 2004-04-28 11:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Harold Martin 2004-02-17 13:46:57 UTC
gdesklets fails to start with this error:
Could not connect to gnome-session. GNOME session management will not be
available for this application.
gDesklets 0.25
Copyright 2003 Martin Grimme, Christian Meyer, Jesse Andrews
 
This software is licensed under the terms of the GNU GPL.


I can not get any desklet/display to appear.

emerge info:
Portage 2.0.50-r1 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.6.3-rc2)
=================================================================
System uname: 2.6.3-rc2 i686 AMD Athlon(tm) MP 2600+
Gentoo Base System version 1.4.3.13
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.7.7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=athlon-mp -funroll-loops -fprefetch-loop-arrays -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O3 -march=athlon-mp -funroll-loops -fprefetch-loop-arrays -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.ccccom.com ftp://gentoo.ccccom.com http://mirrors.tds.net/gentoo ftp://mirrors.tds.net/gentoo"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X aalib alsa apm avi berkdb bonobo cdr composite crypt cups curl dri dvd emacs encode esd evo foomaticdb gdbm gif gnome gphoto2 gpm gtk gtk2 gtkhtml imagemagick imlib jpeg libg++ libgda libwww mad mikmod mmx motif mozilla mpeg mysql ncurses nls nocardbus nocd oggvorbis opengl oss pam pdflib perl plotutils png ppds python quicktime readline sdl slang spell sse ssl svga tcltk tcpd truetype usb video_cards_radeon wmf x86 xinerama xml2 xmms xv zlib"
Comment 1 Mike Gardiner (RETIRED) gentoo-dev 2004-03-09 21:43:37 UTC
Can you try gdesklets-0.26 please ? Thanks
Comment 2 Mike Valstar 2004-03-17 13:27:51 UTC
this is not a bug, gdesklets has started.  

you now must add displays

gdesklets /usr/share/gdesklets/Display/....    

gdesklets does not have any "default" displayes,  try emergeing any of the desklet-* pcakages and running their .display files with gdesklets.

enjoy
Comment 3 Harold Martin 2004-03-17 14:31:54 UTC
I realize I need displays, the point is they never show up.
$ gdesklets /usr/share/gdesklets/Displays/Clock/gnomeclock.display
Could not connect to gnome-session. GNOME session management will not be
available for this application.
gDesklets 0.26
Copyright (C) 2003, 2004 Martin Grimme, Christian Meyer, Jesse Andrews
                                                                                                                                                                                                                                 
This software is licensed under the terms of the GNU GPL.
                                                                                                                                                                                                                                 
OPTS::  [] REST::  ['/usr/share/gdesklets/Displays/Clock/gnomeclock.display']

and no clock appears anywhere
Comment 4 Christo 2004-03-22 12:03:51 UTC
0.26.1 seems to fix this.

see bug 44960

Christo
Comment 5 Harold Martin 2004-03-23 10:58:25 UTC
I'm still getting the same behavior under 0.26.1
Comment 6 Mike Gardiner (RETIRED) gentoo-dev 2004-04-27 04:57:17 UTC
What version of python to you have installed? Does this still occur?
Comment 7 Harold Martin 2004-04-27 08:01:36 UTC
I am still having this problem.
Python version: 2.3.3
Comment 8 Christoph Brill (egore) (RESIGNED) 2004-04-28 10:49:35 UTC
i tried it on 3 different systems (all x86), and it works fine.

all i did was emerging all desklet-plugins in portage and then:

gdesklet&
gdesklet /usr/share/gdesklet/blablabla
click on the (xfce4-)desktop where it should be placed
Comment 9 Harold Martin 2004-04-28 11:42:14 UTC
The problem was I was attempting to launch gdesklets with a display as an argument (gdesklets whatever.display) instead of first launching gdesklets without any arguments and then adding displays.

Myabe there should be an error message about this?