Results 1 to 5 of 5

Thread: No running instance of xfce4-panel has been found

  1. #1
    Join Date
    Jan 2007
    Location
    Sweden
    Beans
    74
    Distro
    Ubuntu

    No running instance of xfce4-panel has been found

    I have an annoying little problem. When I installed xfce4 and logged on for the first time it asked me to setup my panels. I selected to use a blank panel. I placed it at the bottom, but for some reason it crashed. No big deal, it asked me to create another panel with the message "no running instance of xfce4-panel has been found."

    Now every time I login I get this message: "no running instance of xfce4-panel has been found." A panel settings window also opens.

    After the message everything seems to be working fine. The panel seems to save my settings every time I log-off etc, but the message won't go away every time I login.

    I've tried to reset (delete) ~/.config/xfce4
    I've tried to delete everything in ~/.cache/sessions/
    I've tried to manually save my session.
    I've tried to disable xfce4-settings-helper in autostart.
    I've checked the ~/.config/xfce4-session folder which is empty.

    Nothing works. :/

  2. #2
    Join Date
    Jul 2007
    Location
    Toronto, Ontario, Canada
    Beans
    265

    Re: No running instance of xfce4-panel has been found

    Not sure if this matters to you anymore, but I figure I'll mention it just in case someone has this issue in the future.

    Anyway, to fix the problem - you have to do everything you mentioned, but while logged out of xfce4.

    Do it in a different desktop-manager or from the console.

  3. #3
    Join Date
    Aug 2011
    Beans
    7

    Re: No running instance of xfce4-panel has been found

    Quote Originally Posted by ownaginatious View Post
    Anyway, to fix the problem - you have to do everything you mentioned, but while logged out of xfce4.

    Do it in a different desktop-manager or from the console.
    Pardon my ignorance, but how do I log out of xfce4?

    I'm quite new to xubuntu...

    Thank you for your help.

  4. #4
    Join Date
    Jul 2007
    Location
    Toronto, Ontario, Canada
    Beans
    265

    Re: No running instance of xfce4-panel has been found

    Sorry, I should have been more specific. What you have to do is kill the xserver (so that you drop to the console) and then run the commands.

    You restart the xserver (to get back to the GUI) with

    Code:
    startx
    once you're done entering the commands there.

    Now I *think* the way you kill the xserver on Ubuntu is holding CTRL-ALT-Backspace.

    If that doesn't work, you can open a terminal and do

    Code:
    sudo kill -9 processnumber
    Where process number is the process ID (PID) of the xserver.

    You should be able to find that by doing

    Code:
    sudo ps aux | grep xserver
    Hope that helps!

  5. #5
    Join Date
    Aug 2011
    Beans
    7

    Re: No running instance of xfce4-panel has been found

    Quote Originally Posted by ownaginatious View Post
    Hope that helps!
    It sure did! Thanks!

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
  •