Difference between revisions of "Cinnamon"

From Funtoo
Jump to navigation Jump to search
m (link up lightdm article)
m (SDDM is working better for me.)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Note|Cinnamon is currently being updated in Funtoo Linux and is currently not easily buildable. Please stay tuned!}}
==Cinnamon==
==Cinnamon==
To install from a minimal tarball, and build up cinnamon the merge commands are:
To install from a minimal tarball, and build up cinnamon the merge commands are:
Line 6: Line 4:
###i## ego profile flavor desktop
###i## ego profile flavor desktop
###i## ego profile mix-in cinnamon
###i## ego profile mix-in cinnamon
###i## emerge alsa-utils cinnamon xorg-x11 networkmanager
###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==
==lightdm==
Loading through [[Package:Lightdm]] is probably the easiest route to booting cinnamon.
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