feat(gnome): Switch to new tailscale qs extension

This commit is contained in:
Kyle Gospodnetich 2023-10-14 11:42:15 -07:00
parent 300914f614
commit 37d36958b9

View File

@ -142,7 +142,9 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
mutter-common \
gnome-control-center \
gnome-control-center-filesystem \
xorg-x11-server-Xwayland \
xorg-x11-server-Xwayland && \
rpm-ostree install \
gnome-shell-extension-tailscale-status \
; else \
rpm-ostree override replace \
--experimental \
@ -150,7 +152,9 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
mutter \
mutter-common \
gnome-control-center \
gnome-control-center-filesystem \
gnome-control-center-filesystem && \
rpm-ostree install \
gnome-shell-extension-tailscale-gnome-qs \
; fi && \
rpm-ostree install \
xwaylandvideobridge \
@ -165,7 +169,6 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
gnome-shell-extension-blur-my-shell \
gnome-shell-extension-hanabi \
gnome-shell-extension-gamerzilla \
gnome-shell-extension-tailscale-status \
rom-properties-gtk3 \
openssh-askpass && \
rpm-ostree override remove \