diff options
| author | AlexanderCurl <alexc@alexc.hu> | 2026-04-18 17:46:06 +0100 |
|---|---|---|
| committer | AlexanderCurl <alexc@alexc.hu> | 2026-04-18 17:46:06 +0100 |
| commit | 70ca3fef77ee8bdc6e3ac28589a6fa08c024cc69 (patch) | |
| tree | ab1123d4067c1b086dd6faa7ee4ea643236b565a /raveos-theme/gnome/theme-data/extensions/installed/ShutdownTimer@deminder/polkit/dem.shutdowntimer.policy.in | |
| parent | 5d94c0a7d44a2255b81815a52a7056a94a39842d (diff) | |
| download | RaveOS-PKGBUILD-70ca3fef77ee8bdc6e3ac28589a6fa08c024cc69.tar.gz RaveOS-PKGBUILD-70ca3fef77ee8bdc6e3ac28589a6fa08c024cc69.zip | |
Replaced file structures for themes in the correct format
Diffstat (limited to 'raveos-theme/gnome/theme-data/extensions/installed/ShutdownTimer@deminder/polkit/dem.shutdowntimer.policy.in')
| -rw-r--r-- | raveos-theme/gnome/theme-data/extensions/installed/ShutdownTimer@deminder/polkit/dem.shutdowntimer.policy.in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/raveos-theme/gnome/theme-data/extensions/installed/ShutdownTimer@deminder/polkit/dem.shutdowntimer.policy.in b/raveos-theme/gnome/theme-data/extensions/installed/ShutdownTimer@deminder/polkit/dem.shutdowntimer.policy.in deleted file mode 100644 index 6f93f7b..0000000 --- a/raveos-theme/gnome/theme-data/extensions/installed/ShutdownTimer@deminder/polkit/dem.shutdowntimer.policy.in +++ /dev/null @@ -1,20 +0,0 @@ -<?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> - <vendor>Shutdown Timer</vendor> - <vendor_url>https://github.com/Deminder/ShutdownTimer</vendor_url> - - <action id="{{ACTION_ID}}"> - <description>Control shutdown and rtc wake alarm schedule</description> - <description xml:lang="de">Steuerung des Ausschalt-Planers und des RTC-Weck-Alarms</description> - <message>No Authorization required to control shutdown or rtc wake alarm.</message> - <message xml:lang="de">Keine Autorisierung zur Steuerung des Ausschalt-Planers oder RTC-Weck-Alarms notwendig.</message> - <defaults> - <allow_any>yes</allow_any> - <allow_inactive>yes</allow_inactive> - <allow_active>yes</allow_active> - </defaults> - <annotate key="org.freedesktop.policykit.exec.path">{{PATH}}</annotate> - <annotate key="{{ACTION_BASE}.polkit-rule.version">3.0.0</annotate> - </action> -</policyconfig> |