show a panel only on desktop?

The standard panel of LXDE - http://wiki.lxde.org/en/LXPanel
Stauricus
Posts: 20
Joined: Thu Apr 18, 2013 1:41 pm

Re: show a panel only on desktop?

Post by Stauricus »

well, there is no tray plugin in it.
this is what i have in the config file:

Code: Select all

# lxpanel <profile> config file. Manually editing is not recommended.
# Use preference dialog in lxpanel to adjust config when you can.

Global {
    edge=left
    allign=center
    margin=0
    widthtype=percent
    width=44
    height=64
    transparent=0
    tintcolor=#ffffff
    alpha=255
    autohide=0
    heightwhenhidden=2
    setdocktype=0
    setpartialstrut=0
    usefontcolor=0
    fontsize=10
    fontcolor=#000000
    usefontsize=0
    background=0
    iconsize=64
    loglevel=2
}

Plugin {
    type = launchbar
    Config {
        Button {
            id=/usr/share/applications/lxterminal.desktop
        }
        Button {
            id=/usr/share/applications/pcmanfm.desktop
        }
        Button {
            id=/usr/share/applications/chromium-browser.desktop
        }
        Button {
            id=/usr/share/applications/vlc.desktop
        }
        Button {
            id=/usr/share/applications/codeblocks.desktop
        }
    }
}
in the config file from the upper panel, i found the tray plugin. it does have only this:

Code: Select all

Plugin {
    type = tray
}
i don't think i should change the default Lubuntu panel with the Debian one, because in Lubuntu they change some configs (default folders, mainly) that could cause errors :P
so, i think that it is just a bug? if so, it's ok, i'll just put on Wbar :)


EDIT: WHAT?! ok, it IS a bug! i just restarted the pc, and the anoying "process on the taskbar" is gone! now is working just as it should. i don't understand :shock:
EDIT2: but if i click in the "show desktop" button, the panel is minimized too :/
Locked