diff options
Diffstat (limited to 'fix-desktop-file-validate-typo-bug.patch')
-rw-r--r-- | fix-desktop-file-validate-typo-bug.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/fix-desktop-file-validate-typo-bug.patch b/fix-desktop-file-validate-typo-bug.patch new file mode 100644 index 0000000..38bcb16 --- /dev/null +++ b/fix-desktop-file-validate-typo-bug.patch @@ -0,0 +1,13 @@ +diff --git a/ktorrent/org.kde.ktorrent.desktop b/ktorrent/org.kde.ktorrent.desktop +index 5fdc761..a588d20 100755 +--- a/ktorrent/org.kde.ktorrent.desktop ++++ b/ktorrent/org.kde.ktorrent.desktop +@@ -122,7 +122,7 @@ Exec=ktorrent %U + Icon=ktorrent + Type=Application + X-DocPath=ktorrent/index.html +-SingleMainWindow=True ++SingleMainWindow=true + MimeType=application/x-bittorrent;application/x-torrent;x-scheme-handler/magnet; + X-DBUS-StartupType=Unique + X-DBUS-ServiceName=org.kde.ktorrent |