 |
 |
 |
 |
| Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that. |

17th November 2004, 09:56 PM
|
|
Registered User
|
|
Join Date: Nov 2004
Posts: 1

|
|
Quote:
|
Originally Posted by griffse
When I try to run the program.
./gdesklets shell
[griffse@Ronin gDesklets-0.31]$
(gDesklets Shell:22501): GConf-CRITICAL **: file gconf-client.c: line 547 (gconf_client_add_dir): assertion `gconf_valid_key (dirname, NULL)' failed
Traceback (most recent call last):
File "/home/griffse/gDesklets-0.31/gdesklets-shell", line 10, in ?
shell = registry.get_plugin("UI_Shell")
File "/home/griffse/gDesklets-0.31/shell/PluginRegistry.py", line 59, in get_plugin
result = self.get_plugins_by_pattern("name", name)
File "/home/griffse/gDesklets-0.31/shell/PluginRegistry.py", line 47, in get_plugins_by_pattern
plugin.init()
File "./Shell/__init__.py", line 77, in init
File "/home/griffse/gDesklets-0.31/shell/Plugin.py", line 25, in _get_plugins_by_pattern
return registry.get_plugins_by_pattern(key, pattern)
File "/home/griffse/gDesklets-0.31/shell/PluginRegistry.py", line 47, in get_plugins_by_pattern
plugin.init()
File "./Profiles/__init__.py", line 19, in init
File "/home/griffse/gDesklets-0.31/shell/Plugin.py", line 31, in _get_plugin
plugin = registry.get_plugin(name, *interfaces)
File "/home/griffse/gDesklets-0.31/shell/PluginRegistry.py", line 59, in get_plugin
result = self.get_plugins_by_pattern("name", name)
File "/home/griffse/gDesklets-0.31/shell/PluginRegistry.py", line 47, in get_plugins_by_pattern
plugin.init()
File "./gDeskletsClient/__init__.py", line 23, in init
File "./gDeskletsClient/__init__.py", line 31, in __get_daemon
AttributeError: 'str' object has no attribute 'set_remove_command'
|
Anyone got a fix for this yet? I have the same issue.
|

18th November 2004, 12:53 AM
|
|
Registered User
|
|
Join Date: May 2004
Location: Plano, Texas, USA
Posts: 127

|
|
I had all required RPMs installed first. They include gnome-python2-gconf, python, python-devel, GConf2, GConf2-devel, GConf, GConf-devel (just in case), gnome-python2, libgtop2, libgtop2-devel, librsvg2, and librsvg2-devel.
Then, got the tarball and a patch from the Debian's unstable site:
http://packages.debian.org/unstable/gnome/gdesklets
and applied the patch (e.g., patch -p0<....). Compilation was done as usual (e.g., configure --prefix=/usr; make; and next as su, make install).
Well, I still do see
Code:
(gDesklets Shell:6392): GConf-CRITICAL **: file gconf-client.c: line 547 (gconf_client_add_dir): assertion `gconf_valid_key (dirname, NULL)' failed
/usr/share/gdesklets/shell/BookmarkList.py:19: DeprecationWarning: use gtk.ComboBox
self.__optmenu = gtk.OptionMenu()
But gdekslets runs great.
yur
|

18th November 2004, 08:36 PM
|
|
Registered User
|
|
Join Date: Oct 2004
Posts: 5

|
|
It install's without problems. The daemon starts without errors. But when i run "gdesklets shell" i get this error/output:
"(gDesklets Shell:3636): GConf-CRITICAL **: file gconf-client.c: line 547 (gconf_client_add_dir): assertion `gconf_valid_key (dirname, NULL)' failed
Traceback (most recent call last):
File "/usr/local/share/gdesklets/plugin/PluginRegistry.py", line 59, in __scan_repository
module = __import__(f)
File "./URI/__init__.py", line 4, in ?
import gnome.vfs as vfs
ImportError: No module named vfs
URI in /usr/local/share/gdesklets/Controls/URI is NOT a valid plugin!
/usr/local/share/gdesklets/shell/BookmarkList.py:19: DeprecationWarning: use gtk.ComboBox
self.__optmenu = gtk.OptionMenu()
"
The shell runs, but i can't start a display, it allway's has error's like goodweather:
"Traceback (most recent call last):
File "/usr/local/share/gdesklets/factory/SensorFactory.py", line 83, in create_sensor
sensor = module.new_sensor(args)
AttributeError: 'module' object has no attribute 'new_sensor'
"
I'm running a fully updated FC3. And sorry for my crappy english, i'm from the netherlands.  .
|

20th November 2004, 07:35 AM
|
 |
Community Manager
|
|
Join Date: Mar 2004
Location: Vancouver, Canada
Posts: 2,371

