Merge pull request 'Add .policy and .desktop' (#1) from Artwork_Applications/design-ubl-settings-logging:master into master
Reviewed-on: rodion.n/design-ubl-settings-logging#1pull/41/head
commit
8a9e665611
@ -0,0 +1,24 @@
|
|||||||
|
<?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>UBLinux</vendor>
|
||||||
|
<vendor_url>https://ublinux.ru</vendor_url>
|
||||||
|
|
||||||
|
<action id="com.ublinux.ubl-settings-logging.run">
|
||||||
|
<description>Run log and event log settings as root user</description>
|
||||||
|
<description xml:lang="ru">Запустить настройки логов и журналов событий от имени пользователя root</description>
|
||||||
|
<message>Authentication is required to run log and event log settings as root</message>
|
||||||
|
<message xml:lang="ru">Требуется аутентификация для запуска настроек логов и журналов событий от имени пользователя root</message>
|
||||||
|
<defaults>
|
||||||
|
<allow_any>auth_admin</allow_any>
|
||||||
|
<allow_inactive>auth_admin</allow_inactive>
|
||||||
|
<allow_active>auth_admin</allow_active>
|
||||||
|
</defaults>
|
||||||
|
<annotate key="org.freedesktop.policykit.exec.path">/usr/bin/ubl-settings-logging</annotate>
|
||||||
|
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
|
||||||
|
</action>
|
||||||
|
|
||||||
|
</policyconfig>
|
||||||
@ -0,0 +1,20 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Version=1.0
|
||||||
|
Encoding=UTF-8
|
||||||
|
Name=Logs and events
|
||||||
|
Name[ru]=Логи и журналы событий
|
||||||
|
GenericName=Logs and events
|
||||||
|
GenericName[ru]=Логи и журналы событий
|
||||||
|
Comment=Logs and events settings
|
||||||
|
Comment[ru]=Настройки логов и журналов событий
|
||||||
|
Keywords=ubl-settings-logging;settings;logs;events;
|
||||||
|
Keywords[ru]=ubl-settings-logging;настройки;журнал;логи;события;
|
||||||
|
Type=Application
|
||||||
|
Exec=ubl-settings-logging
|
||||||
|
Icon=com.ublinux.ubl-settings-logging
|
||||||
|
Terminal=false
|
||||||
|
StartupNotify=true
|
||||||
|
StartupWMClass=ubl-settings-logging
|
||||||
|
X-XfcePluggable=true
|
||||||
|
X-UBLPluggable=true
|
||||||
|
Categories=XFCE;GTK;Settings;DesktopSettings;X-XFCE-SettingsDialog;X-XFCE-SystemSettings;X-UBL-SettingsManager;X-UBL-SystemSettings;
|
||||||
Loading…
Reference in new issue