Skip to content

Commit

Permalink
media-gfx/kuickshow: Fix desktop file
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/632024
Package-Manager: Portage-2.3.19, Repoman-2.3.6
  • Loading branch information
a17r committed Jan 13, 2018
1 parent d363665 commit 3400627
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions media-gfx/kuickshow/files/kuickshow-0.10.0-desktop-fix.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- a/src/kuickshow.desktop 2018-01-11 23:33:22.000000000 +0100
+++ b/src/kuickshow.desktop 2018-01-13 18:26:36.622067345 +0100
@@ -54,7 +54,7 @@
Name[x-test]=xxKuickshowxx
Name[zh_CN]=Kuickshow
Name[zh_TW]=Kuickshow
-Exec=kuickshow -caption %c %U
+Exec=kuickshow -qwindowtitle %c %U
Icon=kuickshow
Type=Application
# TODO: What is image/x-eim? Register it to freedesktop.org if you need it
2 changes: 2 additions & 0 deletions media-gfx/kuickshow/kuickshow-0.10.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ DEPEND="
RDEPEND="${DEPEND}
!media-gfx/kuickshow:4
"

PATCHES=( "${FILESDIR}/${P}-desktop-fix.patch" )

0 comments on commit 3400627

Please sign in to comment.