bmhagui / power_up_tool

Task management and power saving for laptops.
1 stars 0 forks source link

Blacklist records PID, what happens after closing and reopening the app ? #7

Closed rudametw closed 7 years ago

rudametw commented 7 years ago

If the application's PID changes, you must ensure that the blacklisted app stays blacklisted. For example, if I blacklist pidgin, I would expect it to continue to be blacklisted after a restart.

bmhagui commented 7 years ago

The bash file "get_pid.sh" is launched on every iteration of the application. So even if the application is closed and re-opened, its new PID will be obtained and stored in "black_list_pid.conf"