]> git.pld-linux.org Git - packages/steam-launcher.git/blame - desktop_path.patch
up to 1.0.0.69
[packages/steam-launcher.git] / desktop_path.patch
CommitLineData
2837397a
JP
1diff -urN steam-launcher.orig/bin_steam.sh steam-launcher/bin_steam.sh
2--- steam-launcher.orig/bin_steam.sh 2020-06-15 17:09:51.024468557 +0200
3+++ steam-launcher/bin_steam.sh 2020-06-17 17:51:36.436997528 +0200
4@@ -120,7 +120,7 @@
5 if [ -d "$DESKTOP_DIR" ] && [ "x$bootstrapdir" = "x/usr/lib/$STEAMPACKAGE" ]; then
6 # There might be a symlink in place already, in such case we do nothing
7 if [ ! -L "$DESKTOP_DIR/$STEAMPACKAGE.desktop" ]; then
8- cp "$bootstrapdir/$STEAMPACKAGE.desktop" "$DESKTOP_DIR"
9+ cp "/usr/share/applications/$STEAMPACKAGE.desktop" "$DESKTOP_DIR"
10 # Older .desktop implementations used the execute bits as
11 # a marker for a .desktop being safe to treat as a shortcut
12 chmod a+x "$DESKTOP_DIR/$STEAMPACKAGE.desktop"
This page took 0.0624980000000001 seconds and 4 git commands to generate.