Compare commits
3 commits
main
...
xlibre-bet
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5714cdffc0 | ||
|
|
6a9b9bac82 | ||
|
|
e1eacd29a9 |
1 changed files with 4 additions and 2 deletions
|
|
@ -19,8 +19,6 @@ RUN dnf config-manager --add-repo https://copr.fedorainfracloud.org/coprs/g/xlib
|
|||
# This may be necessary for the speakers and internal microphone
|
||||
RUN dnf install -y alsa-sof-firmware
|
||||
|
||||
RUN dnf install xorg-x11-xinit xkbcomp xinput xlibre-xserver-Xorg xlibre-xserver-common xlibre-xf86-input-libinput cage weston redshift xrandr -y
|
||||
|
||||
RUN dnf install --allowerasing -y \
|
||||
sonic-workspace \
|
||||
sonic-workspace-libs \
|
||||
|
|
@ -35,6 +33,10 @@ RUN dnf install --allowerasing -y sonic-keybind-daemon sonic-frameworks-windowsy
|
|||
RUN dnf remove -y sddm && \
|
||||
dnf install --allowerasing -y sonic-login-manager
|
||||
|
||||
RUN rpm -e --nodeps xlibre-xserver-Xorg
|
||||
|
||||
RUN dnf install --allowerasing xorg-x11-xinit xkbcomp xinput xlibre-xserver-beta-Xorg xlibre-xserver-beta-common xlibre-xf86-input-libinput cage weston redshift xrandr -y
|
||||
|
||||
RUN dnf install -y fish distrobox nvtop intel-media-driver libva-intel-driver htop
|
||||
RUN dnf install -y https://github.com/TheAssassin/AppImageLauncher/releases/download/v3.0.0-beta-3/appimagelauncher_3.0.0-beta-2-gha287.96cb937_x86_64.rpm
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue