Kimarite

org.freedesktop.policykit.pkexec.gnome-terminal

Jul 11th, 2018
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE policyconfig PUBLIC
  3. "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
  4. "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
  5. <policyconfig>
  6. <action id="org.freedesktop.policykit.pkexec.gnome-terminal">
  7. <description>Run gnome-terminal program</description>
  8. <message>Authentication is required to run the gnome-terminal</message>
  9. <icon_name>utilities-terminal</icon_name>
  10. <defaults>
  11. <allow_any>auth_admin</allow_any>
  12. <allow_inactive>auth_admin</allow_inactive>
  13. <allow_active>auth_admin</allow_active>
  14. </defaults>
  15. <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/gnome-terminal</annotate>
  16. <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
  17. </action>
  18. </policyconfig>
Add Comment
Please, Sign In to add comment