[PATCH] Need to add more polkits paths which are not present
I'm going ahead with adding this patch in debian package. Please apply at your end.
--- a/pkg/launcher/launcher_linux.go
+++ b/pkg/launcher/launcher_linux.go
@@ -133,6 +133,7 @@
"lxsession",
"gnome-shell",
"gnome-flashback",
+ "cinnamon",
"fingerprint-polkit-agent",
"xfce-polkit",
"phosh",
@@ -158,6 +159,8 @@
var polkitPaths = [...]string{
"/usr/bin/lxpolkit",
"/usr/bin/lxqt-policykit-agent",
+ "/usr/libexec/xfce-polkit",
+ "/usr/libexec/polkit-mate-authentication-agent-1",
"/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1",
"/usr/lib/x86_64-linux-gnu/polkit-mate/polkit-mate-authentication-agent-1",
"/usr/lib/mate-polkit/polkit-mate-authentication-agent-1",