Forums

Skip to content

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

can't get gdesklets 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
15 posts • Page 1 of 1
Author
Message
bigfam
Tux's lil' helper
Tux's lil' helper
Posts: 106
Joined: Thu Dec 30, 2004 9:03 pm
Location: ottawa

can't get gdesklets working

  • Quote

Post by bigfam » Sat Feb 05, 2005 8:54 pm

Code: Select all

Traceback (most recent call last):
File "/usr/lib/gdesklets/factory/DisplayFactory.py", line 101, in create_display
dsp.new_child(childtype, settings, children)
File "/usr/lib/gdesklets/display/Display.py", line 214, in new_child
self.__group = targetregistry.create(childtype, self)
AttributeError: 'module' object has no attribute 'create' 

gdesklet emerged fine, i can start it, but whenever i launch any desklet i get the same error, i noticed in the gentoo thread on the gdesklet forum a few other people are having the same problem but alas there is no fix over there, so i thought id try here..

i even downloaded the source and compiled that...same error
Top
servermonk
Apprentice
Apprentice
User avatar
Posts: 182
Joined: Fri Nov 07, 2003 5:38 am
Location: MI
Contact:
Contact servermonk
Website

  • Quote

Post by servermonk » Sat Feb 05, 2005 9:00 pm

What version of gdesklets are you running? Also, what version of python?
Gentoo makes me wanna shoop.
Top
bigfam
Tux's lil' helper
Tux's lil' helper
Posts: 106
Joined: Thu Dec 30, 2004 9:03 pm
Location: ottawa

  • Quote

Post by bigfam » Sat Feb 05, 2005 10:15 pm

latest version of gdesklet...
python no idea, whatever one portage downloaded in past week
Top
servermonk
Apprentice
Apprentice
User avatar
Posts: 182
Joined: Fri Nov 07, 2003 5:38 am
Location: MI
Contact:
Contact servermonk
Website

  • Quote

Post by servermonk » Sat Feb 05, 2005 10:58 pm

Latest as in 0.33.1? or non ~x86 latest version 0.26.2 (or is it 0.32 now?)?
If you have resently upgraded python run "python-updater". then run python-config and tell us what it says.
Gentoo makes me wanna shoop.
Top
bigfam
Tux's lil' helper
Tux's lil' helper
Posts: 106
Joined: Thu Dec 30, 2004 9:03 pm
Location: ottawa

  • Quote

Post by bigfam » Sun Feb 06, 2005 12:26 am

yeah 0.33.1...

Code: Select all

root@BIGFAM bigfam # python-updater
 * Starting Python Updater from 2.2 to 2.3 :
 * Searching for packages with files in /usr/lib/python2.2 ..
 * Calculating Upgrade Package List ..
 * Re-ordering packages to merge ..
 * Preparing to merge these packages in this order:
 * Python update completed successfully.
root@BIGFAM bigfam # 

Code: Select all

root@BIGFAM bigfam # python-config
-lpython2.3 -lm -L/usr/lib/python2.3/config 
root@BIGFAM bigfam #
i installed 0.26.2
and now get

Code: Select all

root@BIGFAM bigfam # 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)

Top
servermonk
Apprentice
Apprentice
User avatar
Posts: 182
Joined: Fri Nov 07, 2003 5:38 am
Location: MI
Contact:
Contact servermonk
Website

  • Quote

Post by servermonk » Sun Feb 06, 2005 3:36 am

You might want to try re-emerging gdeslets now that python us up to date. Not sure why you would get an error with "gDesklets 0.26.2" in it :/[/code]
Gentoo makes me wanna shoop.
Top
bigfam
Tux's lil' helper
Tux's lil' helper
Posts: 106
Joined: Thu Dec 30, 2004 9:03 pm
Location: ottawa

  • Quote

Post by bigfam » Sun Feb 06, 2005 4:29 am

servermonk wrote:You might want to try re-emerging gdeslets now that python us up to date. Not sure why you would get an error with "gDesklets 0.26.2" in it :/[/code]

did that and a now getting the original error again...

Code: Select all

Traceback (most recent call last):
  File "/usr/local/lib/gdesklets/factory/DisplayFactory.py", line 101, in create_display
    dsp.new_child(childtype, settings, children)
  File "/usr/local/lib/gdesklets/display/Display.py", line 214, in new_child
    self.__group = targetregistry.create(childtype, self)
