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:41:00 +0900 |
commit | 27b56d1fea4fdccdbbe4d4c8ad9f8ac923343b90 (patch) | |
tree | 5b93080aa1e53ccba11125192ba059f7ead09878 /tdeprint/kjobviewer/CMakeLists.txt | |
parent | 2afc8bbbe4f529c5847cfbe1757e55c47e4656fe (diff) | |
download | tdebase-27b56d1fea4fdccdbbe4d4c8ad9f8ac923343b90.tar.gz tdebase-27b56d1fea4fdccdbbe4d4c8ad9f8ac923343b90.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>
(cherry picked from commit 28771943f7c5cbdb17754a962c668f6b61013d04)
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 ) |