Results 1 to 7 of 7
Each time I log onto openSuse 10.2 (with KDE) on my laptop (a Dell Inspiron 6000) KPowersave chrashes.
Here is a screenshot:
.
Here is a link to a text ...
- 06-14-2007 #1Just Joined!
- Join Date
- May 2006
- Posts
- 19
kpowersave chrashes during logon
Each time I log onto openSuse 10.2 (with KDE) on my laptop (a Dell Inspiron 6000) KPowersave chrashes.
Here is a screenshot:
.
Here is a link to a text file with information provided by the crash handler: http://www.euronet.nl/users/swinkels/kpowersave.txt
The only time KPowersave doesn't crash appears to be when I logon as root. So it looks like a permissions issue.
Any one know how to fix this? It would be nice if I could keep track of my battery status without having to logon as root....
- 06-14-2007 #2
I had this problem on openSUSE 10.0 and I resolved it by uninstalling SUSEs kpowersave package and then reinstalling it from source.
- 06-14-2007 #3Just Joined!
- Join Date
- May 2006
- Posts
- 19
Daark.child,
Could you point me in the right direction as to where to get the source (I assume you mean KPowersave's source code) and some decent installation instructions. Thank you.
- 06-14-2007 #4
Take a look here for the source code. To compile it, you extract the contents of the tarball and then do
Make sure you have the kdelibs, qt3 and xorg devel packages installed.Code:$./configure --prefix=`kde-config --prefix` $make $su -c "make install"
- 06-14-2007 #5Just Joined!
- Join Date
- May 2006
- Posts
- 19
Okay, I will give that a try. Thank you.
- 06-14-2007 #6Just Joined!
- Join Date
- May 2006
- Posts
- 19
It worked, thank you.
- 06-14-2007 #7


Reply With Quote