diff options
author | Michele Calgaro <[email protected]> | 2024-05-27 10:56:10 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-27 21:55:57 +0900 |
commit | d47747d978734bb7a7dd43c6fa792f3e2ea5e0f5 (patch) | |
tree | b0ecd26c89fbcea3709e0fa545a28143d76591cb /tdeprint | |
parent | 9ed610f50d8f7e8278b12b442aa23956293837ab (diff) | |
download | tdebase-d47747d978734bb7a7dd43c6fa792f3e2ea5e0f5.tar.gz tdebase-d47747d978734bb7a7dd43c6fa792f3e2ea5e0f5.zip |
Fix KJobViewer autostart. This resolves issue #492
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdeprint')
-rw-r--r-- | tdeprint/kjobviewer/kjobviewer-autostart.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/kjobviewer/kjobviewer-autostart.desktop b/tdeprint/kjobviewer/kjobviewer-autostart.desktop index cc7b52114..4188f3eb2 100644 --- a/tdeprint/kjobviewer/kjobviewer-autostart.desktop +++ b/tdeprint/kjobviewer/kjobviewer-autostart.desktop @@ -14,4 +14,4 @@ X-TDE-autostart-condition=tdeprintrc:Jobs:KeepWindow:false X-TDE-autostart-phase=1 X-TDE-StartupNotify=false Categories=Qt;TDE;Utility;Printing;HardwareSettings;TrayIcon; -ShowOnlyIn=TDE; +OnlyShowIn=TDE; |