Merge pull request 'Add .policy and .desktop' (#1) from Artwork_Applications/design-ubl-settings-keyboard:master into master
Reviewed-on: #1pull/2/head^2
commit
184da3747b
@ -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-keyboard.run">
|
||||||
|
<description>Run keyboard settings as root</description>
|
||||||
|
<description xml:lang="ru">Запустить настройки клавиатуры от имени пользователя root</description>
|
||||||
|
<message>Authentication is required to run the keyboard 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-keyboard</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=Keyboard
|
||||||
|
Name[ru]=Клавиатура
|
||||||
|
GenericName=Keyboard
|
||||||
|
GenericName[ru]=Клавиатура
|
||||||
|
Comment=Keyboard configuration
|
||||||
|
Comment[ru]=Настройки клавиатуры
|
||||||
|
Keywords=ubl-settings-keyboard;keyboard;numlock;layout;
|
||||||
|
Keywords[ru]=ubl-settings-keyboard;клавиатура;numlock;раскладка;
|
||||||
|
Type=Application
|
||||||
|
Exec=ubl-settings-keyboard
|
||||||
|
Icon=com.ublinux.ubl-settings-keyboard
|
||||||
|
Terminal=false
|
||||||
|
StartupNotify=true
|
||||||
|
StartupWMClass=ubl-settings-keyboard
|
||||||
|
X-XfcePluggable=true
|
||||||
|
X-UBLPluggable=true
|
||||||
|
Categories=XFCE;GTK;Settings;DesktopSettings;X-XFCE-SettingsDialog;X-XFCE-HardwareSettings;X-UBL-SettingsManager;X-UBL-HardwareSettings;
|
||||||
Loading…
Reference in new issue