|
|
|
I think GDesklet is integrated in Gnome 2.8.x. Right click on the panel to check out.
__________________
Desktop CPU: AMD Phenom II(tm) X4 Processor 940 AM2+ - Memory: 8GB DDR2-RAM - GPU: Nvidia Geforce GTX 460 v2 - OS: Fedora 18 Spherical Cow x86-64 and Windows 7 Ultimate SP1 64-bit
Laptop Toshiba Satellite C650D - OS: Fedora 19 Schrödinger's Cat (preview release) x86-64 and Microsoft Windows 7 64-bit
|

20th November 2004, 04:26 PM
|
|
Registered User
|
|
Join Date: Nov 2004
Posts: 2

|
|
|
Hi everybody!
My first posting in this forum....
Thx for this really good how-to!!
At first I had the same
"(gDesklets Shell:3636): GConf-CRITICAL **: file gconf-client.c: line 547 (gconf_client_add_dir): assertion `gconf_valid_key (dirname, NULL)' failed
problem like some of you.
Then I restarted and now I was able to get the daemon started (Acc->gdesklets)
BUT error when I want to manage them:
Here's gDesklets log
Traceback (most recent call last):
File "/usr/local/share/gdesklets/plugin/PluginRegistry.py", line 59, in
__scan_repository
module = __import__(f)
File "./URI/__init__.py", line 4, in ?
import gnome.vfs as vfs
ImportError: No module named vfs
next I found (in a german board)
* Python bindings for gnome-vfs (usually called gnome-python2-gnomevfs)
now it WORKS!
EDIT: it works, if i start gdesklets BEFORE i run a xdsl/adsl dialin script... (my isp is inode.at)
scio.at
Last edited by scio.at; 20th November 2004 at 06:52 PM.
|

20th November 2004, 08:06 PM
|
|
Registered User
|
|
Join Date: Oct 2004
Location: The Netherlands
Age: 28
Posts: 220

|
|
I see a lot of error with the message:
No module named vfs;
matbe it's a good idea installing this module  (clever), to do this use yum:
Code:
su
yum install gnome-vfs
Kepp me up-to-date if this work, greetingzzz
__________________
"Lead the troops into battle like a monkey into space, your unneeded wars will be the death of our race. Not black, not white, no single ethnicity, I mean the death of the race called humanity..." Linux user 372264
Everybody is free to add me on msn or yahoo.
|

20th November 2004, 08:42 PM
|
|
Registered User
|
|
Join Date: Nov 2004
Posts: 2

|
|
|
thx for answering, but did you read it to the end?
i am able to use gDesklets, but i cant start it, while my internet connection is up (adsl dialin script)
bye
|

20th November 2004, 08:47 PM
|
|
Registered User
|
|
Join Date: Oct 2004
Location: The Netherlands
Age: 28
Posts: 220

|
|
Quote:
|
Originally Posted by scio.at
thx for answering, but did you read it to the end?
i am able to use gDesklets, but i cant start it, while my internet connection is up (adsl dialin script)
bye
|
sowiie, great to hear that  .
__________________
"Lead the troops into battle like a monkey into space, your unneeded wars will be the death of our race. Not black, not white, no single ethnicity, I mean the death of the race called humanity..." Linux user 372264
Everybody is free to add me on msn or yahoo.
|

21st November 2004, 06:03 AM
|
|
Registered User
|
|
Join Date: Nov 2004
Posts: 82

|
|
Artemis -- Hallo. Groetje uit Amerika. Hoe maakt u het? Waar leeft u? Mijn tanteleven in Eindhoven. And, because your English is light-years better than my dutch, I'm switching back to english  .
I'm hoping you can help me. I've got gDesklets running and several displays working thanks to your excellent instructions. I am trying to get CornerXMMS running. I have installed almost every library and devel-library I can think of or can find in long searches. I have installed pyXMMS, XMMS, pyXMMS-remote. When I try to run the display, I get the following in the log.
Quote:
Traceback (most recent call last):
File "/usr/local/share/gdesklets/factory/SensorFactory.py", line 83, in
create_sensor
sensor = module.new_sensor(args)
AttributeError: 'module' object has no attribute 'new_sensor'
Traceback (most recent call last):
File "/usr/local/share/gdesklets/factory/DisplayFactory.py", line 75, in
create_display
sax.parseString(data, self)
File "/usr/lib/python2.3/site-packages/_xmlplus/sax/__init__.py", line 47, in
parseString
parser.parse(inpsrc)
File "/usr/lib/python2.3/site-packages/_xmlplus/sax/expatreader.py", line 109,
in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/lib/python2.3/site-packages/_xmlplus/sax/xmlreader.py", line 123,
in parse
self.feed(buffer)
File "/usr/lib/python2.3/site-packages/_xmlplus/sax/expatreader.py", line 216,
in feed
self._parser.Parse(data, isFinal)
File "/usr/lib/python2.3/site-packages/_xmlplus/sax/expatreader.py", line 314,
in end_element
self._cont_handler.endElement(name)
File "/usr/local/share/gdesklets/factory/DisplayFactory.py", line 225, in
endElement
sensorctrl.sensor = (module, args)
File "./Sensors/__init__.py", line 38, in __set_sensor
RuntimeError: Could not load sensor
|
Hope you can help. Dank u wel.
KD
|

