Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
gDesklets-0.3x - coming soon to a portage near you!
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3, 4, 5  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
HexDEF6
Guru
Guru


Joined: 26 May 2003
Posts: 451
Location: Trento

PostPosted: Wed Dec 15, 2004 8:20 am    Post subject: Reply with quote

yamakawa wrote:
at least starterbar seems to work with the latest gdesklets.
0.31.1 is out now! :D
http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=13


It works!!!
_________________
Fa quel che te faresi!
Back to top
View user's profile Send private message
mobian
n00b
n00b


Joined: 17 Dec 2004
Posts: 72

PostPosted: Fri Dec 17, 2004 12:44 am    Post subject: starterbar error Reply with quote

I've just emerged the latest version of gDesklets (0.32) and tried to start up the starterbar, and now I get the following traceback:

Code:

Traceback (most recent call last):
  File "/usr/share/gdesklets/factory/SensorFactory.py", line 60, in create_sensor
    module = __import__(name)
  File "./StarterBar/__init__.py", line 2, in ?
    from IconSet import IconSet
  File "./StarterBar/IconSet.py", line 9, in ?
    from utils import GConfWatcher
ImportError: cannot import name GConfWatcher


I have tried doing the following as well:

Code:

emerge libgtkhtml glut pyopengl gtkglarea pygtk gnome-python gdesklets-core desklet-starterbar


No luck. Everything worked fine before. The really strange thing is that it works perfectly on my other computer (desktop) but the system it fails on is my laptop. Any ideas where I might investigate what is causing this strange behavior where it works on one system but not another...?

Thanks!
Back to top
View user's profile Send private message
mobian
n00b
n00b


Joined: 17 Dec 2004
Posts: 72

PostPosted: Fri Dec 17, 2004 6:24 am    Post subject: Reply with quote

Never mind, I fixed it. I just did another "emerge sync" and it downloaded a newer version of desklet-starterbar, version #0.31.1

Hope this helps anyone else who has a similar problem....
Back to top
View user's profile Send private message
Jacobs
Apprentice
Apprentice


Joined: 29 Apr 2003
Posts: 174
Location: Czech republic

PostPosted: Fri Dec 17, 2004 12:41 pm    Post subject: Reply with quote

Hi, I'm getting this error with gdesklets 0.32 and starterbar 0.31.1
Code:
The log file іs located in /home/<user>/.gdesklets/gdesklets:0.0.log
/usr/share/gdesklets/main/Starter.py:452: DeprecationWarning: the
'argc' parameter is optional and deprecated
  client.set_restart_command(len(cmd), cmd)
/usr/share/gdesklets/factory/DisplayFactory.py:156:
DeprecationWarning: Using sensors is deprecated now. Please consider
using controls and inline scripts now.
  DeprecationWarning)
Traceback (most recent call last):
  File "/usr/share/gdesklets/factory/DisplayFactory.py", line 99, in
create_display
    dsp.new_child(childtype, settings, children)
  File "/usr/share/gdesklets/display/Display.py", line 219, in
new_child
    import targetregistry
  File "/usr/share/gdesklets/display/targetregistry.py", line 18, in ?
    from TargetHTML          import TargetHTML
  File "/usr/share/gdesklets/display/TargetHTML.py", line 6, in ?
    import gtkhtml2
ImportError: No module named gtkhtml2
Error while configuring display: No module named gtkhtml2
Info: Purging ID 'id11032871152423982'.
cp /usr/share/gdesklets/Sensors/StarterBar/home.desktop
/usr/share/gdesklets/Sensors/StarterBar/.order
/home/<user>/.gdesklets/MyStarters/id11032871152423982iconbar/


What package does provide the gtkhtml2 python module?
Back to top
View user's profile Send private message
Jacobs
Apprentice
Apprentice


Joined: 29 Apr 2003
Posts: 174
Location: Czech republic

PostPosted: Fri Dec 17, 2004 6:07 pm    Post subject: Reply with quote

