Skip to content

Commit 536eeb6

Browse files
authored
fix StartupWMClass on wayland
fixes #21
1 parent e97250a commit 536eeb6

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
@@ -63,7 +63,7 @@ cp /usr/share/icons/hicolor/256x256/apps/gimp.png ./
6363
cp /usr/share/icons/hicolor/256x256/apps/gimp.png ./.DirIcon
6464

6565
# Fix wrong window class in .desktop
66-
sed -i 's|StartupWMClass=.*|StartupWMClass=Gimp|' ./gimp.desktop
66+
sed -i 's|StartupWMClass=.*|StartupWMClass=gimp|' ./gimp.desktop
6767

6868
# sharun the gimp plugins
6969
echo "Sharunning the gimp plugins..."

0 commit comments

Comments
 (0)