Skip to content

Commit

Permalink
Merge pull request #376 from vvasuki/cinnamon_fix
Browse files Browse the repository at this point in the history
Cinnamon - make it fully functional
  • Loading branch information
helmuthdu authored Apr 14, 2018
2 parents 6dff930 + 6a4fc0a commit 2069722
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lilo
Original file line number Diff line number Diff line change
Expand Up @@ -1091,6 +1091,10 @@ install_desktop_environment(){
print_title "CINNAMON - https://wiki.archlinux.org/index.php/Cinnamon"
print_info "Cinnamon is a fork of GNOME Shell, initially developed by Linux Mint. It attempts to provide a more traditional user environment based on the desktop metaphor, like GNOME 2. Cinnamon uses Muffin, a fork of the GNOME 3 window manager Mutter, as its window manager."
package_install "cinnamon nemo-fileroller nemo-preview"
# Cinnamon does not include the following: a screenshot utility, editor, terminal... Hence installing some default choices explicitly.
package_install "gnome-screenshot gedit gnome-terminal gnome-control-center gnome-system-monitor gnome-schedule gnome-power-manager"
# Suggested by https://bbs.archlinux.org/viewtopic.php?id=185123
aur_package_install "mintlocale"
# config xinitrc
config_xinitrc "cinnamon-session"
CINNAMON=1
Expand Down

0 comments on commit 2069722

Please sign in to comment.