mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-26 15:41:21 +00:00
chore: Don't worry about changing DESKTOP_WAYLAND on Nvidia images since it's no longer applicable there
This commit is contained in:
parent
a1d63b6996
commit
bea7ab8f10
@ -194,9 +194,7 @@ RUN rm /usr/share/applications/shredder.desktop && \
|
||||
rm /usr/share/applications/com.github.rafostar.Clapper.desktop && \
|
||||
sed -i '/^PRETTY_NAME/s/Silverblue/Bazzite GNOME/' /usr/lib/os-release \
|
||||
; fi && \
|
||||
if grep -q "nvidia" <<< "${IMAGE_NAME}"; then \
|
||||
sed -i 's@DESKTOP_WAYLAND=true@DESKTOP_WAYLAND=false@g' /etc/default/desktop-wayland \
|
||||
; else \
|
||||
if grep -qv "nvidia" <<< "${IMAGE_NAME}"; then \
|
||||
systemctl disable waydroid-container.service && \
|
||||
rm /usr/share/wayland-sessions/weston.desktop \
|
||||
; fi && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user