We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gio-launch-desktop
1 parent a5babcf commit 262045eCopy full SHA for 262045e
gimp-appimage.sh
@@ -100,6 +100,9 @@ exec xdg-open "$@"' > ./bin/xdg-open
100
ln -s ./xdg-open ./bin/gio-launch-desktop
101
chmod +x ./bin/xdg-open
102
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
+
106
# Fix wrong window class in .desktop
107
sed -i 's|StartupWMClass=.*|StartupWMClass=Gimp|' ./gimp.desktop
108
0 commit comments