I currently run fpaste --sysinfo
on my f19 kde box, and I see: ... * Desktop(s) Running (ps -eo comm= | egrep '(gnome-session|kdeinit|xfce.?-session|fluxbox|blackbox|hackedbox|ratpoison|enlightenment|icewm-session|od-session|wmaker|wmx|openbox-lxde|openbox-gnome-session|openbox-kde-session|mwm|e16|fvwm|xmonad|sugar-session)' ): start_kdeinit kdeinit4
It would be better to grep for the string "startkde" instead of "kdeinit" there as a more reliable and safer way to identify a kde plasma-desktop session.
While you're at it, may as well add string "startactive" for plasma-active sessions too.
From downstream bug: https://bugzilla.redhat.com/show_bug.cgi?id=971086
The patch in https://fedorahosted.org/fpaste/ticket/13 does this.
Log in to comment on this ticket.