Skip to content

Commit 262045e

Browse files
authored
remove fullpath to gio-launch-desktop from libgio
1 parent a5babcf commit 262045e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gimp-appimage.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ exec xdg-open "$@"' > ./bin/xdg-open
100100
ln -s ./xdg-open ./bin/gio-launch-desktop
101101
chmod +x ./bin/xdg-open
102102

103+
#remove fullpath from gio libs
104+
sed -i 's|/usr/lib/gio-launch-desktop|/kek/lib/gio-launch-desktop|g' ./shared/lib/libgio-*.so*
105+
103106
# Fix wrong window class in .desktop
104107
sed -i 's|StartupWMClass=.*|StartupWMClass=Gimp|' ./gimp.desktop
105108

0 commit comments

Comments
 (0)