Difference between revisions of "Cinnamon"

From Funtoo
Jump to navigation Jump to search
 
m (SDDM is working better for me.)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Cinnamon==
To install from a minimal tarball, and build up cinnamon the merge commands are:
{{console|body=
###i## ego profile flavor desktop
###i## ego profile mix-in cinnamon
###i## emerge alsa-utils cinnamon xorg-x11 networkmanager sddm
}}
From a gnome tarball:
{{console|body=
###i## ego profile mix-in cinnamon
###i## emerge cinnamon sddm
}}
==lightdm==
Loading through [[Package:SDDM]] is the easiest route to booting cinnamon.  You must select cinnamon session in the top right corner of SDDM the first time it is loaded.
==Lock Password==
If your screen lock is not accepting your password, try rebuilding PAM:
{{console|body=
###i## emerge -av1 pam
}}
[[Category:Official Documentation]]
[[Category:Official Documentation]]
[[Category:Desktop Environments]]
[[Category:Desktop Environments]]

Latest revision as of 05:48, December 20, 2020

Cinnamon

To install from a minimal tarball, and build up cinnamon the merge commands are:

root # ego profile flavor desktop
root # ego profile mix-in cinnamon
root # emerge alsa-utils cinnamon xorg-x11 networkmanager sddm

From a gnome tarball:

root # ego profile mix-in cinnamon
root # emerge cinnamon sddm

lightdm

Loading through Package:SDDM is the easiest route to booting cinnamon. You must select cinnamon session in the top right corner of SDDM the first time it is loaded.

Lock Password

If your screen lock is not accepting your password, try rebuilding PAM:

root # emerge -av1 pam