Linux Notice App

Corectrl reduced to icon status

 


A) Creating a polkit rule file

sudo nano /etc/polkit-1/rules.d/85-corectrl.rules

Add the following rules:


polkit.addRule(function(action, subject) {

    if (action.id == "org.corectrl.helper.init" ||

        action.id == "org.corectrl.helperkiller.init") {

        return polkit.Result.YES;

    }

});


This allows Corectrl to work unintentionally.



No comments

Powered by Blogger.