diff options
author | Roman Savochenko <roman@roman.home> | 2020-01-31 21:37:30 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-01-31 21:37:30 +0900 |
commit | 28771943f7c5cbdb17754a962c668f6b61013d04 (patch) | |
tree | ac5789d33ae71f1507fd19e54a13195c1ecddc84 /tdeprint/kjobviewer/CMakeLists.txt | |
parent | 8250c8e42310cb39ceb6ae425bc8546208733e99 (diff) | |
download | tdebase-28771943f7c5cbdb17754a962c668f6b61013d04.tar.gz tdebase-28771943f7c5cbdb17754a962c668f6b61013d04.zip |
tdeprint: autostart of KJobViewer is now controlled by a .desktop file.
Taken from patch proposed in https://bugs.trinitydesktop.org/show_bug.cgi?id=1362.
Signed-off-by: Roman Savochenko <roman@roman.home>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeprint/kjobviewer/CMakeLists.txt')
-rw-r--r-- | tdeprint/kjobviewer/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tdeprint/kjobviewer/CMakeLists.txt b/tdeprint/kjobviewer/CMakeLists.txt index 14ba1dfd4..12c0b2551 100644 --- a/tdeprint/kjobviewer/CMakeLists.txt +++ b/tdeprint/kjobviewer/CMakeLists.txt @@ -26,6 +26,7 @@ link_directories( tde_install_icons( kjobviewer ) install( FILES kjobviewer.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) +install( FILES kjobviewer-autostart.desktop DESTINATION ${AUTOSTART_INSTALL_DIR} ) install( FILES kjobviewerui.rc DESTINATION ${DATA_INSTALL_DIR}/kjobviewer ) |