xrmx / bootchart

merge of bootchart-collector and pybootchartgui
GNU General Public License v2.0
233 stars 87 forks source link

Configuration update for KDE's Plasma 5 (using sddm) #73

Closed arucard21 closed 8 years ago

arucard21 commented 8 years ago

Added the sddm-helper to the processes we have to wait for. This is needed for KDE's Plasma 5, which uses sddm instead of kdm.

The sddm process always starts the sddm-helper, which in turn can start the sddm-greeter. However, you can configure auto-login for sddm, in which case the sddm-helper will not start the sddm-greeter process. So it seems like sddm-helper is the correct process to wait for.

xrmx commented 8 years ago

Thanks!