Skip to content

Commit c7f6d53

Browse files
authored
fix photogimp .desktop
1 parent 66510fb commit c7f6d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gimp-appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ if ! grep -q 'TryExec=' ./PhotoGIMP/.local/share/applications/PhotoGIMP-AppImage
156156
echo 'TryExec=gimp' >> ./PhotoGIMP/.local/share/applications/PhotoGIMP-AppImage.desktop
157157
fi
158158

159-
sed -i -e 's|Exec=.*|Exec=ENABLE_PHOTO_GIMP=1 gimp %U|g' \
159+
sed -i -e 's|Exec=.*|Exec=env ENABLE_PHOTO_GIMP=1 gimp %U|g' \
160160
-e 's|StartupWMClass=.*|StartupWMClass=Gimp|g' \
161161
-e 's|TryExec=.*|TryExec=gimp|g' ./PhotoGIMP/.local/share/applications/PhotoGIMP-AppImage.desktop
162162

0 commit comments

Comments
 (0)