manjaro / unity-for-manjaro

Port of Unity 7.6 for Manjaro Stable Branch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing Unity7 on Manjaro Linux

Insert the following lines right above [extra] in /etc/pacman.conf:

   [unity7]
   SigLevel = Required DatabaseOptional
   Server = https://manjaro.github.io/unity-for-manjaro/x86_64/

Install Unity:

   sudo sh -c "pacman -Syyu; pacman -S unity-meta"

Switch to LightDM as the default display manager after disabling the current display manager:

   sudo systemctl enable --now lightdm

Voila! You should now see Unity in the session list, and be able to log into it.

About

Port of Unity 7.6 for Manjaro Stable Branch


Languages

Language:Shell 92.1%Language:Vala 7.2%Language:Perl 0.4%Language:Python 0.3%