AttributeError: 'module' object has no attribute 'create'


also i had accept_keywords="~x86" in my make.conf ever since i originally put everything together, i don't know if its related or anything, but i doubt it, as this is the first time ive really run into a program where i couldn't get it to work
Top
servermonk
Apprentice
Apprentice
User avatar
Posts: 182
Joined: Fri Nov 07, 2003 5:38 am
Location: MI
Contact:
Contact servermonk
Website

  • Quote

Post by servermonk » Sun Feb 06, 2005 6:31 am

If you run this do you get errors as well?

Code: Select all

gdesklets shell
Gentoo makes me wanna shoop.
Top
bigfam
Tux's lil' helper
Tux's lil' helper
Posts: 106
Joined: Thu Dec 30, 2004 9:03 pm
Location: ottawa

  • Quote

Post by bigfam » Sun Feb 06, 2005 8:45 am

servermonk wrote:If you run this do you get errors as well?

Code: Select all

gdesklets shell
nope, i can open that up and install plugins, i get this error message when i launch ANY plugin
Top
jans
n00b
n00b
Posts: 11
Joined: Fri Jun 04, 2004 5:40 pm
Location: China

  • Quote

Post by jans » Mon Feb 07, 2005 1:17 pm

Exactly the same problem here.
HELP...
Top
markandrew
Apprentice
Apprentice
Posts: 176
Joined: Wed Feb 04, 2004 10:12 am
Location: Manchester, UK

  • Quote

Post by markandrew » Mon Feb 07, 2005 5:55 pm

i was under the impression that this was because recent versions of gdesklets-core use a new layout which is incompatible with most current desklets - until they're upgraded. i have 3 desklets running (analog clock - LT i think, RSS news display, and battery display), all the others i tried don't work.

is this right?
Top
AgaKhan
n00b
n00b
Posts: 27
Joined: Mon Nov 15, 2004 8:19 pm
Location: Trondheim, Norway

  • Quote

Post by AgaKhan » Mon Feb 07, 2005 9:59 pm

I had a lot of problems with 0.33.. try:

Code: Select all

emerge =gnome-extra/gdesklets-core-0.32
worsk like a charm for me.
Top
comprookie2000
Retired Dev
Retired Dev
User avatar
Posts: 925
Joined: Sun Jul 25, 2004 5:39 am
Location: Sun City Center, Florida
Contact:
Contact comprookie2000
Website

  • Quote

Post by comprookie2000 » Mon Feb 07, 2005 10:21 pm

It will work if you are running "x86" first I would suggest removing everything in /home/yourname/.gdesklets add this to /etc/portage/package.keywords

Code: Select all

gnome-extra/gdesklets-core ~x86
dev-python/gnome-python ~x86
dev-python/pyorbit ~x86
x11-plugins/desklet-starterbar ~x86
x11-plugins/desklet-goodweather ~x86
x11-plugins/desklet-weather ~x86
x11-plugins/desklet-psisensors ~x86
x11-plugins/desklet-psiextras ~x86
x11-plugins/desklet-psidisplays ~x86
x11-plugins/desklet-clock ~x86
gnome-base/libgtop ~x86
Everthing is working for now but that could change
then reemerge everything and cross your fingers
gdesklets start good luck
http://dev.gentoo.org/~dabbott/
Top
graphic23
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 102
Joined: Mon Dec 06, 2004 11:18 pm
Location: Chicago
Contact:
Contact graphic23
Website

  • Quote

Post by graphic23 » Tue Feb 08, 2005 12:00 am

As aforementioned, I've seen in many threads here that gdesklets-0.33.1 is not working properly, and some of the plugins don't even work. gdesklets-0.32.1 is what I'm using.
Sincerly,
Graphic23
Top
Corax
Apprentice
Apprentice
User avatar
Posts: 222
Joined: Wed Apr 14, 2004 8:54 pm
Location: Berlin, Germany

  • Quote

Post by Corax » Tue Feb 08, 2005 12:07 am

I had a similar error some weeks ago, with gdesklets 0.30 and 0.32. What I needed to fix this was a recent version of libgtop. I set it ~x86 and got version 2.8.2. From this point on gdesklets worked fine, but consumed a lot of cpu time...
There's no such priest //
that can pray me to heaven.
-- Nightwish, "Bare grace misery"
Top
Post Reply

15 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