Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Desktop Environments
  • Search

gdesklets not working

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Post Reply
Advanced search
22 posts • Page 1 of 1
Author
Message
.hesoez
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 78
Joined: Tue Mar 09, 2004 8:56 pm
Location: Belgium
Contact:
Contact .hesoez
Website

gdesklets not working

  • Quote

Post by .hesoez » Tue Oct 05, 2004 2:01 pm

when i run "gdesklets" i get:

Code: Select all

/usr/bin/gdesklets:65: DeprecationWarning: the 'argc' parameter is optional and deprecated
  client.set_restart_command(1, [sys.argv[0]])
gDesklets 0.26.2
Copyright (C) 2003, 2004 The gDesklets Team

This software is licensed under the terms of the GNU GPL.

[/usr/share/gdesklets/Displays/Clock/plainclock.display]
/usr/lib/python2.3/site-packages/gtk-2.0/gtk/__init__.py:90: GtkDeprecationWarni ng: gtk.mainiteration is deprecated, use gtk.main_iteration instead
  self.warn(message, DeprecationWarning)
[/usr/share/gdesklets/Displays/StarterBar/starterbar.display]
/usr/share/gdesklets/utils/TilingImage.py:43: FutureWarning: x<<y losing bits or  changing sign will return a long in Python 2.4 and up
  fillr = (c.red / 256) << 24
[/usr/share/gdesklets/Displays/Calendar/Calendar.display]
Traceback (most recent call last):
  File "/usr/share/gdesklets/display/TargetImage.py", line 56, in set_config
    self.__load_image(value)
  File "/usr/share/gdesklets/display/TargetImage.py", line 86, in __load_image
    uri = vfs.join(self.get_path(), uri)
  File "/usr/share/gdesklets/utils/vfs.py", line 104, in join
    if (p2.find("://") != -1):
AttributeError: 'NoneType' object has no attribute 'find'
'NoneType' object has no attribute 'find'
Traceback (most recent call last):
  File "/usr/share/gdesklets/display/TargetImage.py", line 56, in set_config
    self.__load_image(value)
  File "/usr/share/gdesklets/display/TargetImage.py", line 86, in __load_image
    uri = vfs.join(self.get_path(), uri)
  File "/usr/share/gdesklets/utils/vfs.py", line 104, in join
    if (p2.find("://") != -1):
AttributeError: 'NoneType' object has no attribute 'find'
'NoneType' object has no attribute 'find'
Unknown tag: metha
[/usr/share/gdesklets/Displays/GoodWeather/GoodWeather.display]
/usr/lib/python2.3/site-packages/gtk-2.0/gtk/__init__.py:90: GtkDeprecationWarni ng: gtk.mainloop is deprecated, use gtk.main instead
  self.warn(message, DeprecationWarning)
and a (gnome)window pops up saying:

Code: Select all

The Application "gDesklets" has quit unexpectedly.
You can inform the developers of what happened to help them fix it.  Or you can restart the application right now.
i'm running a ~x86 system
how can i solve this?
Top
.hesoez
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 78
Joined: Tue Mar 09, 2004 8:56 pm
Location: Belgium
Contact:
Contact .hesoez
Website

  • Quote

Post by .hesoez » Tue Oct 05, 2004 8:41 pm

nobody has a similar problem? ...
Top
Keffin
Apprentice
Apprentice
Posts: 202
Joined: Sat Feb 14, 2004 9:44 pm
Location: England

Re: gdesklets not working

  • Quote

Post by Keffin » Tue Oct 05, 2004 10:20 pm

Did gdesklets work for you until a recent emerge? I upgraded a few packages today and have a similar problem. I don't know what I upgraded that could have done this, and I have messed around unmerging/merging gdesklets-core and all the displays and removing my gdesklets settings etc. I didn't save an error message as I had it originally unfortunately, but I have just emerged gdesklets-core and desklet-starterbar again quickly to paste what I get now (I had a lot more displays before, and they all showed up in the error message but this seems to have the same jist to it).

Code: Select all

keffin@Gentoo ~ $ gdesklets &
Error loading target html
/usr/bin/gdesklets:65: DeprecationWarning: the 'argc' parameter is optional and deprecated
  client.set_restart_command(1, [sys.argv[0]])
gDesklets 0.26.2
Copyright (C) 2003, 2004 The gDesklets Team

This software is licensed under the terms of the GNU GPL.

/usr/lib/python2.3/site-packages/gtk-2.0/gtk/__init__.py:90: GtkDeprecationWarning: gtk.mainloop is deprecated, use gtk.main instead
  self.warn(message, DeprecationWarning)

keffin@Gentoo ~ $ gdesklets /usr/share/gdesklets/Displays/StarterBar/starterbar.display 
Error loading target html
/usr/bin/gdesklets:65: DeprecationWarning: the 'argc' parameter is optional and deprecated
  client.set_restart_command(1, [sys.argv[0]])
gDesklets 0.26.2
Copyright (C) 2003, 2004 The gDesklets Team

