RuneAudio / RuneOS

ArchLinux optimized distribution for audio playback
146 stars 30 forks source link

xorg-xserver should not be installed #38

Open nerdoc opened 4 years ago

nerdoc commented 4 years ago

Like the title says - there is no need for xorg-xserver and xorg-xserver-common packages. Please remove them as dependency, and don't install them.

nerdoc commented 4 years ago

There is another dependency which is installed by default, and prevents RuneOS from upgrading:

RuneAudio:~  #  pacman -Syu
<snip>
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing libjpeg-turbo (2.0.6-1) breaks dependency 'libjpeg>=7' required by libmatchbox

The problem is matchbox (which is IMHO unneeded, correct?)

Solution;

pacman -R libmatchbox matchbox-window-manager

Then upgrading works