Author Topic: LXMenu goes blank when the panel is at the top of the screen.  (Read 2950 times)

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: LXMenu goes blank when the panel is at the top of the screen.
« Reply #15 on: August 12, 2011, 01:05:11 PM »
Thanks for the vote of confidence, Andy. :)

Try this:
Create a top panel then open  ~/.config/lxpanel/LXDE/panels/panel and ~/.config/lxpanel/LXDE/panels/top. Clear the contents (erase) of the file "top." Copy the contents of the file "panel" and paste them into the file "top" and then edit line #5 to read --
Code: [Select]
    edge=top
Save and exit. Reboot.   
 

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: LXMenu goes blank when the panel is at the top of the screen.
« Reply #16 on: August 12, 2011, 05:38:06 PM »
Have you tried this yet?  ^  It works perfectly here.

Offline longtom

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3342
  • Satellite Station Africa
Re: LXMenu goes blank when the panel is at the top of the screen.
« Reply #17 on: August 15, 2011, 02:36:01 AM »
I have the same issue.  Since I have a top and bottom panel I moved menu to the bottom panel - and find myself miss-clicking continuously ...  ;D

I customised my top panel extensively and would hate to redo it all over again so ....  :-\ - so I live with it until some other solution presents itself or an update takes care of it - whichever comes first. 
Regards longtom

PCLinuxOS KDE 32bit
Intel Core 2 Duo E2200 / 2.2 GHz
2GB Ram
Nvidia GT610

Offline old_guy

  • Hero Member
  • *****
  • Posts: 706
Re: LXMenu goes blank when the panel is at the top of the screen.
« Reply #18 on: August 15, 2011, 04:30:46 PM »
I tried several other distro's livecd's. They all worked and were using lxpanel 0.5.6-1. Our latest updates changed ours to 0.5.8-1.
Debian has a bug report on it at:
http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg930303.html



Earl
Never too old to learn.

Offline longtom

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3342
  • Satellite Station Africa
Re: LXMenu goes blank when the panel is at the top of the screen.
« Reply #19 on: August 16, 2011, 03:10:41 AM »
I tried several other distro's livecd's. They all worked and were using lxpanel 0.5.6-1. Our latest updates changed ours to 0.5.8-1.
Debian has a bug report on it at:
http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg930303.html



Earl


Yep - thx for the research.  There is nothing to be done then wait for the next update of the panel ... for me anyway.
Regards longtom

PCLinuxOS KDE 32bit
Intel Core 2 Duo E2200 / 2.2 GHz
2GB Ram
Nvidia GT610

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: LXMenu goes blank when the panel is at the top of the screen.
« Reply #20 on: August 16, 2011, 04:45:07 AM »
..... There is nothing to be done then wait for the next update of the panel ... for me anyway.

If you need a top panel, the workaround in reply #15 will do it.   

Offline dwaldo

  • Full Member
  • ***
  • Posts: 69
Re: LXMenu goes blank when the panel is at the top of the screen.
« Reply #21 on: August 16, 2011, 05:30:12 AM »
well thanks for the effort, I will wait for an update. I dont really need the panel at the top, just moved the cairo dock up there and have to get used to it.

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: LXMenu goes blank when the panel is at the top of the screen.
« Reply #22 on: August 16, 2011, 05:58:08 AM »
For those interested:   
A second way to add a top panel --   
In PCManFM, go to /home/<your-user-name>/.config/lxpanel/LXDE/panels, right click any empty space and choose Create New > Empty File. Name it top. Right click and open it with leafpad. Copy and paste the contents below into it --
Code: [Select]
# lxpanel <profile> config file. Manually editing is not recommended.
# Use preference dialog in lxpanel to adjust config when you can.

Global {
    edge=top
    allign=left
    margin=0
    widthtype=percent
    width=100
    height=26
    transparent=0
    tintcolor=#000000
    alpha=0
    autohide=0
    heightwhenhidden=2
    setdocktype=1
    setpartialstrut=1
    usefontcolor=1
    fontcolor=#ffffff
    background=1
    backgroundfile=/usr/share/lxpanel/images/background.png
    iconsize=24
}

Plugin {
    type = space
    Config {
        Size=2
    }
}

Plugin {
    type = menu
    Config {
        image=/usr/share/lxde/images/lxde-icon.png
        system {
        }
        separator {
        }
        item {
            command=run
        }
        separator {
        }
        item {
            image=gnome-logout
            command=logout
        }
    }
}

Plugin {
    type = launchbar
    Config {
        Button {
            id=/usr/share/applications/pcmanfm.desktop
        }
        Button {
            id=/usr/share/applications/lxdecc.desktop
        }
        Button {
            id=/usr/share/applications/pclinuxos-drakconf.desktop
        }
        Button {
            id=/usr/share/applications/synaptic.desktop
        }
        Button {
            id=/usr/share/applications/lxterminal.desktop
        }
        Button {
            id=/usr/share/applications/firefox.desktop
        }
    }
}

Plugin {
    type = space
    Config {
        Size=4
    }
}

Plugin {
    type = wincmd
    Config {
        image=window-manager
        Button1=iconify
        Button2=shade
        Toggle=0
    }
}

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
        ShowAllDesks=1
        UseMouseWheel=1
        UseUrgencyHint=1
        FlatButton=0
        MaxTaskWidth=150
        spacing=1
        GroupedTasks=0
    }
}

Plugin {
    type = tray
}

Plugin {
    type = volumealsa
}

Plugin {
    type = dclock
    Config {
        ClockFmt=%I:%M:%S
        TooltipFmt=%A %x
        BoldFont=1
        IconOnly=0
    }
}

Plugin {
    type = launchbar
    Config {
        Button {
            id=/usr/share/applications/lxde-logout.desktop
        }
    }
}
Save and exit leafpad. Exit PCManFM.

You will now have a top panel that is configured exactly as the default bottom panel. Customize it as you wish through the usual methods.   

Offline longtom

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3342
  • Satellite Station Africa
Re: LXMenu goes blank when the panel is at the top of the screen.
« Reply #23 on: August 16, 2011, 08:43:35 AM »
Thank you, Neal!  :)
Regards longtom

PCLinuxOS KDE 32bit
Intel Core 2 Duo E2200 / 2.2 GHz
2GB Ram
Nvidia GT610

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: LXMenu goes blank when the panel is at the top of the screen.
« Reply #24 on: August 16, 2011, 12:17:22 PM »
Thank you, Neal!  :)

You're welcome, longtom. :)