Skip to content

Commit 7bc10b9

Browse files
committed
feat: Remove waydroid-launcher from desktop images now that X11 is no longer a common concern. Deck images will continue to use it for simplicity, but this change opens up desktop users to Waydroid's native window mode that integrates your android apps like native app windows.
1 parent 6bc8af8 commit 7bc10b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,6 @@ RUN /usr/libexec/containerbuild/build-initramfs && \
622622
sed -i '/^PRETTY_NAME/s/Silverblue/Bazzite GNOME/' /usr/lib/os-release \
623623
; fi && \
624624
systemctl disable waydroid-container.service && \
625-
sed -i 's@Exec=waydroid first-launch@Exec=/usr/bin/waydroid-launcher first-launch\nX-Steam-Library-Capsule=/usr/share/applications/Waydroid/capsule.png\nX-Steam-Library-Hero=/usr/share/applications/Waydroid/hero.png\nX-Steam-Library-Logo=/usr/share/applications/Waydroid/logo.png\nX-Steam-Library-StoreCapsule=/usr/share/applications/Waydroid/store-logo.png\nX-Steam-Controller-Template=Desktop@g' /usr/share/applications/Waydroid.desktop && \
626625
curl -Lo /usr/bin/waydroid-choose-gpu https://raw.githubusercontent.com/KyleGospo/waydroid-scripts/main/waydroid-choose-gpu.sh && \
627626
chmod +x /usr/bin/waydroid-choose-gpu && \
628627
ostree container commit
@@ -726,6 +725,7 @@ RUN /usr/libexec/containerbuild/image-info && \
726725
mkdir -p "/usr/etc/xdg/autostart" && \
727726
cp "/usr/share/applications/steam.desktop" "/usr/etc/xdg/autostart/steam.desktop" && \
728727
sed -i 's@/usr/bin/bazzite-steam %U@/usr/bin/bazzite-steam -silent %U@g' /usr/etc/xdg/autostart/steam.desktop && \
728+
sed -i 's@Exec=waydroid first-launch@Exec=/usr/bin/waydroid-launcher first-launch\nX-Steam-Library-Capsule=/usr/share/applications/Waydroid/capsule.png\nX-Steam-Library-Hero=/usr/share/applications/Waydroid/hero.png\nX-Steam-Library-Logo=/usr/share/applications/Waydroid/logo.png\nX-Steam-Library-StoreCapsule=/usr/share/applications/Waydroid/store-logo.png\nX-Steam-Controller-Template=Desktop@g' /usr/share/applications/Waydroid.desktop && \
729729
ln -s /usr/bin/steamos-logger /usr/bin/steamos-info && \
730730
ln -s /usr/bin/steamos-logger /usr/bin/steamos-notice && \
731731
ln -s /usr/bin/steamos-logger /usr/bin/steamos-warning && \

0 commit comments

Comments
 (0)