Results 1 to 6 of 6

Thread: lxpanel issues

  1. #1
    Join Date
    Jul 2010
    Location
    Sydney
    Beans
    34
    Distro
    Ubuntu 14.04 Trusty Tahr

    Unhappy lxpanel issues

    Hi,

    My initial impression of the lubuntu desktop was good. It was just what I was after for my older netbook pc that was struggling will the latest Ubuntu 11.10 release.

    I am having ongoing issues with lxpanel running and 100% and requiring a "lxpanelctl restart" and also, when the machine comes out of standby, the icons are strangely spaced.

    The only software I have added to the default is Thunderbird/Lightning and Ubuntu One.

    These issues seem to have been around for a while given the google hits I get on them and although fairly minor are enough of an issue to have me consider alternate desktops or distros.

    Anyway, I am more than happy to help to provide more technical information (with a little hand holding) as I would prefer not to dump the whole desktop because of this.

    Cheers

    Gordon

  2. #2
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: lxpanel issues

    Unfortunately this is a well known problem that seems to be associated with the presence of the power-manager icon in the system tray of lxpanel; remove the icon with the power-manager preferences and the empty spaces that appear, particularly after coming out of suspend, or when plugging in or unplugging a mains electricity supply, seem to go away.

    I have a simple script in my home which I run with an alias in terminal
    Code:
    #!/bin/bash
    
    killall lxpanel
    find ~/.cache/menus -name '*' -type f -print0 | xargs -0 rm
    lxpanel -p Lubuntu &
    which works very easily and quickly, and the glitch is not big or troublesome enough to stop me using Lubuntu on my netbook.

    The problem is being looked at, I think, by developers of LXDE as it is an LXDE problem, not specifically Lubuntu, and the speed of LXDE development is very fast at the moment, so try to hang in there and you may find it is dealt with quicker than you think.

  3. #3
    Join Date
    Oct 2008
    Location
    Down Under
    Beans
    1,568
    Distro
    Ubuntu Budgie 18.04 Bionic Beaver

    Re: lxpanel issues

    Unfortunately it seems to be a bug that effects some laptops, luckily not mine.

    Here is the bug report with some workarounds -

    https://bugs.launchpad.net/ubuntu/+s...el/+bug/846878

    Here is some other workarounds -

    http://ubuntuforums.org/showthread.php?t=1869357



    For How-To's, Information and Screen-Casts on Lubuntu go to the
    Lubuntu One Stop Thread -

    Lubuntu One Stop Thread

    Rodney

  4. #4
    Join Date
    Jul 2010
    Location
    Sydney
    Beans
    34
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: lxpanel issues

    Quote Originally Posted by ajgreeny View Post
    I have a simple script in my home which I run with an alias in terminal
    Code:
    #!/bin/bash
    
    killall lxpanel
    find ~/.cache/menus -name '*' -type f -print0 | xargs -0 rm
    lxpanel -p Lubuntu &
    Many thanks for this ... combined with switching off the power management icon, I think I can live with this until the cavalry arrives

    Gordon

  5. #5
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: lxpanel issues

    Quote Originally Posted by Gordon D View Post
    Many thanks for this ... combined with switching off the power management icon, I think I can live with this until the cavalry arrives

    Gordon
    If you really need a battery icon in your panel there is a battery-monitor applet available in the list.

    Also if the xfce4-power-manager was only available from the panel icon, you can make it show in the Lubuntu menu with
    Code:
    gksu leafpad /usr/share/applications/power-manager.desktop
    and delete or comment out the line which says something like "Only show in XFCE" I deleted it from mine, so can't remember the exact line, but it will be obvious.

  6. #6
    Join Date
    Apr 2009
    Beans
    204

    Re: lxpanel issues

    Quote Originally Posted by Gordon D View Post
    I think I can live with this until the cavalry arrives
    Henry Gebhardt is the new maintainer of the LX Panel since January 2013.
    The panel did not have maintainer for some time. The latest version is 0.5.12.
    There's a bug report upstream.
    http://sourceforge.net/tracker/?func...58&atid=894869
    I would not be too optimistic about a stable panel, on all type of hardware, anytime soon.

Tags for this Thread

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
  •