RSS Amplifier

Debian Wiki · Mar 25, 2020

LXDE

0
Sign in to vote or save

Editor: ArnoldSchiller · wiki.debian.org

Revision 16 as of 2019-09-05 23:47:57

Size: 3181

Comment:

Revision 17 as of 2020-03-25 19:46:57

Size: 3171

Comment: https, atp-get -> apt, alphabetical order translations

Deletions are marked like this. Additions are marked like this. Line 3: Line 3: ||<tablestyle="width: 100%;" style="border: 0px hidden">~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[de/LXDE|Deutsch]] - [[fr/LXDE|Français]] - [[it/LXDE|Italiano]] - [[ru/LXDE|Русский]] - [[ar/LXDE|العربية]] -~||<style="text-align: right;border: 0px hidden"> (!) [[/Discussion|Discussion]]|| ||<tablestyle="width: 100%;" style="border: 0px hidden">~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: [[ar/LXDE|العربية]] - [[de/LXDE|Deutsch]] - English - [[fr/LXDE|Français]] - [[it/LXDE|Italiano]] - [[ru/LXDE|Русский]] -~||<style="text-align: right;border: 0px hidden"> (!) [[/Discussion|Discussion]]|| Line 19: Line 19: # apt-get install lxde-core # apt install lxde-core Line 23: Line 23: # apt-get install lxde # apt install lxde Line 27: Line 27: # apt-get install task-lxde-desktop # apt install task-lxde-desktop Line 78: Line 78:  * [[http://www.lxde.org/|LXDE official website]]
 * [[http://wiki.lxde.org/en/Debian|Debian on LXDE Wiki]]  * [[https://www.lxde.org/|LXDE official website]]
 * [[https://wiki.lxde.org/en/Debian|Debian on LXDE Wiki]]

height=150

LXDE is designed to work well with computers on the low end of the performance spectrum such as older resource-constrained machines, new generation netbooks, and other small computers.

LXDE is one of the DesktopEnvironment options in the DebianDesktopHowTo.

Installation

The minimum set of elements:

# apt install lxde-core

A complete set of elements:

# apt install lxde

A complete Debian LXDE desktop environment (starting from Debian 7.0 "Wheezy"):

# apt install task-lxde-desktop

Running LXDE

GDM / KDM / LightDM

No extra configuration needed for GDM / KDM / LightDM: just simply select the LXDE option at the login screen menu.

XDM

For XDM, you will need to have the ~/.xsession file in your home folder. If you do not have one, create it. XDM reads this file as a script. See the XDM documentation for more information. The final line in your ~/.xsession file should read:

exec startlxde

If you are starting X with startx, the same line would go in your ~/.xinitrc file.

An alternate way you can change the default session manager system-wide is by updating the link Debian holds in /etc/alternatives/ :

# update-alternatives --config x-session-manager

You will be given a list of options. Select startlxde to select LXDE as your default session manager system-wide.

Keyboard layout switching

First of all, you need to add the necessary keyboard layouts into the /etc/default/keyboard config file (see also: Keyboard in Debian Wiki).

Here is an example with 5 layouts (US English, Ukrainian, Russian, German and French) and <Alt>+<Shift> as a layout changer key combination:

# KEYBOARD CONFIGURATION FILE

# Consult the keyboard(5) manual page.

XKBMODEL="pc105"
XKBLAYOUT="us,ua,ru,de,fr"
XKBVARIANT=""
XKBOPTIONS="grp:alt_shift_toggle"

BACKSPACE="guess"

For the changes to take affect, you need to execute the following command:

# udevadm trigger --subsystem-match=input --action=change

or to reboot the system.

After that, you can add a "Keyboard Layout Switcher" applet onto the LXPanel and finally test it.

External links


CategoryDesktop CategoryDesktopEnvironment

Read the original on wiki.debian.org

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.