Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: Xfce Power Manager not running

  1. #1
    Join Date
    Jan 2011
    Location
    Linux heaven
    Beans
    Hidden!
    Distro
    Ubuntu

    Xfce Power Manager not running

    I have Ubuntu 14.04 LTS with Xfce DE.

    The power manager isnt running and wont run when I hit the run button. Here's the message it gives me:

    Don't touch the Linux hat!
    Linux user #572109


  2. #2
    Join Date
    Jan 2011
    Location
    Linux heaven
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Xfce Power Manager not running

    Update:

    I see it's running in the System Monitor but I cant pull its window up. It's still giving the above message about it not running.
    Don't touch the Linux hat!
    Linux user #572109


  3. #3
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Xfce Power Manager not running

    What does the following return:
    Code:
    ps -ef | grep power-manager | grep -v grep

  4. #4
    Join Date
    Jan 2011
    Location
    Linux heaven
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Xfce Power Manager not running

    Code:
    nutin     1681  1841  0 13:44 ?        00:00:00 xfce4-power-manager
    nutin     2103  1841  0 Jul08 ?        00:00:00 xfce4-power-manager --restart --sm-client-id 2b36a3f27-61c2-4e94-ac36-c8bb64dd04b0
    nutin     2273  1841  0 Jul08 ?        00:00:00 xfce4-power-manager
    Don't touch the Linux hat!
    Linux user #572109


  5. #5
    Join Date
    Jan 2011
    Location
    Linux heaven
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Xfce Power Manager not running

    I just did an "end process" on all the power managers that were running but it didnt help (3 were running). Now only 1 is running:

    Code:
    nutin     2905  1841  0 15:41 ?        00:00:00 xfce4-power-manager
    Last edited by pretty_whistle; July 16th, 2014 at 10:45 PM.
    Don't touch the Linux hat!
    Linux user #572109


  6. #6
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Xfce Power Manager not running

    Quote Originally Posted by pretty_whistle View Post
    Code:
    nutin     1681  1841  0 13:44 ?        00:00:00 xfce4-power-manager
    nutin     2103  1841  0 Jul08 ?        00:00:00 xfce4-power-manager --restart --sm-client-id 2b36a3f27-61c2-4e94-ac36-c8bb64dd04b0
    nutin     2273  1841  0 Jul08 ?        00:00:00 xfce4-power-manager
    Yeah, not good. I wonder how 3 instances got to run at the same time? I didn't think that was possible.

    Quote Originally Posted by pretty_whistle View Post
    I just did an "end process" on all the power managers that were running but it didnt help (3 were running). Now only 1 is running:

    Code:
    nutin     2905  1841  0 15:41 ?        00:00:00 xfce4-power-manager
    Try clearing out your sessions cache from outside of Xfce. First log out then go to the first tty (Ctrl+Alt+F1) and log in to the text console there. Once logged in, run:
    Code:
    cd .cache
    rm -rf sessions
    ...then return to the gui (Ctrl+Alt+F7) and log back in again and check to see if its any better. Also check to see how many instance of xfce4-power-manager are running.

  7. #7
    Join Date
    Jan 2011
    Location
    Linux heaven
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Xfce Power Manager not running

    Done.

    It's doing the same thing except now there's 2 running:

    Code:
    nutin     2905     1  0 15:41 ?        00:00:00 xfce4-power-manager
    nutin     3881  3563  0 17:03 ?        00:00:00 xfce4-power-manager
    Don't touch the Linux hat!
    Linux user #572109


  8. #8
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Xfce Power Manager not running

    Do you have it set to run in your autostartup as well (Settings Manager >> Session and Startup >> Application autostart)?

    Or alternatively, do you have an xfce4-power-manager entry in ~/.config/autostart?

    Try as I may, I cannot get 2 instances to run simultaneously.

    Code:
    nutin     2905     1  0 15:41 ?        00:00:00 xfce4-power-manager
    nutin     3881  3563  0 17:03 ?        00:00:00 xfce4-power-manager
    Who is the parent of your second instance? In the above results, the first power-manager's PID is 2905 and its parent 1 (init). In the second instance (PID 3881) its parent is 3563. What process is 3563? Make sure you re-run the command to get the proper PIDs to check.

  9. #9
    Join Date
    Jan 2011
    Location
    Linux heaven
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Xfce Power Manager not running

    Quote Originally Posted by Toz View Post
    Do you have it set to run in your autostartup as well (Settings Manager >> Session and Startup >> Application autostart)?

    Or alternatively, do you have an xfce4-power-manager entry in ~/.config/autostart?

    Try as I may, I cannot get 2 instances to run simultaneously.


    Who is the parent of your second instance? In the above results, the first power-manager's PID is 2905 and its parent 1 (init). In the second instance (PID 3881) its parent is 3563. What process is 3563? Make sure you re-run the command to get the proper PIDs to check.
    Do you have it set to run in your autostartup as well (Settings Manager >> Session and Startup >> Application autostart)?
    Yes. Should it??

    Or alternatively, do you have an xfce4-power-manager entry in ~/.config/autostart?
    No.

    3563 shows up as init.

    Re-run the command? Re-run cd .cache, rm -rf sessions??
    Don't touch the Linux hat!
    Linux user #572109


  10. #10
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Xfce Power Manager not running

    Quote Originally Posted by pretty_whistle View Post
    Do you have it set to run in your autostartup as well (Settings Manager >> Session and Startup >> Application autostart)?
    Yes. Should it??
    No. It should start automatically by default. No need to add to autostart. If it doesn't start up automatically, clearing the sessions cache like we did earlier will reset it to autostart.

    Try removing it from your autostart sessions, then log out and clear the sessions again as we did earlier. Log back in and check the power manager again.

Page 1 of 3 123 LastLast

Bookmarks

Posting Permissions

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