Merge pull request 'Add .policy and .desktop' (#1) from Artwork_Applications/design-ubl-settings-repomanager:master into master
Reviewed-on: rodion.n/design-ubl-settings-repomanager#1pull/15/head
commit
a94ac3ee54
@ -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-repomanager.run">
|
||||
<description>Run the repository manager as the root</description>
|
||||
<description xml:lang="ru">Запустить менеджер репозитория от имени пользователя root</description>
|
||||
<message>Authentication is required to run the repository manager as the 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-repomanager</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=Repository Manager
|
||||
Name[ru]=Менеджер репозитория
|
||||
GenericName=Repository Manager
|
||||
GenericName[ru]=Менеджер репозитория
|
||||
Comment=System repository management and settings
|
||||
Comment[ru]=Управление и настройка репозитория системы
|
||||
Keywords=ubl-settings-repomanager;repository;
|
||||
Keywords[ru]=ubl-settings-repomanager;репозиторий;
|
||||
Type=Application
|
||||
Exec=ubl-settings-repomanager
|
||||
Icon=com.ublinux.ubl-settings-repomanager
|
||||
Terminal=false
|
||||
StartupNotify=true
|
||||
StartupWMClass=ubl-settings-repomanager
|
||||
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