mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-14 01:18:40 +00:00
chore(gnome): Simplify sed for steam in bazzite-user-setup
This commit is contained in:
parent
0de6a94185
commit
90710a53d3
@ -13,7 +13,7 @@ if [[ $BASE_IMAGE_NAME =~ "kinoite" ]]; then
|
||||
echo 'Creating Desktop shortcuts'
|
||||
cp /usr/share/applications/steam.desktop ~/Desktop/steam.desktop
|
||||
sed -i 's@Steam (Runtime)@Steam@g' ~/Desktop/steam.desktop
|
||||
sed -i 's@/usr/bin/steam-runtime %U@/usr/bin/bazzite-steam-runtime %U@g' ~/Desktop/steam.desktop
|
||||
sed -i 's@/usr/bin/steam-runtime@/usr/bin/bazzite-steam-runtime@g' ~/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/yafti.desktop ~/Desktop/yafti.desktop
|
||||
|
Loading…
x
Reference in New Issue
Block a user