Summary: | active-documentviewer desktop files are installed even if app is not built | ||
---|---|---|---|
Product: | [Applications] okular | Reporter: | Jonathan Marten <jjm> |
Component: | general | Assignee: | Okular developers <okular-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aacid, notmart |
Priority: | NOR | ||
Version: | 0.16.60 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/okular/27c37c1fd1b87e8db40bfb3c46f1489559749286 | Version Fixed In: | |
Sentry Crash Report: |
Description
Jonathan Marten
2013-02-12 09:25:05 UTC
Marco can i convince you to handle this? Git commit 27c37c1fd1b87e8db40bfb3c46f1489559749286 by Marco Martin. Committed on 20/02/2013 at 11:14. Pushed by mart into branch 'master'. use TryExec to not appear when not installed when okular active is not installed, it should not appear in the open with menu, so add TryExec to see if the executable exists this is used instead of conditional install to make easier for distributions to package the desktop and active versions separately REVIEW:109047 M +1 -0 generators/chm/active-documentviewer_chm.desktop M +1 -0 generators/comicbook/active-documentviewer_comicbook.desktop M +1 -0 generators/djvu/active-documentviewer_djvu.desktop M +1 -0 generators/dvi/active-documentviewer_dvi.desktop M +1 -0 generators/epub/active-documentviewer_epub.desktop M +1 -0 generators/fax/active-documentviewer_fax.desktop M +1 -0 generators/fictionbook/active-documentviewer_fb.desktop M +1 -0 generators/kimgio/active-documentviewer_kimgio.desktop M +1 -0 generators/ooo/active-documentviewer_ooo.desktop M +1 -0 generators/plucker/active-documentviewer_plucker.desktop M +1 -0 generators/poppler/active-documentviewer_pdf.desktop M +1 -0 generators/spectre/active-documentviewer_ghostview.desktop M +1 -0 generators/tiff/active-documentviewer_tiff.desktop M +1 -0 generators/txt/active-documentviewer_txt.desktop M +1 -0 generators/xps/active-documentviewer_xps.desktop http://commits.kde.org/okular/27c37c1fd1b87e8db40bfb3c46f1489559749286 i added tryexec in the end so distributions can't include all that is in generators in the same package without having to worry to move out the files of active, if they want to make separate packages of both |