marcus67 / little_brother

Parental Control Application implemented in Python 3 packaged for Debian and Ubuntu to monitor and limit kids' play time on Linux hosts
GNU General Public License v3.0
59 stars 9 forks source link

Suppress multiple counting of user sessions #126

Closed marcus67 closed 3 years ago

marcus67 commented 3 years ago

The process patterns of the user configuration allow a general regular expression matching several active processes of an active user. The process count in the GUI shows this count although it makes more sense to count active sessions and not active processes.