Manjaro Installer des gestionnaires de sessions

Installer des gestionnaires de sessions

From Manjaro
This page is a translated version of the page Install Display Managers and the translation is 52% complete.
Outdated translations are marked like this.
Other languages:
English • ‎français • ‎русский • ‎فارسی

Overview

Choice of display manager
If you are only using one desktop environment, then why not choose the appropriate display manager to go with it?

Display Managers are used to provide login screens, and therefore serve as protective security barriers to prevent unauthorised access to your system.

They are also referred to as Login Managers. As with different desktop environments, different display managers will require different system resources to run, and will provide their own unique styles, interfaces, and features. Commonly shared features - particularly in respect to the selection of display managers listed below - include customisation/theming, automatic login, and the selection of multiple desktop environments.


Images
The images is purely illustrative. The may not reflect any actual system.

GDM

Gnome display manager
GDM - the Gnome Display Manager - is designed for use with Gnome 3. It supports theming, automatic login, and the automatic detection and use of multiple desktop environments. Specifically for those using Gnome 3. GDM is typically only paired with a Gnome Desktop Environment because GDM depends on a large amount of the Gnome desktop as dependencies.

GDM can be installed by entering the following command:

user $ pamac install gdm COPY TO CLIPBOARD

To enable GDM as your default display manager use the command:

user $ systemctl enable gdm.service --force COPY TO CLIPBOARD

Plasma Login

Plasma Login Manager
Plasma Login is a fork of SDDM, designed for use with Plasma 6.

Plasma Login can be installed by entering the following command:

user $ pamac install plasma-login-manager COPY TO CLIPBOARD

To enable Plasma Login as your default display manager use the command:

user $ systemctl enable plasmalogin.service --force COPY TO CLIPBOARD

SDDM

SDDM display manager
SDDM is a lightweight QML-based display manager with minimal dependencies for use with any desktop environment. It supports theming, automatic login, and the automatic detection and use of multiple desktop environments.

Pour installer SSDM, il suffit de rentrer ceci :

user $ pamac install sddm COPY TO CLIPBOARD

Et pour l'activer afin d'en faire votre gestionnaire de sessions par défaut :

user $ sudo systemctl enable sddm.service --force COPY TO CLIPBOARD

Si vous utilisez Plymouth, l'activation du service se fera de cette manière :

user $ systemctl enable sddm-plymouth.service --force COPY TO CLIPBOARD

LXDM

LXDM display manager
LXDM - the Lightweight X-Windows Display Manager - is designed for use with any desktop environment. It supports theming, automatic login, easy selection of multiple languages, and the automatic detection and use of multiple desktop environments.

To install LXDM, enter the command:

user $ pamac install lxdm COPY TO CLIPBOARD

To enable LXDM as your default display manager use the command:

user $ sudo systemctl enable lxdm.service --force COPY TO CLIPBOARD

LightDM

Lightdm display manager
LightDM est un gestionnaire de connexions très léger avec très peu de dépendances lors de l'installation.

Pour l'installer :

user $ pamac install lightdm COPY TO CLIPBOARD

Pour en faire votre gestionnaire de sessions par défaut :

user $ sudo systemctl enable lightdm.service --force COPY TO CLIPBOARD

Et si vous utilisez Plymouth, tapez ceci pour activer le service :

user $ systemctl enable lightdm-plymouth.service --force COPY TO CLIPBOARD

LightDM fonctionne avec des greeter qui permettent de changer l'apparence du gestionnaire. Il en existe beaucoup et sans eux, rien ne fonctionnera. Nous nous contenterons ici de présenter les deux greeter les plus utilisés par la communauté de Manjaro.

Greeters de LightDM

Greeter Slick

Installer le greeter ainsi que ses outils de configurations avec cette commande :

user $ pamac install lightdm-slick-greeter lightdm-settings COPY TO CLIPBOARD


Modifiez le fichier /etc/lightdm/lightdm.conf. Pour plus d'informations sur comment modifier un fichier appartenant au super-utilisateur (root) suivez ce guide.

Recherchez la partie commençant par [Seat:*]. A l'intérieur, vous devez trouver greeter-session= et remplacer ce qui vient après comme tel :

/etc/lightdm/lightdm.conf
[Seat:*]
....
greeter-session=lightdm-slick-greeter
...

Slick est livré avec un fichier de configuration fonctionnel mais cous pouvez cependant le personnaliser de bien des manières en utilisant le programme lightdm-setting.

Greeter GTK

Installer le greeter et ses outils de configurations :

user $ pamac install lightdm-gtk-greeter lightdm-gtk-greeter-settings COPY TO CLIPBOARD


Modifiez le fichier /etc/lightdm/lightdm.conf. Si vous n'arrivez pas à écrire dans ce fichier, suivez ce guide.

Localisez la section [Seat:*]. A l'intérieur de cette partie, trouvez la ligne greeter-session= et ajoutez ceci :

/etc/lightdm/lightdm.conf
[Seat:*]
....
greeter-session=lightdm-gtk-greeter
....

Le greeter GTK est livré avec un fichier de configurations fonctionnel, mais vous pouvez bien entendu le modifier afin de personnaliser son apparence avec le programme lightdm-gtk-greeter-settings

Entrance

Entrance display manager
Entrance a été conçu pour l'environnement de bureaux Enlightenment. Il permet la configuration de plusieurs thèmes ou icônes, ainsi que l'activation d'un clavier virtuel. Si le thème par défaut sélectionne un fond d'écran et des icônes aléatoires pour les utilisateurs, il est tout de même possible de sélectionner des paramètres fixes et même d'ajouter ces propres photo de profil. Si plusieurs thèmes sont installés sur le système, il est possible d'en avoir un par défaut et un propre à chaque utilisateur qui s'activera à la sélection du compte.

Entrance est disponible dans les dépôts AUR et peut être installé en utilisant la commande suivante :

user $ pamac build entrance-git COPY TO CLIPBOARD

Enfin, pour faire d'Entrance votre gestionnaire de sessions par défaut, entrez :

user $ sudo systemctl enable entrance.service --force COPY TO CLIPBOARD

Consultez également

Cookies help us deliver our services. By using our services, you agree to our use of cookies.