Bug 366277

Summary: klipper systray applet autostarts on non-plasma DE's
Product: [Applications] klipper Reporter: Rex Dieter <rdieter>
Component: generalAssignee: Martin Flöser <mgraesslin>
Status: RESOLVED FIXED    
Severity: normal CC: jr, jwrdegoede, kensington
Priority: NOR    
Version: 5.7.2   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description Rex Dieter 2016-07-30 14:28:12 UTC
Since,
https://quickgit.kde.org/?p=plasma-workspace.git&a=commit&h=fc439f63e122cd6d668fb75cf71a5b361da0b10d

which changed
OnlyShowIn=KDE
to
NotShowIn=KDE

the installed file:
/etc/xdg/autostart/org.kde.klipper.desktop
now starts klipper everywhere

and since only Plasma supports
X-KDE-autostart-condition=klipperrc:General:AutoStart:false

non-plasma DE's have no way to disable it either.

Reproducible: Always
Comment 1 Rex Dieter 2016-07-31 17:20:14 UTC
In my opinion, the aforementioned commit should be reverted, until this can be fixed properly (and klipper be able to support non-plasma DE's via configuration to enable/disable autostart).

That's probably what I'm going to do in fedora downstream patching for now.
Comment 2 Martin Flöser 2016-08-01 06:39:50 UTC
@Jonathan: what do we do with that?
Comment 3 Jonathan Riddell 2016-08-01 13:10:29 UTC
https://phabricator.kde.org/D2323
Comment 5 Michael Palimaka 2016-08-03 18:08:02 UTC
Does it make sense to backport this to 5.7?