Results 1 to 7 of 7

Thread: Panels in Lubuntu

  1. #1
    Join Date
    May 2007
    Beans
    6

    Panels in Lubuntu

    I upgrade to Lubuntu 13.10 recently and it went great but something happened to my screen and system tray.

    As for the system tray, it is not there anymore. It is gone. No clock, no calendar.
    And second, text seem to go outside of screen. I haven't changed any of the screen settings recently.

    I tried to update a config file, ~/.config/lxpanel/<Profile>/panels and pasted this text:

    Code:
    # lxpanel <profile> config file. Manually editing is not recommended.
    # Use preference dialog in lxpanel to adjust config when you can.
    
    # Global section: defines appearance and behavior of this panel.
    Global {
        edge=bottom    # The edge this panel attaches to
        allign=left    # alignment: left/center/right
        margin=0       # margin: margin to the edge of the whole screen
        widthtype=percent   # percent/pixel
        width=100      # width of the panel: The unit used here is according to widthtype.
        height=26      # height of the panel
        transparent=0  # use (pseudo-)transparent background: on=1, off=0
        tintcolor=#000000  # color blended with the backgroud when transparency is used.
        alpha=0    # alpha value used to blend tintcolor with background.
        setdocktype=1   # ask the window manager to treat the panel as a dock.
        setpartialstrut=1  # ask the window manager to reserve the space for the panel and not to cover it with maximized windows
        usefontcolor=1   # use customize colors for the text instead of that defined in system theme.
        fontcolor=#ffffff   # color of text on the panel (Currently this is only supported by clock applet)
        background=1    # use customize image to draw the background of the panel. (cannot be used with transparent)
        backgroundfile=/usr/share/lxpanel/images/background.png  # The image file used.
    }
    
    
    # Configuration of various applets
    # Basic syntax:
    # Plugin {
    #   type=<plugin type>
    #   expand=0    (optional, mainly used in "taskbar" and "space" applets.
    #                expand=1 will stretch the applet to fill all available spaces)
    #   Config {
    #     ...
    #   }
    # }
    
    
    Plugin {
        type = space
        Config {
            Size=2
        }
    }
    
    Plugin {
        type = menu
        Config {
            # image must be set
            image=/usr/share/lxpanel/images/my-computer.png
            # name is optional
            # it may be set to the name of a *.directory file in /usr/share/desktop-directories to get a localised label
            # eg. name=lxde-menu-applications.directory
            name=Label
            # tint may be set to an X11 colour name or a hex value,
            # see http://library.gnome.org/devel/gdk/unstable/gdk-Colormaps-and-Colors.html#gdk-color-parse
            # The default is blue; black disables tinting.
            tint=red
            system {
            }
            separator {
            }
            item {
                command=run
            }
            separator {
            }
            item {
                image=gnome-logout
                command=logout
            }
        }
    }
    
    Plugin {
        type = launchbar
        Config {
            Button {
                id=pcmanfm.desktop
            }
            Button {
                id=gnome-terminal.desktop
            }
            Button {
                id=firefox.desktop
            }
        }
    }
    
    Plugin {
        type = space
        Config {
            Size=4
        }
    }
    
    Plugin {
        type = wincmd
        Config {
            Button1=iconify
            Button2=shade
        }
    }
    
    Plugin {
        type = space
        Config {
            Size=4
        }
    }
    
    Plugin {
        type = pager
    }
    
    Plugin {
        type = space
        Config {
            Size=4
        }
    }
    
    Plugin {
        type = taskbar
        expand=1
        Config {
            tooltips=1
            IconsOnly=0
            AcceptSkipPager=1
            ShowIconified=1
            ShowMapped=1
            ShowAllDesks=0
            UseMouseWheel=1
            UseUrgencyHint=1
            FlatButton=0
            MaxTaskWidth=150
            spacing=1
        }
    }
    
    Plugin {
        type = netstat
    }
    
    Plugin {
        type = cpu
    }
    
    Plugin {
        type = tray
    }
    
    Plugin {
        type = dclock
        Config {
            ClockFmt=%R
            TooltipFmt=%A %x
            BoldFont=0
        }
    }
    but no success. I read this page, http://wiki.lxde.org/en/LXPanel

    Help please!

    Thanks.

  2. #2
    Join Date
    Jun 2007
    Location
    Arizona U.S.A.
    Beans
    5,739

    Re: Hello, can someone help me fix my Lubuntu desktop

    This should reset the panel to original state:

    Code:
    lxpanelctl restart

  3. #3
    Join Date
    May 2007
    Beans
    6

    Re: Hello, can someone help me fix my Lubuntu desktop

    Thanks, but I tried that before and I tried that again just now. Didn't work. Any other suggestions?

  4. #4
    Join Date
    May 2007
    Beans
    6

    Re: Hello, can someone help me fix my Lubuntu desktop

    Is it better to just reinstall Lubuntu? I'd rather not do that.

  5. #5
    Join Date
    Sep 2012
    Beans
    17
    Distro
    Lubuntu

    Re: Hello, can someone help me fix my Lubuntu desktop

    Have you tried copying ~/.config/lxpanel/*.* from the live cd to your ~/.config/lxpanel/? I lost my entire display and I did something similar to avoid reinstall. I copied /etc/X11 from the live cd to my hdd corrected all of my display errors. you will have to do something like the following
    1. boot from the live cd
    2. mount your hdd
    3. open LXTerminal
    4. sudo su
    5. delete the contents of ~/.config/lxpanel/ -- "rm -rf ~/.config/lxpanel/ on your hdd so it will be in /media/your hdd UID/home/yourlogin/.config/lxpanel
    6. copy the contents of the live cd ~/.config/lxpanel/ to your hdd home directory
    7. reboot it should not hurt anything and it is worth a try.

    ~LuvLinuxOS~
    Last edited by LuvLinuxOS; October 30th, 2013 at 03:31 AM.

  6. #6
    Join Date
    May 2007
    Beans
    6

    Re: Hello, can someone help me fix my Lubuntu desktop

    LuvLinuxOS

    Thanks for your suggestion. I decided to reinstall the whole thing. It's not such a big problem since I mainly use Chromium and the terminal

  7. #7
    Join Date
    Sep 2013
    Location
    California
    Beans
    73
    Distro
    Lubuntu

    Re: Panels in Lubuntu

    A note for others if you can configure the panel using the gui through right clicking on it.

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
  •