Skip to content

Commit f2cd00d

Browse files
committed
fix(desktop): Temporarily remove autostart while distrobox bug is worked out
1 parent a6b34d3 commit f2cd00d

File tree

1 file changed

+0
-3
lines changed
  • system_files/desktop/shared/usr/share/ublue-os/just

1 file changed

+0
-3
lines changed

system_files/desktop/shared/usr/share/ublue-os/just/custom.just

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ install-bazzite-arch:
99
distrobox-enter -n bazzite-arch -- ' distrobox-export --app steam'
1010
distrobox-enter -n bazzite-arch -- ' distrobox-export --app lutris'
1111
distrobox-enter -n bazzite-arch -- ' distrobox-export --app protontricks'
12-
mkdir -p ~/.config/autostart/
13-
cp ~/.local/share/applications/bazzite-arch-steam.desktop ~/.config/autostart/bazzite-arch-steam-silent.desktop
14-
sed -i 's@/usr/bin/bazzite-steam-runtime %U@/usr/bin/bazzite-steam-runtime -silent %U@g' ~/.config/autostart/bazzite-arch-steam-silent.desktop
1512
distrobox-enter -n bazzite-arch -- ' mkdir -p ~/.steam && distrobox-export --bin /usr/bin/steamcmd --export-path ~/.steam && mv ~/.steam/steamcmd ~/.steam/steamcmd.sh'
1613
if [[ ${BASE_IMAGE_NAME} == 'kinoite' ]]; then
1714
echo 'Creating desktop shortcuts...'

0 commit comments

Comments
 (0)