LXDE

From Gentoo Linux Wiki

Jump to: navigation, search

X.Org TOC

LXDE, or Lightweight X11 Desktop Environment is a small but efficient X.Org desktop environment based on the Openbox window manager.

Contents

[edit] Installation for Release Version

To install LXDE, execute the following :

emerge -av lxde-common lxsession-lite pcmanfm lxpanel openbox gpicview obconf

Once installed, you must edit your ~/.xinitrc file to comment out your current window manager (using #) and add the command to launch lxde :

File: ~/.xinitrc
...
#exec windowmanager <- Comment your old window manager
exec startlxde

Upon reboot, Gentoo will fire up LXDE once you log.

Note: Other LXDE components like lxappearance or lxterminal are still unstable packages on gentoo. If you want to use them, you will have to set them in your /etc/portage/package.keywords with the unstable flag (~).

[edit] Components list

Theses programs are available on portage. Note that they may be flagged as unstable.

  • PCManfm
  • LXLauncher
  • LXPanel
  • LXSession
  • LXAppearance
  • LeafPad
  • Xarchiver
  • GPicView
  • LXTerminal
  • LXTask
  • LXNM
  • LXrandr
  • OpenBox

[edit] Installation for live version

You will need to get layman installed and configured.

Then you will need to get lxde overlay installed, lxde overlay needs mercurial to fetch.

emerge -va mercurial

After mercurial finished emerging, fetch the lxde overlay.

layman -a lxde

When the fetching successful, put the package keywords for lxde in.

If your /etc/portage/package.keywords is a file do:

cat /usr/portage/local/layman/lxde/Documentation/portage/package.keywords/lxde-svn >> /etc/portage/package.keywords

Else if your /etc/portage/package.keywords is a directory do:

cat /usr/portage/local/layman/lxde/Documentation/portage/package.keywords/lxde-svn >> /etc/portage/package.keywords/lxde

Assuming your portage version is high enough to do sets emerging you can do:

For full package installation:

emerge -va @lxde-full

For lite package installation:

emerge -va @lxde-lite

[edit] Configuration

[edit] General configuration

Configuration is made with ObConf. Run the tool either with the menu entry (Openbox Configuration Manager, under Preferences) or with a terminal :

obconf

You can then configure the theme (see Appearance, LXDE way below) as well as different windows options.

[edit] Appearance, LXDE way

Fix me: Once the lxappearance package is stable, remove the following.

The LXDE appearance configurator, lxappearance, is currently unstable. To use it, activate it in your /etc/portage/package.keywords :

File: /etc/portage/package.keywords
... lxde-base/lxappearance ~x86
Note: Replace x86 by your architecture. (x86, amd64...)

Install lxappearance by doing the following :

emerge -av lxde-base/lxappearance

Once installed, a launcher will appear in your menu in the settings section. You can also start it from your terminal by typing lxappearance.

Stock post message.png To-do list for LXDE:
  • Add Openbox configuration (or link to the appropriate)
  • Add screenshots

[edit] Keyboard Shortcuts

You can add keyboard shortcuts by following the procedure on the Openbox article.

[edit] References

Gentoo entry on the LXDE wiki

Personal tools