| Age | Commit message (Collapse) | Author | Files | Lines |
|
This disables install_recommends and revert to using specific gnome
packages that are needed/necessary for functioning
|
|
|
|
|
|
Gnome installs avahi-daemon, and keeps reinstalling it
Remove the ubuntu specific tasks and install the packages with
recommendations (as we are removing the avahi-daemon afterwords to make
the network manager stable and idempotent)
|
|
The recommended debian/ubuntu install of gnome pulls avahi-daemon and
that could potentially conflicts with NetworkManager.
Therefore resorting to more restrictive approach for installing gnome
|
|
|
|
It seems that the gnome packages are complicated and might have postinst
scripts that causes the system state to change/correct...
For this, we just ignore it from the idempotent test
|
|
The gnome on archlinux was lacking polkit and it's configuration and was
failing to install any application from the gnome store
|
|
Instead of using ubuntu version which isn't great, I prefer using the
minimal gnome
|
|
|
|
|