Skip to content
Permalink
mariux
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE policyconfig PUBLIC
"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
<policyconfig>
<!--
Policy definitions for Thunar.
Copyright (c) 2014 Benedikt Meurer <benny@xfce.org>
Jannis Pohlmann <jannis@xfce.org>
Jeffs Franks <jcfranks@xfce.org>
Nick Schermer <nick@xfce.org>
-->
<vendor>Thunar</vendor>
<vendor_url>http://xfce.org/</vendor_url>
<icon_name>system-file-manager</icon_name>
<action id="org.xfce.thunar">
<!-- SECURITY:
- A normal active user can run thunar without elevated rights. They
may wish to modify files they normally do not have read/write access
to. This isn't a good idea, but is common on single user systems.
-->
<_description>Run Thunar as root</_description>
<_message>Authentication is required to run Thunar as root.</_message>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>auth_admin</allow_inactive>
<allow_active>auth_admin</allow_active>
</defaults>
<annotate key="org.freedesktop.policykit.exec.path">@bindir@/thunar</annotate>
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
</action>
</policyconfig>