21st November 2004, 10:13 AM
|
|
Registered User
|
|
Join Date: Oct 2004
Location: The Netherlands
Age: 28
Posts: 220

|
|
Quote:
|
Originally Posted by KeDruff
Artemis -- Hallo. Groetje uit Amerika. Hoe maakt u het? Waar leeft u? Mijn tanteleven in Eindhoven. And, because your English is light-years better than my dutch, I'm switching back to english  .
I'm hoping you can help me. I've got gDesklets running and several displays working thanks to your excellent instructions. I am trying to get CornerXMMS running. I have installed almost every library and devel-library I can think of or can find in long searches. I have installed pyXMMS, XMMS, pyXMMS-remote. When I try to run the display, I get the following in the log.
Hope you can help. Dank u wel.
KD
|
hehehe, your dutch is just great  . Eindhoven is a nice place to be. But I'm sorry to disappoint you with your nonworking gDesklet display, I tried that xmms display before but even I wasn't been able to get it working.
__________________
"Lead the troops into battle like a monkey into space, your unneeded wars will be the death of our race. Not black, not white, no single ethnicity, I mean the death of the race called humanity..." Linux user 372264
Everybody is free to add me on msn or yahoo.
|

21st November 2004, 03:38 PM
|
|
Registered User
|
|
Join Date: Oct 2004
Location: The Netherlands
Age: 28
Posts: 220

|
|
Quote:
|
Originally Posted by KeDruff
Artemis -- Hallo. Groetje uit Amerika. Hoe maakt u het? Waar leeft u? Mijn tanteleven in Eindhoven. And, because your English is light-years better than my dutch, I'm switching back to english  .
I'm hoping you can help me. I've got gDesklets running and several displays working thanks to your excellent instructions. I am trying to get CornerXMMS running. I have installed almost every library and devel-library I can think of or can find in long searches. I have installed pyXMMS, XMMS, pyXMMS-remote. When I try to run the display, I get the following in the log.
Hope you can help. Dank u wel.
KD
|
I hope I can help you now, after some googling I figured out that you need a command-line utility that will control xmms for the python interface. This module (PyXMMS) will be used by the display. Here's a link for the module and keep me up-to-date, will you?
Homepage:
http://people.via.ecp.fr/~flo/index.en.xhtml
Download page:
http://people.via.ecp.fr/~flo/2002/PyXMMS/dist/
__________________
"Lead the troops into battle like a monkey into space, your unneeded wars will be the death of our race. Not black, not white, no single ethnicity, I mean the death of the race called humanity..." Linux user 372264
Everybody is free to add me on msn or yahoo.
|

21st November 2004, 04:31 PM
|
|
Registered User
|
|
Join Date: Oct 2004
Location: The Netherlands
Age: 28
Posts: 220

|
|
Quote:
|
Originally Posted by Artemis
hehehe, your dutch is just great  . Eindhoven is a nice place to be. But I'm sorry to disappoint you with your nonworking gDesklet display, I tried that xmms display before but even I wasn't been able to get it working.
|
xmms was solved earlier on the forum, check the link for a post of Jimbobbob, something about changing the prefix:
http://www.fedoraforum.org/forum/arc...php/t-359.html
__________________
"Lead the troops into battle like a monkey into space, your unneeded wars will be the death of our race. Not black, not white, no single ethnicity, I mean the death of the race called humanity..." Linux user 372264
Everybody is free to add me on msn or yahoo.
|

21st November 2004, 07:13 PM
|
|
Registered User
|
|
Join Date: Nov 2004
Posts: 82

|
|
|
Thanks, Artemis. I have gotten Corner XMMS to load. Now if only it would control XMMS... LOL...
KD
|

21st November 2004, 07:34 PM
|
|
Registered User
|
|
Join Date: Nov 2004
Posts: 3

|
|
|
I think there should be a core 3 rpm for this software
|

24th November 2004, 12:48 AM
|
|
Registered User
|
|
Join Date: Nov 2004
Posts: 6

|
|
I installed gDesklets from the tarball, but every time I launch a desklet, I get the following error output:
Code:
Traceback (most recent call last):
File "/usr/local/share/gdesklets/factory/SensorFactory.py", line 83, in create_sensor
sensor = module.new_sensor(args)
File "./Theme/__init__.py", line 112, in new_sensor
File "./Theme/__init__.py", line 31, in __init__
IndexError: list index out of range
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 18:58 (Wednesday, 19-06-2013)
|
|
 |
 |
 |
 |
|
|