Skip to content

Commit

Permalink
fix(deck): Correct name of Lutris shortcut on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Aug 11, 2023
1 parent 41d615c commit 532c692
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
Description=Install System Flatpak on boot
Documentation=https://github.com/ublue-os/endlish-oesque/issues/10
Wants=network-online.target
After=network-online.target
After=bazzite-hardware-setup.service
After=network-online.target bazzite-hardware-setup.service

[Service]
Type=oneshot
Expand Down
2 changes: 1 addition & 1 deletion system_files/desktop/shared/usr/bin/bazzite-user-setup
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [[ $BASE_IMAGE_NAME =~ "kinoite" ]]; then
mkdir -p $HOME/Desktop/
cp /usr/share/applications/steam.desktop ~/Desktop/steam.desktop
cp /etc/skel.d/Desktop/Return.desktop ~/Desktop/Return.desktop
cp /usr/share/applications/lutris.desktop ~/Desktop/lutris.desktop
cp /usr/share/applications/net.lutris.Lutris.desktop ~/Desktop/net.lutris.Lutris.desktop
cp /usr/share/applications/yafti.desktop ~/Desktop/yafti.desktop
fi
else
Expand Down

0 comments on commit 532c692

Please sign in to comment.