Difference between revisions of "Cinnamon"

From Funtoo
Jump to navigation Jump to search
m (link up lightdm article)
m (pretty sure its pam that needs rebuilt)
(One intermediate revision by the same 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 lightdm
}}
 
From a gnome tarball:
{{console|body=
###i## ego profile mix-in cinnamon
###i## emerge cinnamon lightdm
}}
}}


==lightdm==
==lightdm==
Loading through [[Package:Lightdm]] is probably the easiest route to booting cinnamon.
Loading through [[Package:Lightdm]] is the easiest route to booting cinnamon. You must select cinnamon session in the top right corner of lightdm 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]]

Revision as of 19:41, October 16, 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 lightdm

From a gnome tarball:

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

lightdm

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

Lock Password

If your screen lock is not accepting your password try rebuilding pam:

root # emerge -av1 pam