Advertisement
Guest User

Untitled

a guest
Jul 15th, 2014
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 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.0/policyconfig.dtd">
  5. <policyconfig>
  6. <vendor>xfce4-terminal</vendor>
  7. <vendor_url>xfce4-terminal</vendor_url>
  8. <icon_name>terminal</icon_name>
  9. <action id="org.freedesktop.policykit.pkexec.xfce4-terminal">
  10. <description>Run "xfce4-terminal"</description>
  11. <message>Authentication is required to run xfce4-terminal</message>
  12. <defaults>
  13. <allow_any>auth_admin</allow_any>
  14. <allow_inactive>auth_admin</allow_inactive>
  15. <allow_active>auth_admin</allow_active>
  16. </defaults>
  17. <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/xfce4-terminal</annotate>
  18. <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
  19. </action>
  20. </policyconfig>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement