]> git.pld-linux.org Git - packages/steam-launcher.git/blob - desktop_path.patch
up to 1.0.0.63
[packages/steam-launcher.git] / desktop_path.patch
1 diff -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.038823 seconds and 3 git commands to generate.