diff options
author | Michele Calgaro <[email protected]> | 2024-05-27 10:56:10 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-27 21:56:32 +0900 |
commit | 4765f925a6e4207017fc2ca7727a6394b6ec9ccc (patch) | |
tree | c2dabc5b199ae2609651fbd93866a5820ec2475d /tdeprint | |
parent | a92de61fd98194c2769b3e440d67af947ffa368d (diff) | |
download | tdebase-4765f925a6e4207017fc2ca7727a6394b6ec9ccc.tar.gz tdebase-4765f925a6e4207017fc2ca7727a6394b6ec9ccc.zip |
Fix KJobViewer autostart. This resolves issue #492
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit d47747d978734bb7a7dd43c6fa792f3e2ea5e0f5)
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; |