[Okular-devel] [okular] [Bug 326711] New: Okular *.desktop files are missing "-icon" in front of %i
Olivier Diotte
olivier+kde at diotte.ca
Sun Oct 27 00:36:26 UTC 2013
https://bugs.kde.org/show_bug.cgi?id=326711
Bug ID: 326711
Summary: Okular *.desktop files are missing "-icon" in front of
%i
Classification: Unclassified
Product: okular
Version: 0.17.2
Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: okular-devel at kde.org
Reporter: olivier+kde at diotte.ca
Running this one-liner, as root, fixes it in the meantime:
sed -r -i 's/Exec=okular %U %i -caption %c/Exec=okular %U -icon %i -caption
%c/' /usr/share/applications/kde4/okular*.desktop
Also, this bug happened at least on Okular 0.16.5 too.
Reproducible: Always
Steps to Reproduce:
1. Run "xdg-open /path/to/file.pdf" in a terminal
Actual Results:
-An okular window appears displaying file.pdf
-An empty okular window with title '%c' appears
-A popup window saying "could not open /home/myuser/%i" appears
Expected Results:
Only the file.pdf okular window appears
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Okular-devel
mailing list