LXpanel alternative - need autohide?

The standard panel of LXDE - http://wiki.lxde.org/en/LXPanel
Locked
mchlbk
Posts: 11
Joined: Sun Apr 05, 2009 2:07 pm

LXpanel alternative - need autohide?

Post by mchlbk »

Hi,

Im on a 9" screen netbook and need a panel that can autohide which LXpanel cant. :evil:

Is there an alternative panel? And how is it installed in stead of LXpanel?

:geek:
maces
Posts: 503
Joined: Sat Oct 25, 2008 6:04 pm
Contact:

Re: LXpanel alternative - need autohide?

Post by maces »

Hi

Please try lxpanel from svn, autohide is implemented there. You'll find instructions in the forum.

maces
mchlbk
Posts: 11
Joined: Sun Apr 05, 2009 2:07 pm

Re: LXpanel alternative - need autohide?

Post by mchlbk »

"svn"? Whats that..?

:oops:
maces
Posts: 503
Joined: Sat Oct 25, 2008 6:04 pm
Contact:

Re: LXpanel alternative - need autohide?

Post by maces »

Hi

svn is Subversion. You have to install it, consult your distros wiki for that. With the following command you'll get the source code of LXDE:

Code: Select all

svn co https://lxde.svn.sourceforge.net/svnroot/lxde/trunk/ ./lxde
Now you have to compile the applications "menu-cache", "lxmenu-data" and "lxpanel".Please also consult the wiki of your distro about compiling! Now you have to run the following commands in each of the three directorys. (You can copy them to and temporary directory for that):

Code: Select all

./autogen.sh
./configure --prefix=/usr --sysconfdir=/etc
make
sudo make install
After that exit lxpanel and restart it, but only if it compiles successfully!

If this doesn't work please give some more informations:
* the error message itself
* your distro and version
* the wikipage you used as instruction

maces
mchlbk
Posts: 11
Joined: Sun Apr 05, 2009 2:07 pm

Re: LXpanel alternative - need autohide?

Post by mchlbk »

Thanks for helping out - I really appreciate it!

:)
sublime
Posts: 4
Joined: Tue Jul 07, 2009 7:29 am
Location: Melbourne, Australia

Re: LXpanel alternative - need autohide?

Post by sublime »

Actually lxpanel has something much better than auto-hide. It has the ability to sit on top of your windows (by unticking 'reserve space for panel' in the options).

What I do (on my Eee 1000H) is to put the lxpanel at the top of the screen. Make it the same height as my title bar and then make it the right width (and center it) so that I can see the min/max/close buttons. After this lxpanel takes up the space that the title bar uses, which is wasted anyway, since all it does is tell you what the application is (which we already know).
sublime
Posts: 4
Joined: Tue Jul 07, 2009 7:29 am
Location: Melbourne, Australia

Re: LXpanel alternative - need autohide?

Post by sublime »

Here is a screenshot of how it looks.
Attachments
lxde_netbook1.png
lxde_netbook1.png (88.77 KiB) Viewed 13185 times
mchlbk
Posts: 11
Joined: Sun Apr 05, 2009 2:07 pm

Re: LXpanel alternative - need autohide?

Post by mchlbk »

This is brilliant - didn't know this feature! Thanks for sharing.
mchlbk
Posts: 11
Joined: Sun Apr 05, 2009 2:07 pm

Re: LXpanel alternative - need autohide?

Post by mchlbk »

Btw: If you use Tiny Menu and then move all items from your nav bar to the menu bar you can remove the nav bar and have a little more space for browsing. I remove the status bar as well, as most of the features I need have an icon to put in the nav bar / menu bar. Normally I use Hide Caption too - but it's not supported i FF 3.5 yet.
Locked