9e4056d091
- Add fix-exec-line.patch: fixes the .desktop file's Exec line so that kturtle can actually be started from the application menu Kturtle still uses kdelibs4support, so it only supports "-caption" not "-qwindowtitle", but the .desktop file has already been changed. This is fixed in master by fully porting kturtle away from kdelibs4support, but that patch would probably be too intrusive. OBS-URL: https://build.opensuse.org/request/show/340491 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kturtle?expand=0&rev=19
13 lines
551 B
Diff
13 lines
551 B
Diff
diff -ur kturtle-15.08.2/src/org.kde.kturtle.desktop kturtle-15.08.2.new/src/org.kde.kturtle.desktop
|
|
--- kturtle-15.08.2/src/org.kde.kturtle.desktop 2015-07-01 10:29:00.000000000 +0200
|
|
+++ kturtle-15.08.2.new/src/org.kde.kturtle.desktop 2015-10-22 21:16:48.000000000 +0200
|
|
@@ -123,7 +123,7 @@
|
|
GenericName[x-test]=xxEducational Programming Environmentxx
|
|
GenericName[zh_CN]=教育编程环境
|
|
GenericName[zh_TW]=教育程式環境
|
|
-Exec=kturtle -qwindowtitle %c
|
|
+Exec=kturtle -caption %c
|
|
Icon=kturtle
|
|
X-DocPath=kturtle/index.html
|
|
Type=Application
|