ok, for those who need it - the trick was in emerging
Code:
gnome-extra/libgtkhtml
dev-python/gnome-python

plus setting on the use flag gtkhtml for gnome-python

hope it helps
Back to top
View user's profile Send private message
silentplummet
n00b
n00b


Joined: 14 Jun 2004
Posts: 58

PostPosted: Fri Dec 17, 2004 6:57 pm    Post subject: Reply with quote

Mine still crashes, every time. Gives the following traceback:

Code:

Starting gdesklets-daemon...
Connected to daemon in 1243 milliseconds.
Traceback (most recent call last):
  File "/usr/bin/gdesklets", line 140, in ?
    open_profile(myprofile)
  File "/usr/bin/gdesklets", line 66, in open_profile
    mydaemon = get_daemon()
  File "/usr/bin/gdesklets", line 52, in get_daemon
    ndaemon.set_remove_command(os.path.abspath(sys.argv[0]) + " _remove")
  File "/usr/share/gdesklets/main/client.py", line 198, in set_remove_command
    self.__send(COMMAND_SET_REMOVE_COMMAND, cmd)
  File "/usr/share/gdesklets/main/client.py", line 38, in __send
    return xdr.recv(self.__sock)
  File "/usr/share/gdesklets/utils/xdr.py", line 100, in recv
    header = s.recv(_SIZEOF_HEADER)
socket.error: (104, 'Connection reset by peer')
Back to top
View user's profile Send private message
comprookie2000
Retired Dev
Retired Dev


Joined: 25 Jul 2004
Posts: 925
Location: Sun City Center, Florida

PostPosted: Fri Dec 17, 2004 7:29 pm    Post subject: Reply with quote

Working now,I deleated ~/.gdesklets and there was something in ~/.gconf about gdesklets,deleated that and /usr/share/gdesklets and then
Code:
 
emerge libgtkhtml glut pyopengl gtkglarea pygtk gnome-python gdesklets-core desklet-starterbar

Jacobs wrote:
ok, for those who need it - the trick was in emerging
Code:
gnome-extra/libgtkhtml
dev-python/gnome-python

plus setting on the use flag gtkhtml for gnome-python

hope it helps
Thanks everyone :lol:
_________________
http://dev.gentoo.org/~dabbott/
Back to top
View user's profile Send private message
silentplummet
n00b
n00b


Joined: 14 Jun 2004
Posts: 58

PostPosted: Fri Dec 17, 2004 8:31 pm    Post subject: Reply with quote

Code:
emerge libgtkhtml glut pyopengl gtkglarea pygtk gnome-python gdesklets-core desklet-starterbar


Nope. No dice.
Back to top
View user's profile Send private message
comprookie2000
Retired Dev
Retired Dev


Joined: 25 Jul 2004
Posts: 925
Location: Sun City Center, Florida

PostPosted: Fri Dec 17, 2004 9:31 pm    Post subject: Reply with quote

silentplummet wrote:
Code:
emerge libgtkhtml glut pyopengl gtkglarea pygtk gnome-python gdesklets-core desklet-starterbar


Nope. No dice.
What is the error when you try to run it?
_________________
http://dev.gentoo.org/~dabbott/
Back to top
View user's profile Send private message
silentplummet
n00b
n00b


Joined: 14 Jun 2004
Posts: 58

PostPosted: Fri Dec 17, 2004 10:26 pm    Post subject: Reply with quote

Quote:
What is the error when you try to run it?


I've posted it in here two times. Same error from 0.31 and 0.32. Just look a couple of posts up.
Back to top
View user's profile Send private message
comprookie2000
Retired Dev
Retired Dev


Joined: 25 Jul 2004
Posts: 925
Location: Sun City Center, Florida

PostPosted: Sat Dec 18, 2004 1:26 am    Post subject: Reply with quote

I had to rm everything,only way I could get it to work /usr/share/gdesklets ~/.gdesklets and something in .gconf about gdesklets , after all that if you get a error and it is the same as before, I have no clue.
_________________
http://dev.gentoo.org/~dabbott/
Back to top
View user's profile Send private message
silentplummet
n00b
n00b


Joined: 14 Jun 2004
Posts: 58

PostPosted: Sat Dec 18, 2004 5:11 pm    Post subject: Reply with quote

Nope, that didn't work. Guess I'll just live without 'em.
Back to top
View user's profile Send private message
soundspeed
n00b
n00b


Joined: 04 Dec 2004
Posts: 43
Location: This is my world

PostPosted: Wed Dec 22, 2004 2:40 am    Post subject: Reply with quote

You must write to emerge
Code:

ACCEPT_USE="gtkhtml" emerge libgtkhtml glut pyopengl gtkglarea pygtk gnome-python gdesklets-core desklet-starterbar

_________________
Underground World
Back to top
View user's profile Send private message
Evildad
Guru
Guru


Joined: 15 Apr 2004
Posts: 475

PostPosted: Sat Dec 25, 2004 11:29 am    Post subject: Reply with quote

soundspeed wrote:
You must write to emerge
Code:

ACCEPT_USE="gtkhtml" emerge libgtkhtml glut pyopengl gtkglarea pygtk gnome-python gdesklets-core desklet-starterbar


Doesn't work here.
I'm using gdesklets-core-0.32 and desklet-starterbar-0.31


Code:
$ gdesklets
Starting gdesklets-daemon...
Cannot establish connection to daemon: timeout!
Back to top
View user's profile Send private message
Unne
l33t
l33t


Joined: 21 Jul 2003
Posts: 616

PostPosted: Sat Dec 25, 2004 6:28 pm    Post subject: Reply with quote

I often have problems starting the gdesklets daemon for the first time. I have to run it 7 or 8 times sometimes before it'll start. No idea why. Once it does start it runs fine. Maybe I should go back to 0.26 or whatever the old version in portage was. That one works perfectly.
_________________
Obligatory hompage link.
Back to top
View user's profile Send private message
catkfr
Guru
Guru


Joined: 02 Aug 2004
Posts: 300

PostPosted: Tue Dec 28, 2004 11:46 pm    Post subject: Reply with quote

Same problem here on a new desktop while it works fine on my laptop... filed a bug report:
https://bugs.gentoo.org/show_bug.cgi?id=75960
Back to top
View user's profile Send private message
blursmurf
n00b
n00b


Joined: 06 Jan 2003
Posts: 45

PostPosted: Sun Jan 02, 2005 12:35 pm    Post subject: Reply with quote

i got this error...

Code:

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

help?
Back to top
View user's profile Send private message
oggialli
Guru
Guru


Joined: 27 May 2004
Posts: 389
Location: Finland, near Tampere

PostPosted: Sun Jan 02, 2005 9:19 pm    Post subject: Reply with quote

soundspeed wrote:
You must write to emerge
Code:

ACCEPT_USE="gtkhtml" emerge libgtkhtml glut pyopengl gtkglarea pygtk gnome-python gdesklets-core desklet-starterbar


WTF? ACCEPT_USE ?

You maybe meant just USE="" but i would advise against, better use /etc/portage/package.use (if it doesn't exist for you)
_________________
IBM Thinkpad T42P - Gentoo Linux
Back to top
View user's profile Send private message
racoontje
Veteran
Veteran


Joined: 19 Jul 2004
Posts: 1290

PostPosted: Sun Jan 02, 2005 9:51 pm    Post subject: Reply with quote

Looking sweet!
Back to top
View user's profile Send private message
catkfr
Guru
Guru


Joined: 02 Aug 2004
Posts: 300

PostPosted: Tue Jan 11, 2005 5:25 pm    Post subject: Reply with quote

For those still having trouble launching gdesklets, the solution was given in the link to bugzilla three posts above.
Back to top
View user's profile Send private message
Evildad
Guru
Guru


Joined: 15 Apr 2004
Posts: 475

PostPosted: Thu Jan 13, 2005 7:38 pm    Post subject: Reply with quote

Thx it finally works again... :!: :!:
Back to top
View user's profile Send private message
forceflow2
Guru
Guru


Joined: 16 Apr 2003
Posts: 464
Location: South Carolina

PostPosted: Sat Jan 15, 2005 2:00 am    Post subject: Reply with quote

Can't get desklet-weather to work either. Just displays retrieval failed even after explicitly defining the URL from yahoo weather. Anyone have this thing working?
_________________
That rank under my username doesn't mean I know everything, it just means I ask a lot of questions.
Back to top
View user's profile Send private message
kerikb
n00b
n00b


Joined: 18 Jan 2003
Posts: 37
Location: Norway

PostPosted: Sat Jan 15, 2005 3:50 am    Post subject: Reply with quote

forceflow2 wrote:
Can't get desklet-weather to work either. Just displays retrieval failed even after explicitly defining the URL from yahoo weather. Anyone have this thing working?


See this link.
_________________
'Scuse me while I kiss the sky
Back to top
View user's profile Send private message
morset
n00b
n00b


Joined: 14 Nov 2003
Posts: 31

PostPosted: Sun Jan 16, 2005 11:33 pm    Post subject: Reply with quote

I'm trying to get gdesklet installed on my machine. Unfortunately it keeps crapping out at compiling pyorbit, even if I use 2.0.0 or 2.0.1.

Code:

grep: usr/lib/libIDL-2.la: No such file or directory
/bin/sed: can't read usr/lib/libIDL-2.la: No such file or directory
libtool: link: `usr/lib/libIDL-2.la' is not a valid libtool archive
make[2]: *** [ORBit.la] Error 1
make[2]: Leaving directory `/var/tmp/portage/pyorbit-2.0.0/work/pyorbit-2.0.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/pyorbit-2.0.0/work/pyorbit-2.0.0'
make: *** [all] Error 2


That is the error that I recieve. I tried re-emerging libIDL but that did not work.
Back to top
View user's profile Send private message
travail101
n00b
n00b


Joined: 30 Apr 2004
Posts: 12
Location: United States of America

PostPosted: Tue Mar 22, 2005 2:38 pm    Post subject: gDesklets .34.2 Reply with quote

I had gDesklets .33.1 and up working just fine on my KDE/GNOME/E17/XFCE4 system with all the overkill USE flags like "kde gnome gtk gtk2 qt" and no "-" on anything, so whatever is default for gentoo at whatever time i merged whatever packages.

anyway, I've done a new Gentoo install (on the same machine, different partition) and gDesklets .34.2 still compiles, but it complains about not having gtkhtml2 module, I've already recompiled gnome-python with USE="gtkhtml" and it didn't fix it, now I'm emerge the latest libgtkhtml with it's deps as well as the 2.6 version and gnome-python with the gtkhtml USE flag. difference in this install.... USE="-kde -gnome -qt gtk gtk2" and some other stuff... I have done a emerge -pv for everything installed to further tweak the USE flags, there's only one WM now... Fluxbox, gDesklets compiles and runs, but the displays fail with the no gtkhtml2 modules error... I'll see if this overkill emerging fixes it, but... I'd like to know exactly what it is so I could make a .34.x ebuild or even a nightly build ebuild for gdesklets and not have people like me who want to keep away from GNOME and KDE have dependency issues because of some obscure package/USE that nobody even knew was required for it to work.

if I find out anything more I'll let you all know, btw if you have gDesklets .33.1+ working you should get .34.2 the deps are all the same and it's a simple as a "emerge unmerge gdesklets-core && ./configure -prefix=/usr && make && make install" and it's considerably better than .33.x and back
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page Previous  1, 2, 3, 4, 5  Next
Page 4 of 5

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum