Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Write an article for LinuxForums Today! Win Great Prizes!
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > Linux Desktop / X-Windows > What's the deal with "gdesklets"?

Forgot Password?
 Linux Desktop / X-Windows   Anything X. Gnome, KDE, remote desktop's, XGames etc.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds
Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 11-20-2005   #1 (permalink)
Just Joined!
 
Join Date: Sep 2005
Location: Nowhere and Everywhere
Posts: 98
What's the deal with "gdesklets"?

Well I was interested in trying them out, but for whaterver reason I can't seem to get any of them to run. They installed just fine and when I click on the "manage desklets" key to configure them in the gdesklets shell is pretty much where I hit a wall. From there on they won't run...
I have tried looking for any kind of documentation on this, but I keep running into a dead end, any ideas?
southpaw is offline  



Reply With Quote
Old 11-20-2005   #2 (permalink)
Linux Guru
 
bryansmith's Avatar
 
Join Date: Nov 2004
Location: /Ontario/Canada
Posts: 2,622
Do you get any errors?

Bryan
__________________
Looking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
bryansmith is offline   Reply With Quote
Old 11-20-2005   #3 (permalink)
Linux Newbie
 
GNOME_n00b's Avatar
 
Join Date: May 2005
Location: UK
Posts: 142
southpaw
install all the gnome-python and python packages you can find. to run them every session, add 'gdesklets start' to Sessions in the gnome control centre. to start off the gdesklets, first type in 'gdesklets start' on the command line to start the daemon. then add the gdesklets that you want using 'gdesklets open <whatever the gdesklet is called>'.

let me know how you get on.
GNOME_n00b is offline   Reply With Quote
Old 11-20-2005   #4 (permalink)
Super Moderator
 
Join Date: May 2004
Location: Arch Linux
Posts: 13,055
... another option might be to try adesklets to see if they'll work for you. They don't have nearly so many dependencies.
ozar is offline   Reply With Quote
Old 11-21-2005   #5 (permalink)
Just Joined!
 
Join Date: Sep 2005
Location: Nowhere and Everywhere
Posts: 98
Thanx for the quick response guys,
well I'll address you guys in the order your posts came in. First off, Bryan,
yes I do get errors, when I type gdesklets in the terminal I get this:
Code:
 $ gdesklets
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/lib/gdesklets/utils/__init__.py", line 23, in _pretty_excepthook
    deep_trace = True)
  File "/usr/lib/gdesklets/utils/ErrorFormatter.py", line 76, in format
    import vfs
  File "/usr/lib/gdesklets/utils/ErrorFormatter.py", line 119, in _new_imp
    module = _old_imp(name, globs, locls, fromlist)
  File "/usr/lib/gdesklets/utils/vfs.py", line 120, in ?
    exists = exists_urllib2
NameError: name 'exists_urllib2' is not defined

Original exception was:
Traceback (most recent call last):
  File "/usr/bin/gdesklets", line 4, in ?
    from main.DisplayList import DisplayList
  File "/usr/lib/gdesklets/utils/ErrorFormatter.py", line 119, in _new_imp
    module = _old_imp(name, globs, locls, fromlist)
  File "/usr/lib/gdesklets/main/DisplayList.py", line 4, in ?
    from utils import vfs
  File "/usr/lib/gdesklets/utils/ErrorFormatter.py", line 119, in _new_imp
    module = _old_imp(name, globs, locls, fromlist)
  File "/usr/lib/gdesklets/utils/vfs.py", line 120, in ?
    exists = exists_urllib2
NameError: name 'exists_urllib2' is not defined
...So, I tried the same thing in root, but I got the same error. Now all of this is a little strange to me because I was able to start the gdesklets daemon yesterday without any problem I just couldn't start the individual desklets from the desklets shell. Now I just get that error. So, GNOME_noob, is there any other python related packages that I should install other than these:
* dev-python/python
* dev-python/gnome-python
* dev-python/gnome-python-extras
...These are the "GNOME/Python" related packages that I already have installed. Also, I noticed that you mentioned that I should "add gdesklets start to Sessions in the gnome control center", I guess I never did mention that I'm not using Gnome as a window manager, but Fluxbox is what I'm using as a window manager. I guess I figured it would look pretty cool to have gdesklets on Flux, like many screenshots I've already seen . Anyway, Ozar, I've seen adesklets and I know that they are there as another option just incase I can't work my way through the gdesklets issue, but I noticed that adesklets doesn't have as many desklets as gnome does. Which is why I tried gdesklets first .
southpaw is offline   Reply With Quote
Old 11-22-2005   #6 (permalink)
Linux Newbie
 
GNOME_n00b's Avatar
 
Join Date: May 2005
Location: UK
Posts: 142
southpaw
there are quite a few gnome-python packages that need to be installed - you have hardly any, so its not surprising gdesklets won't run. although you have gentoo, here are some of the gnome-python packages in fedora that you'll need to install:
http://download.fedora.redhat.com/pu...s/Fedora/RPMS/
there's no harm in installing all of them, but it will near guarantee that gdesklets should run.

if you build gdeklets from source or even install the rpm, you can do this successfully without installing all the necessary gnome-python and python packages. i don't know why. it should actually complain about dependencies, but it doesn't, though. i've come to believe that almost every time gdesklets fail to run is down to the gnome-python packages not being installed.

just add 'gdesklets start' to your sesssions in fluxbox (if it allows this. i don't know because i've never used it).
GNOME_n00b is offline   Reply With Quote
Old 11-22-2005   #7 (permalink)
Linux Engineer
 
Join Date: Oct 2004
Location: Vancouver
Posts: 1,366
Send a message via AIM to genesus Send a message via Skype™ to genesus
when I used gdesklets I always had to build from source, as posted above, for some reason whenever I emerged it nothing would work. Though, I was trying to use it with enlightenment
__________________
Operating System: GNU Emacs
genesus is offline   Reply With Quote
Old 11-23-2005   #8 (permalink)
Just Joined!
 
Join Date: Sep 2005
Location: Nowhere and Everywhere
Posts: 98
So, you mean to tell me that I have to compile all 16 of those "Gnome-Python" packages just to get a few gdesklets to run on my system. Hmmm, doesn't really seem like it's worth it huh?
southpaw is offline   Reply With Quote
Old 11-26-2005   #9 (permalink)
Just Joined!
 
Join Date: Sep 2005
Location: Nowhere and Everywhere
Posts: 98
Hello forum folks,
I hope that everyone had a safe and happy thanksgiving . Now, genesus, I was wondering where I could find those "gnome-python" packages as plain old source tarballs, because the link up above to the Fedora package list is all in the .rpm format, and if possible I would like to stick with source as opposed to .rpm binaries if it is not too much trouble, thanx .
southpaw is offline   Reply With Quote
Old 11-26-2005   #10 (permalink)
Linux Newbie
 
GNOME_n00b's Avatar
 
Join Date: May 2005
Location: UK
Posts: 142
Quote:
I hope that everyone had a safe and happy thanksgiving
i didn't .


southpaw

apologies for answering a question directed at genesus, but i'm not aware of any central place where you can download all the gnome-python stuff. i think you may have to try places such as freshmeat.net and sourceforge.net. i had a look at the python homepage and they don't seem to be there.
GNOME_n00b is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
A Newbie's Getting Started Guide to Linux
Learn the basics of the Linux operating systems. Get to know what it is all about, and familiarize yourself with the practical side. Basically, if you're a complete Linux newbie and looking for a quick and easy guide to get you started this is it.
subscribe
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 06:26 AM.






© 2000 - - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.1