📝 docs: better description has been provided

This commit is contained in:
RiO
2024-12-24 02:51:11 +05:30
parent 53c5d48d72
commit 19859b5611

View File

@@ -7,9 +7,9 @@
<vendor_url>https://snigdhaos.org</vendor_url> <vendor_url>https://snigdhaos.org</vendor_url>
<action id="org.snigdhaos.libs.install-package.pkexec.policy.run"> <action id="org.snigdhaos.libs.install-package.pkexec.policy.run">
<description>Install software with pacman</description> <description>Install software using the pacman package manager</description>
<message>Authentication is required to install software.</message> <message>Authentication is required to install software with pacman.</message>
<icon_name>snigdha-os</icon_name> <icon_name>snigdhaos-pacman</icon_name>
<defaults> <defaults>
<allow_any>no</allow_any> <allow_any>no</allow_any>
<allow_inactive>no</allow_inactive> <allow_inactive>no</allow_inactive>
@@ -18,9 +18,11 @@
<annotate key="org.freedesktop.policykit.exec.path">/usr/lib/snigdhaos/install-package</annotate> <annotate key="org.freedesktop.policykit.exec.path">/usr/lib/snigdhaos/install-package</annotate>
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
</action> </action>
<action id="org.garuda.libs.pkexec-gui.pkexec.policy.run"> <action id="org.garuda.libs.pkexec-gui.pkexec.policy.run">
<description>Run GUI program as root</description> <description>Run a graphical program as root</description>
<message>Authentication is required to run a GUI program as root.</message> <message>Authentication is required to run a graphical program with elevated privileges.</message>
<icon_name>gnome-session</icon_name>
<defaults> <defaults>
<allow_any>no</allow_any> <allow_any>no</allow_any>
<allow_inactive>no</allow_inactive> <allow_inactive>no</allow_inactive>