Find the answer to your Linux question:
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 ...
  1. #1
    Just 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....

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    I had this problem on openSUSE 10.0 and I resolved it by uninstalling SUSEs kpowersave package and then reinstalling it from source.

  3. #3
    Just 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.

  4. #4
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    Take a look here for the source code. To compile it, you extract the contents of the tarball and then do
    Code:
    $./configure --prefix=`kde-config --prefix`
    $make
    $su -c "make install"
    Make sure you have the kdelibs, qt3 and xorg devel packages installed.

  5. #5
    Just Joined!
    Join Date
    May 2006
    Posts
    19
    Okay, I will give that a try. Thank you.

  6. #6
    Just Joined!
    Join Date
    May 2006
    Posts
    19
    It worked, thank you.

  7. #7
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    Ok, thats great.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...