This software is licensed under the terms of the GNU GPL.
Then I get the "app has quit unexpectedly" dialogue as you do :(.
Always cut the deck if it ups your odds.
Top
.hesoez
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 78
Joined: Tue Mar 09, 2004 8:56 pm
Location: Belgium
Contact:
Contact .hesoez
Website

  • Quote

Post by .hesoez » Tue Oct 05, 2004 10:53 pm

i had it working with goodweather, clock, starterbar and calendar displays.
i upgraded a some packages( don't know which ones) and the next time i started gdesklets(the next morning on boot) i got the error.
thought it might have been a python upgrade(deprecationwarnings) and messed around with that but it's still the same.
same problem for users on my system that haven't used gdesklets before.
Top
Keffin
Apprentice
Apprentice
Posts: 202
Joined: Sat Feb 14, 2004 9:44 pm
Location: England

  • Quote

Post by Keffin » Tue Oct 05, 2004 11:01 pm

.hesoez wrote:i had it working with goodweather, clock, starterbar and calendar displays.
i upgraded a some packages( don't know which ones) and the next time i started gdesklets(the next morning on boot) i got the error.
thought it might have been a python upgrade(deprecationwarnings) and messed around with that but it's still the same.

same problem for users on my system that haven't used gdesklets before.
I did a qpkg -f /usr/lib/python2.3/site-packages/gtk-2.0/gtk/__init__.py and found out that pygtk is responsible for that file, looking on http://packages.gentoo.org I can see that the ebuild for version 2.4 (latest ~x86, which I also use) is only a couple of days old. This could be the culprit. I'm going to downgrade to pygtk2.2 and see what happens.

EDIT: Pygtk-2.4.0 is the problem. Solution: emerge =pygtk-2.2.0. For the record I was using the latest gdesklets and displays (ebuilds on bugzilla) at first, so they do not work with pygtk-2.4.0 either.

Now I have to make my desktop all pretty again from scratch :(.

EDIT 2: If a bug hasn't been submitted on bugzilla by the time I get my password I'll put it up.
Always cut the deck if it ups your odds.
Top
HotBBQ
Apprentice
Apprentice
User avatar
Posts: 275
Joined: Wed Mar 03, 2004 9:02 pm
Location: West Melbourne, FL
Contact:
Contact HotBBQ
Website

  • Quote

Post by HotBBQ » Wed Oct 06, 2004 12:29 am

Don't want to thread-jack, but I emerged gdesklets-core and some of the displays and the command "gdesklet" is not availble to me. I also have gDesklet and gDesklet Displays listed under accessories in my Gnome applications panel. When I click on gDesklet is says "Cannot launch entry". Any ideas why this would be happening?
"If tyranny and oppression come to this land, it will be in the guise of fighting a foreign enemy." -- James Madison
Top
Keffin
Apprentice
Apprentice
Posts: 202
Joined: Sat Feb 14, 2004 9:44 pm
Location: England

  • Quote

Post by Keffin » Wed Oct 06, 2004 12:59 am

The command is gdesklets. I haven't used gnome for some time (2.4.something) but I seem to remember having problems launching desklets from the menu, you may have better luck from the command line.
Always cut the deck if it ups your odds.
Top
prosario_2000
Tux's lil' helper
Tux's lil' helper
Posts: 105
Joined: Mon May 26, 2003 11:40 pm
Location: San Juan, Puerto Rico
Contact:
Contact prosario_2000
Website

The Errors of gDesklets Compilation

  • Quote

Post by prosario_2000 » Wed Oct 06, 2004 2:57 am

I tried compiling gdesklets-core-0.26.1, it gave me this error:
/image//usr/share/gdesklets/factory/DisplayFactory.py
/bin/install -c -m 644 SensorFactory.py /var/tmp/portage/gdesklets-core-0.26.1/image//usr/share/gdesklets/factory/SensorFactory.py
make[2]: Leaving directory `/var/tmp/portage/gdesklets-core-0.26.1/work/gDesklets-0.26.1/factory'
make[1]: Leaving directory `/var/tmp/portage/gdesklets-core-0.26.1/work/gDesklets-0.26.1/factory'
Making install in locale
make[1]: Entering directory `/var/tmp/portage/gdesklets-core-0.26.1/work/gDesklets-0.26.1/locale'

Domain: gdesklets

Source Path: /var/tmp/portage/gdesklets-core-0.26.1/work/gDesklets-0.26.1/po

Target Path: /var/tmp/portage/gdesklets-core-0.26.1/work/gDesklets-0.26.1/locale
/var/tmp/portage/gdesklets-core-0.26.1/work/gDesklets-0.26.1/po/ar.po
msgfmt: error while loading shared libraries: libgettextlib-0.12.1.so: cannot open shared object file: No such file or directory

/var/tmp/portage/gdesklets-core-0.26.1/work/gDesklets-0.26.1/po/ca.po
msgfmt: error while loading shared libraries: libgettextlib-0.12.1.so: cannot open shared object file: No such file or directory

/var/tmp/portage/gdesklets-core-0.26.1/work/gDesklets-0.26.1/po/az.po
msgfmt: error while loading shared libraries: libgettextlib-0.12.1.so: cannot open shared object file: No such file or directory

/var/tmp/portage/gdesklets-core-0.26.1/work/gDesklets-0.26.1/po/de.po
msgfmt: error while loading shared libraries: libgettextlib-0.12.1.so: cannot open shared object file: No such file or directory

/var/tmp/portage/gdesklets-core-0.26.1/work/gDesklets-0.26.1/po/cs.po
msgfmt: error while loading shared libraries: libgettextlib-0.12.1.so: cannot open shared object file: No such file or directory

/var/tmp/portage/gdesklets-core-0.26.1/work/gDesklets-0.26.1/po/el.po
msgfmt: error while loading shared libraries: libgettextlib-0.12.1.so: cannot open shared object file: No such file or directory

/var/tmp/portage/gdesklets-core-0.26.1/work/gDesklets-0.26.1/po/es.po
msgfmt: error while loading shared libraries: libgettextlib-0.12.1.so: cannot open shared object file: No such file or directory

/var/tmp/portage/gdesklets-core-0.26.1/work/gDesklets-0.26.1/po/eu.po
msgfmt: error while loading shared libraries: libgettextlib-0.12.1.so: cannot open shared object file: No such file or directory

/var/tmp/portage/gdesklets-core-0.26.1/work/gDesklets-0.26.1/po/fr.po
msgfmt: error while loading shared libraries: libgettextlib-0.12.1.so: cannot open shared object file: No such file or directory

/var/tmp/portage/gdesklets-core-0.26.1/work/gDesklets-0.26.1/po/he.po
msgfmt: error while loading shared libraries: libgettextlib-0.12.1.so: cannot open shared object file: No such file or directory

/var/tmp/portage/gdesklets-core-0.26.1/work/gDesklets-0.26.1/po/hr.po
msgfmt: error while loading shared libraries: libgettextlib-0.12.1.so: cannot open shared object file: No such file or directory

/var/tmp/portage/gdesklets-core-0.26.1/work/gDesklets-0.26.1/po/ja.po
msgfmt: error while loading shared libraries: libgettextlib-0.12.1.so: cannot open shared object file: No such file or directory

/var/tmp/portage/gdesklets-core-0.26.1/work/gDesklets-0.26.1/po/it.po
msgfmt: error while loading shared libraries: libgettextlib-0.12.1.so: cannot open shared object file: No such file or directory

/var/tmp/portage/gdesklets-core-0.26.1/work/gDesklets-0.26.1/po/ko.po
msgfmt: error while loading shared libraries: libgettextlib-0.12.1.so: cannot open shared object file: No such file or directory

/var/tmp/portage/gdesklets-core-0.26.1/work/gDesklets-0.26.1/po/lt.po
msgfmt: error while loading shared libraries: libgettextlib-0.12.1.so: cannot open shared object file: No such file or directory

/var/tmp/portage/gdesklets-core-0.26.1/work/gDesklets-0.26.1/po/ms.po
msgfmt: error while loading shared libraries: libgettextlib-0.12.1.so: cannot open shared object file: No such file or directory

/var/tmp/portage/gdesklets-core-0.26.1/work/gDesklets-0.26.1/po/nl.po
msgfmt: error while loading shared libraries: libgettextlib-0.12.1.so: cannot open shared object file: No such file or directory

/var/tmp/portage/gdesklets-core-0.26.1/work/gDesklets-0.26.1/po/no.po
msgfmt: error while loading shared libraries: libgettextlib-0.12.1.so: cannot open shared object file: No such file or directory

/var/tmp/portage/gdesklets-core-0.26.1/work/gDesklets-0.26.1/po/pl.po
msgfmt: error while loading shared libraries: libgettextlib-0.12.1.so: cannot open shared object file: No such file or directory

/var/tmp/portage/gdesklets-core-0.26.1/work/gDesklets-0.26.1/po/pt.po
msgfmt: error while loading shared libraries: libgettextlib-0.12.1.so: cannot open shared object file: No such file or directory

/var/tmp/portage/gdesklets-core-0.26.1/work/gDesklets-0.26.1/po/ru.po
msgfmt: error while loading shared libraries: libgettextlib-0.12.1.so: cannot open shared object file: No such file or directory

/var/tmp/portage/gdesklets-core-0.26.1/work/gDesklets-0.26.1/po/sq.po
msgfmt: error while loading shared libraries: libgettextlib-0.12.1.so: cannot open shared object file: No such file or directory

/var/tmp/portage/gdesklets-core-0.26.1/work/gDesklets-0.26.1/po/sr.po
msgfmt: error while loading shared libraries: libgettextlib-0.12.1.so: cannot open shared object file: No such file or directory

/var/tmp/portage/gdesklets-core-0.26.1/work/gDesklets-0.26.1/po/sv.po
msgfmt: error while loading shared libraries: libgettextlib-0.12.1.so: cannot open shared object file: No such file or directory

/var/tmp/portage/gdesklets-core-0.26.1/work/gDesklets-0.26.1/po/tr.po
msgfmt: error while loading shared libraries: libgettextlib-0.12.1.so: cannot open shared object file: No such file or directory

/var/tmp/portage/gdesklets-core-0.26.1/work/gDesklets-0.26.1/po/sr@Latn.po
msgfmt: error while loading shared libraries: libgettextlib-0.12.1.so: cannot open shared object file: No such file or directory

/var/tmp/portage/gdesklets-core-0.26.1/work/gDesklets-0.26.1/po/pt_BR.po
msgfmt: error while loading shared libraries: libgettextlib-0.12.1.so: cannot open shared object file: No such file or directory

make[2]: Entering directory `/var/tmp/portage/gdesklets-core-0.26.1/work/gDesklets-0.26.1/locale'
make[2]: Nothing to be done for `install-exec-am'.
Installing catalogs...
mkdir -p -- /var/tmp/portage/gdesklets-core-0.26.1/image//usr/share/gdesklets/locale/ar/LC_MESSAGES
/bin/install: cannot stat `ar/LC_MESSAGES/gdesklets.mo': No such file or directory
mkdir -p -- /var/tmp/portage/gdesklets-core-0.26.1/image//usr/share/gdesklets/locale/az/LC_MESSAGES
/bin/install: cannot stat `az/LC_MESSAGES/gdesklets.mo': No such file or directory
mkdir -p -- /var/tmp/portage/gdesklets-core-0.26.1/image//usr/share/gdesklets/locale/ca/LC_MESSAGES
/bin/install: cannot stat `ca/LC_MESSAGES/gdesklets.mo': No such file or directory
mkdir -p -- /var/tmp/portage/gdesklets-core-0.26.1/image//usr/share/gdesklets/locale/cs/LC_MESSAGES
/bin/install: cannot stat `cs/LC_MESSAGES/gdesklets.mo': No such file or directory
mkdir -p -- /var/tmp/portage/gdesklets-core-0.26.1/image//usr/share/gdesklets/locale/de/LC_MESSAGES
/bin/install: cannot stat `de/LC_MESSAGES/gdesklets.mo': No such file or directory
mkdir -p -- /var/tmp/portage/gdesklets-core-0.26.1/image//usr/share/gdesklets/locale/el/LC_MESSAGES
/bin/install: cannot stat `el/LC_MESSAGES/gdesklets.mo': No such file or directory
mkdir -p -- /var/tmp/portage/gdesklets-core-0.26.1/image//usr/share/gdesklets/locale/es/LC_MESSAGES
/bin/install: cannot stat `es/LC_MESSAGES/gdesklets.mo': No such file or directory
mkdir -p -- /var/tmp/portage/gdesklets-core-0.26.1/image//usr/share/gdesklets/locale/eu/LC_MESSAGES
/bin/install: cannot stat `eu/LC_MESSAGES/gdesklets.mo': No such file or directory
mkdir -p -- /var/tmp/portage/gdesklets-core-0.26.1/image//usr/share/gdesklets/locale/fr/LC_MESSAGES
/bin/install: cannot stat `fr/LC_MESSAGES/gdesklets.mo': No such file or directory
mkdir -p -- /var/tmp/portage/gdesklets-core-0.26.1/image//usr/share/gdesklets/locale/he/LC_MESSAGES
/bin/install: cannot stat `he/LC_MESSAGES/gdesklets.mo': No such file or directory
mkdir -p -- /var/tmp/portage/gdesklets-core-0.26.1/image//usr/share/gdesklets/locale/hr/LC_MESSAGES
/bin/install: cannot stat `hr/LC_MESSAGES/gdesklets.mo': No such file or directory
mkdir -p -- /var/tmp/portage/gdesklets-core-0.26.1/image//usr/share/gdesklets/locale/it/LC_MESSAGES
/bin/install: cannot stat `it/LC_MESSAGES/gdesklets.mo': No such file or directory
mkdir -p -- /var/tmp/portage/gdesklets-core-0.26.1/image//usr/share/gdesklets/locale/ja/LC_MESSAGES
/bin/install: cannot stat `ja/LC_MESSAGES/gdesklets.mo': No such file or directory
mkdir -p -- /var/tmp/portage/gdesklets-core-0.26.1/image//usr/share/gdesklets/locale/lt/LC_MESSAGES
/bin/install: cannot stat `lt/LC_MESSAGES/gdesklets.mo': No such file or directory
mkdir -p -- /var/tmp/portage/gdesklets-core-0.26.1/image//usr/share/gdesklets/locale/ms/LC_MESSAGES
/bin/install: cannot stat `ms/LC_MESSAGES/gdesklets.mo': No such file or directory
mkdir -p -- /var/tmp/portage/gdesklets-core-0.26.1/image//usr/share/gdesklets/locale/nl/LC_MESSAGES
/bin/install: cannot stat `nl/LC_MESSAGES/gdesklets.mo': No such file or directory
mkdir -p -- /var/tmp/portage/gdesklets-core-0.26.1/image//usr/share/gdesklets/locale/no/LC_MESSAGES
/bin/install: cannot stat `no/LC_MESSAGES/gdesklets.mo': No such file or directory
mkdir -p -- /var/tmp/portage/gdesklets-core-0.26.1/image//usr/share/gdesklets/locale/pl/LC_MESSAGES
/bin/install: cannot stat `pl/LC_MESSAGES/gdesklets.mo': No such file or directory
mkdir -p -- /var/tmp/portage/gdesklets-core-0.26.1/image//usr/share/gdesklets/locale/pt/LC_MESSAGES
/bin/install: cannot stat `pt/LC_MESSAGES/gdesklets.mo': No such file or directory
mkdir -p -- /var/tmp/portage/gdesklets-core-0.26.1/image//usr/share/gdesklets/locale/pt_BR/LC_MESSAGES
/bin/install: cannot stat `pt_BR/LC_MESSAGES/gdesklets.mo': No such file or directory
mkdir -p -- /var/tmp/portage/gdesklets-core-0.26.1/image//usr/share/gdesklets/locale/ru/LC_MESSAGES
/bin/install: cannot stat `ru/LC_MESSAGES/gdesklets.mo': No such file or directory
mkdir -p -- /var/tmp/portage/gdesklets-core-0.26.1/image//usr/share/gdesklets/locale/sq/LC_MESSAGES
/bin/install: cannot stat `sq/LC_MESSAGES/gdesklets.mo': No such file or directory
mkdir -p -- /var/tmp/portage/gdesklets-core-0.26.1/image//usr/share/gdesklets/locale/sr/LC_MESSAGES
/bin/install: cannot stat `sr/LC_MESSAGES/gdesklets.mo': No such file or directory
mkdir -p -- /var/tmp/portage/gdesklets-core-0.26.1/image//usr/share/gdesklets/locale/sr@Latn/LC_MESSAGES
/bin/install: cannot stat `sr@Latn/LC_MESSAGES/gdesklets.mo': No such file or directory
mkdir -p -- /var/tmp/portage/gdesklets-core-0.26.1/image//usr/share/gdesklets/locale/sv/LC_MESSAGES
/bin/install: cannot stat `sv/LC_MESSAGES/gdesklets.mo': No such file or directory
mkdir -p -- /var/tmp/portage/gdesklets-core-0.26.1/image//usr/share/gdesklets/locale/tr/LC_MESSAGES
/bin/install: cannot stat `tr/LC_MESSAGES/gdesklets.mo': No such file or directory
mkdir -p -- /var/tmp/portage/gdesklets-core-0.26.1/image//usr/share/gdesklets/locale/ko/LC_MESSAGES
/bin/install: cannot stat `ko/LC_MESSAGES/gdesklets.mo': No such file or directory
make[2]: *** [install-data-am] Error 1
make[2]: Leaving directory `/var/tmp/portage/gdesklets-core-0.26.1/work/gDesklets-0.26.1/locale'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/var/tmp/portage/gdesklets-core-0.26.1/work/gDesklets-0.26.1/locale'
make: *** [install-recursive] Error 1
ln: creating symbolic link `/var/tmp/portage/gdesklets-core-0.26.1/image//usr/bin/gdesklets' to `/usr/share/gdesklets/gdesklets': No such file or directory
man:
gzipping man page: gdesklets.1
prepallstrip:
strip:
>>> Completed installing into /var/tmp/portage/gdesklets-core-0.26.1/image/

>>> Merging gnome-extra/gdesklets-core-0.26.1 to /
--- /etc/
--- /etc/gconf/
--- /etc/gconf/schemas/
>>> /etc/gconf/schemas/gdesklets-display-thumbnail.schemas
--- /var/
--- /var/lib/
--- /usr/
--- /usr/share/
--- /usr/share/doc/
>>> /usr/share/doc/gdesklets-core-0.26.1/
>>> /usr/share/doc/gdesklets-core-0.26.1/README.gz
>>> /usr/share/doc/gdesklets-core-0.26.1/TODO.gz
>>> /usr/share/doc/gdesklets-core-0.26.1/NEWS.gz
>>> /usr/share/doc/gdesklets-core-0.26.1/INSTALL.gz
>>> /usr/share/doc/gdesklets-core-0.26.1/COPYING.gz
>>> /usr/share/doc/gdesklets-core-0.26.1/AUTHORS.gz
>>> /usr/share/doc/gdesklets-core-0.26.1/ChangeLog.gz
--- /usr/share/man/
--- /usr/share/man/man1/
>>> /usr/share/man/man1/gdesklets.1.gz
--- /usr/share/mime-info/
>>> /usr/share/mime-info/gdesklets.keys
>>> /usr/share/mime-info/gdesklets.mime
--- /usr/share/icons/
--- /usr/share/icons/gnome/
--- /usr/share/icons/gnome/48x48/
--- /usr/share/icons/gnome/48x48/mimetypes/
>>> /usr/share/icons/gnome/48x48/mimetypes/x-gdesklets-display.png
--- /usr/share/application-registry/
>>> /usr/share/application-registry/gdesklets.applications
--- /usr/share/gdesklets/
>>> /usr/share/gdesklets/data/
>>> /usr/share/gdesklets/desktop/
>>> /usr/share/gdesklets/desktop/GlassWindow.py
>>> /usr/share/gdesklets/desktop/BGWatcher.py
>>> /usr/share/gdesklets/desktop/__init__.py
>>> /usr/share/gdesklets/display/
>>> /usr/share/gdesklets/display/targetregistry.py
>>> /usr/share/gdesklets/display/WindowSnapper.py
>>> /usr/share/gdesklets/display/TargetGroup.py
>>> /usr/share/gdesklets/display/DataTarget.py
>>> /usr/share/gdesklets/display/Plug.py
>>> /usr/share/gdesklets/display/DisplayContainer.py
>>> /usr/share/gdesklets/display/TargetPopup.py
>>> /usr/share/gdesklets/display/DisplayTarget.py
>>> /usr/share/gdesklets/display/TargetAlignment.py
>>> /usr/share/gdesklets/display/ContainerTarget.py
>>> /usr/share/gdesklets/display/TargetFrame.py
>>> /usr/share/gdesklets/display/TargetImage.py
>>> /usr/share/gdesklets/display/TargetLabel.py
>>> /usr/share/gdesklets/display/TargetArray.py
>>> /usr/share/gdesklets/display/TargetCanvas.py
>>> /usr/share/gdesklets/display/Window.py
>>> /usr/share/gdesklets/display/Display.py
>>> /usr/share/gdesklets/display/TargetExpander.py
>>> /usr/share/gdesklets/display/TargetGauge.py
>>> /usr/share/gdesklets/display/DisplayConfigurator.py
>>> /usr/share/gdesklets/display/TargetPlotter.py
>>> /usr/share/gdesklets/display/TargetBonoboControl.py
>>> /usr/share/gdesklets/display/__init__.py
>>> /usr/share/gdesklets/display/layouters.py
>>> /usr/share/gdesklets/display/TargetHTML.py
>>> /usr/share/gdesklets/factory/
>>> /usr/share/gdesklets/factory/SensorFactory.py
>>> /usr/share/gdesklets/factory/DisplayFactory.py
>>> /usr/share/gdesklets/factory/__init__.py
>>> /usr/share/gdesklets/config/
>>> /usr/share/gdesklets/config/GConfBackend.py
>>> /usr/share/gdesklets/config/migration.py
>>> /usr/share/gdesklets/config/ConfigManager.py
>>> /usr/share/gdesklets/config/DummyBackend.py
>>> /usr/share/gdesklets/config/__init__.py
>>> /usr/share/gdesklets/config/settings.py
>>> /usr/share/gdesklets/locale/
>>> /usr/share/gdesklets/locale/ar/
>>> /usr/share/gdesklets/locale/ar/LC_MESSAGES/
>>> /usr/share/gdesklets/locale/ca/
>>> /usr/share/gdesklets/locale/ca/LC_MESSAGES/
>>> /usr/share/gdesklets/locale/az/
>>> /usr/share/gdesklets/locale/az/LC_MESSAGES/
>>> /usr/share/gdesklets/locale/de/
>>> /usr/share/gdesklets/locale/de/LC_MESSAGES/
>>> /usr/share/gdesklets/locale/cs/
>>> /usr/share/gdesklets/locale/cs/LC_MESSAGES/
>>> /usr/share/gdesklets/locale/el/
>>> /usr/share/gdesklets/locale/el/LC_MESSAGES/
>>> /usr/share/gdesklets/locale/es/
>>> /usr/share/gdesklets/locale/es/LC_MESSAGES/
>>> /usr/share/gdesklets/locale/eu/
>>> /usr/share/gdesklets/locale/eu/LC_MESSAGES/
>>> /usr/share/gdesklets/locale/fr/
>>> /usr/share/gdesklets/locale/fr/LC_MESSAGES/
>>> /usr/share/gdesklets/locale/he/
>>> /usr/share/gdesklets/locale/he/LC_MESSAGES/
>>> /usr/share/gdesklets/locale/hr/
>>> /usr/share/gdesklets/locale/hr/LC_MESSAGES/
>>> /usr/share/gdesklets/locale/ja/
>>> /usr/share/gdesklets/locale/ja/LC_MESSAGES/
>>> /usr/share/gdesklets/locale/it/
>>> /usr/share/gdesklets/locale/it/LC_MESSAGES/
>>> /usr/share/gdesklets/locale/ko/
>>> /usr/share/gdesklets/locale/ko/LC_MESSAGES/
>>> /usr/share/gdesklets/locale/lt/
>>> /usr/share/gdesklets/locale/lt/LC_MESSAGES/
>>> /usr/share/gdesklets/locale/ms/
>>> /usr/share/gdesklets/locale/ms/LC_MESSAGES/
>>> /usr/share/gdesklets/locale/nl/
>>> /usr/share/gdesklets/locale/nl/LC_MESSAGES/
>>> /usr/share/gdesklets/locale/no/
>>> /usr/share/gdesklets/locale/no/LC_MESSAGES/
>>> /usr/share/gdesklets/locale/pl/
>>> /usr/share/gdesklets/locale/pl/LC_MESSAGES/
>>> /usr/share/gdesklets/locale/pt/
>>> /usr/share/gdesklets/locale/pt/LC_MESSAGES/
>>> /usr/share/gdesklets/locale/ru/
>>> /usr/share/gdesklets/locale/ru/LC_MESSAGES/
>>> /usr/share/gdesklets/locale/sq/
>>> /usr/share/gdesklets/locale/sq/LC_MESSAGES/
>>> /usr/share/gdesklets/locale/sr/
>>> /usr/share/gdesklets/locale/sr/LC_MESSAGES/
>>> /usr/share/gdesklets/locale/sv/
>>> /usr/share/gdesklets/locale/sv/LC_MESSAGES/
>>> /usr/share/gdesklets/locale/tr/
>>> /usr/share/gdesklets/locale/tr/LC_MESSAGES/
>>> /usr/share/gdesklets/locale/pt_BR/
>>> /usr/share/gdesklets/locale/pt_BR/LC_MESSAGES/
>>> /usr/share/gdesklets/locale/sr@Latn/
>>> /usr/share/gdesklets/locale/sr@Latn/LC_MESSAGES/
--- /usr/share/gdesklets/Sensors/
>>> /usr/share/gdesklets/Sensors/FontSelector/
>>> /usr/share/gdesklets/Sensors/FontSelector/__init__.py
>>> /usr/share/gdesklets/Sensors/External/
>>> /usr/share/gdesklets/Sensors/External/__init__.py
--- /usr/share/applications/
>>> /usr/share/applications/gdesklets.desktop
>>> /usr/share/applications/gdesklets-displays.desktop
--- /usr/share/pixmaps/
>>> /usr/share/pixmaps/gdesklets.png
>>> /usr/share/gdesklets/data/gdesklets.png -> /usr/share/pixmaps/gdesklets.png
* Installing GNOME 2 GConf schemas
>>> Updating Scrollkeeper
* Updating desktop mime database...
* Updating shared mime info database...
***
* Updating MIME database in /usr/share/mime...
***

* gDesklets Displays are required before the library
* will be usable for you. The displays are found in -
* x11-plugins/desklet-*
* Please install at least one of these before using
* gDesklets. Next, you'll need to run 'gdesklets'
* and then add the Displays from -
* /usr/share/gdesklets/Displays
* If you're using GNOME this can be done conveniently
* through Applications->Accessories menu

>>> Regenerating /etc/ld.so.cache...
* Caching service dependencies...
>>> gnome-extra/gdesklets-core-0.26.1 merged.

>>> clean: No packages selected for removal.

>>> Auto-cleaning packages ...

>>> No outdated packages were found on your system.


* GNU info directory index is up-to-date.
I have the same error when I try emerging gdesklets-core-0.26.2. And of course, I can't run the executable, because it doesn't exist because of the error above.
Top
Keffin
Apprentice
Apprentice
Posts: 202
Joined: Sat Feb 14, 2004 9:44 pm
Location: England

Re: The Errors of gDesklets Compilation

  • Quote

Post by Keffin » Wed Oct 06, 2004 12:27 pm

prosario_2000 wrote:I tried compiling gdesklets-core-0.26.1, it gave me this error:
~x86 has just moved to gettext-0.14.1 from 0.12.1, this breaks a load of things that are trying to link to the older libraries. Use revdep-rebuild to fix this. Failing that emerge =gettext-0.12.1.
Always cut the deck if it ups your odds.
Top
Kioshen
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 109
Joined: Tue Sep 23, 2003 3:28 pm
Location: Montreal, PQ

  • Quote

Post by Kioshen » Wed Oct 06, 2004 2:13 pm

Thanks guys !!!

I have downgraded pygtk by adding this in package.mask :

Code: Select all

>=dev-python/pygtk-2.4.0
I have also done a revdep-rebuild to rebuild apps that have been broken intentionnaly it seems by the maintainer of gettext. Now, it's all running like before :). You might want to check this bug too

http://bugs.gentoo.org/show_bug.cgi?id=66449

EDIT : removed stray bbcode
-= United we share =-

Adopt an unanswered post today!
Why emerge -U will kill your Gentoo
Top
nlayo
n00b
n00b
Posts: 12
Joined: Fri Mar 12, 2004 4:31 pm

  • Quote

Post by nlayo » Thu Oct 07, 2004 12:12 am

Wow, I have tried various combinations of pygtk, gettext, revdep-rebuild in order to get gdesklets running. It's so frustrating. I've gotten a scenario where gdesklets would start but crash as shown above in this thread, another scenerio where the gdesklet binary wouldn't build and my current scenario where its just seg faults.

$ gdesklets
Segmentation fault

I'm about to go crazy. I really want to get this working. Well, this and a software mixer for ALSA because my sound card CMI9739 doesn't have a hardware mixer. If anyone has a setup with gdesklets that actually works, please tell me the relevant packages and versions that you are using and any tips to getting it started. Thanks for all the help in the thread.
Top
Keffin
Apprentice
Apprentice
Posts: 202
Joined: Sat Feb 14, 2004 9:44 pm
Location: England

  • Quote

Post by Keffin » Thu Oct 07, 2004 12:22 am

nlayo wrote:Wow, I have tried various combinations of pygtk, gettext, revdep-rebuild in order to get gdesklets running. It's so frustrating. I've gotten a scenario where gdesklets would start but crash as shown above in this thread, another scenerio where the gdesklet binary wouldn't build and my current scenario where its just seg faults.

$ gdesklets
Segmentation fault

I'm about to go crazy. I really want to get this working. Well, this and a software mixer for ALSA because my sound card CMI9739 doesn't have a hardware mixer. If anyone has a setup with gdesklets that actually works, please tell me the relevant packages and versions that you are using and any tips to getting it started. Thanks for all the help in the thread.
Using pygtk-2.2.0 and gettext-0.14.1 works fine for me on a pure ~x86 system, as long as you have used revdep-rebuild to fix any broken deps from the new gettext package (run revdep-rebuild again to make sure). The gdesklets-core version is 0.26.2.
Always cut the deck if it ups your odds.
Top
nlayo
n00b
n00b
Posts: 12
Joined: Fri Mar 12, 2004 4:31 pm

  • Quote

Post by nlayo » Thu Oct 07, 2004 5:41 am

Thanks for your help. I did try that combination of pygtk-2.2.0, gettext-0.14.1, and gdesklets-core-0.26.2 and revdep-rebuild, but I still get a segmentation fault when I try to start 'gdesklets'. This is so weird. I guess that something else is broken too, but I'm not sure what. (I use ~x86 too by the way) Anyone have any clues on how I might investigate this further? Thanks.
Top
.hesoez
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 78
Joined: Tue Mar 09, 2004 8:56 pm
Location: Belgium
Contact:
Contact .hesoez
Website

  • Quote

Post by .hesoez » Thu Oct 07, 2004 10:30 am

thx, got it working again.

i got the segfault too
because i recompiled some packages trying to fix the first problem, i just recompiled them again and it worked again.

Code: Select all

emerge -a libgnomeprintui libgtkhtml glut pyopengl gtkglarea pygtk gnome-python gdesklets-core
grtz
Top
MADcow
l33t
l33t
Posts: 742
Joined: Thu Jan 23, 2003 1:24 am
Location: RIT (Henrietta, New York, United States)

  • Quote

Post by MADcow » Thu Oct 07, 2004 12:59 pm

i'm having this very same problem. new gdesklet install, ~x86.
can someone detail the steps involved? i did revdep-rebuild, but it didn't fix it.

EDIT: after merging pygtk-2.2.0, now i get a segfault
AWESOME!
Top
nlayo
n00b
n00b
Posts: 12
Joined: Fri Mar 12, 2004 4:31 pm

  • Quote

Post by nlayo » Thu Oct 07, 2004 3:27 pm

.hesoez, you are a genius. Yup, everything worked out by just typing in the same emerge command you posted. Wow, this is really awesome!

nlayo
Top
MADcow
l33t
l33t
Posts: 742
Joined: Thu Jan 23, 2003 1:24 am
Location: RIT (Henrietta, New York, United States)

  • Quote

Post by MADcow » Thu Oct 07, 2004 8:25 pm

.hesoez, running emerge -a libgnomeprintui libgtkhtml glut pyopengl gtkglarea pygtk gnome-python gdesklets-core gets me back to the original problem now O.O
Top
Keffin
Apprentice
Apprentice
Posts: 202
Joined: Sat Feb 14, 2004 9:44 pm
Location: England

  • Quote

Post by Keffin » Thu Oct 07, 2004 8:32 pm

MADcow wrote:.hesoez, running emerge -a libgnomeprintui libgtkhtml glut pyopengl gtkglarea pygtk gnome-python gdesklets-core gets me back to the original problem now O.O
You did mask out pygtk-2.4.0 right? If you didn't then that will have installed itself again along the way.
Always cut the deck if it ups your odds.
Top
MADcow
l33t
l33t
Posts: 742
Joined: Thu Jan 23, 2003 1:24 am
Location: RIT (Henrietta, New York, United States)

  • Quote

Post by MADcow » Thu Oct 07, 2004 8:35 pm

haha that's the problem :P running emerge -s pygtk says it's 2.4.0 again
wow... silly me.
it works now :) you're awesome.
Top
Dolemite
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 77
Joined: Mon Jul 05, 2004 7:49 am
Location: Where the pirates hang out

  • Quote

Post by Dolemite » Thu Oct 28, 2004 2:18 am

^^^^^^^^^^^^^^^Bump

Im bumping this back to the top because

Code: Select all

emerge -a libgnomeprintui libgtkhtml glut pyopengl gtkglarea pygtk gnome-python gdesklets-core
just works

Im posting a link to this thread in gdesklets gnome forum too

I had gdesklets 0.26 working fine and tried to upgrade to 0.30 with no luck- and python was a mess afterward and ebuilds of .26 would seg fault and the 0.30 daemon would never run.

This will fix any pygtk pyorbit gnome-python miss matches you might have

Don't judge a n00b by his title

Excellent post .hesoez
Linux 0mega 2.6.8.1-cko8
----------------------------
Screenshot http://dolemite777.spymac.net/shot1.png
-----------------------------
update - ubuntu is ok but I hate debian and I dislike precompiled shit that doesnt work
Top
robet
l33t
l33t
User avatar
Posts: 807
Joined: Mon Sep 06, 2004 3:47 pm
Location: Earth/NorthAmerica/USA/NY

  • Quote

Post by robet » Tue Nov 02, 2004 7:59 pm

I can attest that it 'just works'
Great fix!
no software patents in europe! | adopt an unanswered post.
Top
sven-tek
Guru
Guru
Posts: 339
Joined: Tue May 06, 2003 12:15 pm
Contact:
Contact sven-tek
Website

installing gdesklets 0.26.2

  • Quote

Post by sven-tek » Sat Nov 06, 2004 11:45 am

you said:

Code: Select all

emerge -a libgnomeprintui libgtkhtml glut pyopengl gtkglarea pygtk gnome-python gdesklets-core 
works, well, that might be true for the portage that was up to date last week.

But this will be true as long the ebuilds exist: (for 0.26.2)

*

Code: Select all

emerge -a =libgnomeprintui-2.8.0 =libgtkhtml-3.2.3 =glut-3.7.1 =pyopengl-2.0.0.44 =gtkglarea-1.99.0 =pygtk-2.2.0 =gnome-python-2.0.0-r1 =gdesklets-core-0.26.2
* = before emerge do:

Code: Select all

echo "=dev-python/pygtk-2.2.0 ~x86" >> /home/portage/package.keywords &&
echo ">=gnome-extra/gdesklets-core-0.26.2 ~x86" >> /home/portage/package.keywords
edit/update: (installing 0.31.1 from tarball)
afterwards i installed the new version (not in portage today) that way:

Code: Select all

wget http://www.pycage.de/download/gdesklets/gDesklets-0.31.1.tar.bz2
tar -jxf gDesklets-0.31.1.tar.bz2
cd gDesklets-0.31
./configure --prefix=/usr/
make
su -c "make install"
Top
Post Reply

22 posts • Page 1 of 1

Return to “Desktop Environments”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic