Results 1 to 10 of 10
Has anyone got this to work with Mandrake 10.1?
Just with a default install, apparently 10.1 has old lib files for pygtk2 or somthing like that...any result is, it installs, ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-15-2005 #1Linux Newbie
- Join Date
- Nov 2004
- Posts
- 239
gDesklets
Has anyone got this to work with Mandrake 10.1?
Just with a default install, apparently 10.1 has old lib files for pygtk2 or somthing like that...any result is, it installs, but crashes when it starts up...
If anyone has got it to work, id be interested to know how to fix it!
THanks
- 04-16-2005 #2
That won't help you fix your problem, just to let you know that you're not alone... same problem here.
Anyone smarter than us?
- 04-16-2005 #3Just Joined!
- Join Date
- Apr 2005
- Posts
- 10
this helps you
Hi . sorry for my bad Eglish...
As adds, these syntaxes will help you:
1. to obtain the sound module & card:
lspcidrake -v |fgrep AUDIO
cat /proc/asound/cards
( lpci instead if not mandrake)
2. to see if the sound service is configured:
/sbin/chconfig --list sound
or:
/sbin/chconfig --list alsa
r:
grep sound-slot /etc/modules.conf
3. to see if volume is muted /unmuted:
aumix -q
4. to see wich prog is using the sound:
/sbin/fuser -v /dev/dsp
5. to see if the sound module (§.1.)(exp: snd_intel8x0 ) is compiled in the kernel:
modprobe -l|grep snd_intel8x0
(here snd_intel8x0 is an exemple)
6. to restart ALSA --if installed--:
/etc/init.d/alsa restart
7. somme usefull commands (to "adapt"):
alsaconf
cat /proc/pci
cat /etc/modules.conf
cat /proc/modules
ls -L -l /dev/dsp*
modprobe -l | grep -i snd
lsmod | grep -i snd
grep -i AC97 /usr/src/linux/.config
lspci -v|grep -i usb
Hope this will help you..
selim,b.
- 04-17-2005 #4
I don't use Mandrake but have you tried using urmpi? Does urmpi not install a program and all of it's dependancies? If this is so, it should install gDesklets along with whatever programs it needs to run properly.
Hope that helps,
BryanLooking 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.
- 04-19-2005 #5Linux Newbie
- Join Date
- Nov 2004
- Posts
- 239
Unfortunatly it dosnt work in this case, i have installed it like that, it dosnt complain about dependacies at all, its only when its run it crashes. it dosnt fail to run, it runs then crashes.
thats the error message it provides in the log!Code:ISensor: ITime: .3/site-packages/gtk-2.0/gtk/__init__.py:90: GtkDeprecationWarning: gtk.mainloop is deprecated, use gtk.main instead self.warn(message, DeprecationWarning)
Anyone know what that means?
- 04-19-2005 #6
To me, that looks like an error with a specific theme. Have you installed any themes lately?
BryanLooking 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.
- 04-20-2005 #7Linux Newbie
- Join Date
- Nov 2004
- Posts
- 239
Yes i have installed lots!
Not on the pc at the moment, so should I switch theme to one of the default ones? or do i need to uninstall all the ones I added?
Thanks for the tip!
- 04-20-2005 #8
It looks like you have one called ITime. Remove that one and see what happens.
BryanLooking 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.
- 04-20-2005 #9Linux Newbie
- Join Date
- Nov 2004
- Posts
- 239
ITime an ISensor were controls in /usr/share/gdesklets/Controls
I say were, I deleted them to see if that was the problem but it appears not.
It still crashes when it loads.
So then i thought, id check out the gtk.mainloop in the file it says... so i have edited gtk.mainloop to just gtk.main like it says too.
Now, the error message i recieve is
which seems quite stupid! Im running out of ideas here!Code:/usr/lib/python2.3/site-packages/gtk-2.0/gtk/__init__.py:90: GtkDeprecationWarning: gtk.main is deprecated, use gtk.main instead self.warn(message, DeprecationWarning)
- 04-23-2005 #10
Try upgrading GTK and PyGTK (or Python).
BryanLooking 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.


Reply With Quote
