Fix .policy and .desktop

pull/128/head^2
Dmitry Razumov 4 weeks ago
parent 8e9c9e51fd
commit 1c777c336f
Signed by: asmeron
GPG Key ID: 50BC1DB583B79706

@ -8,14 +8,14 @@
<vendor_url>https://ublinux.ru</vendor_url> <vendor_url>https://ublinux.ru</vendor_url>
<action id="com.ublinux.ubl-settings-services.run"> <action id="com.ublinux.ubl-settings-services.run">
<description>Run ubl-settings-services as root</description> <description>Run managing systemd services and processes as root</description>
<description xml:lang="ru">Запуск утилиты ubl-settings-services с правами root</description> <description xml:lang="ru">Запустить управление службами и процессами systemd от root</description>
<message>Authentication is required to run ubl-settings-services</message> <message>Authentication is required to run managing systemd services and processes as root</message>
<message xml:lang="ru">Требуется авторизация для запуска утилиты ubl-settings-services с правами root</message> <message xml:lang="ru">Требуется аутентификация для запуска управления службами и процессами от systemd root</message>
<defaults> <defaults>
<allow_any>auth_admin_keep</allow_any> <allow_any>auth_admin</allow_any>
<allow_inactive>auth_admin_keep</allow_inactive> <allow_inactive>auth_admin</allow_inactive>
<allow_active>auth_admin_keep</allow_active> <allow_active>auth_admin</allow_active>
</defaults> </defaults>
<annotate key="org.freedesktop.policykit.exec.path">/usr/bin/ubl-settings-services</annotate> <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/ubl-settings-services</annotate>
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>

@ -1,15 +1,20 @@
[Desktop Entry] [Desktop Entry]
Version=1.0
Encoding=UTF-8 Encoding=UTF-8
Name=Services and processes systemd Name=Systemd services and processes
Name[ru]=Службы и процесссы systemd Name[ru]=Сервисы и процессы systemd
GenericName=ubl-settings-services GenericName=Systemd services and processes
GenericName[ru]=Службы и процесссы systemd GenericName[ru]=Сервисы и процессы systemd
Comment=System cervices and processes configuration Comment=Managing systemd services and processes
Comment[ru]=Настройка работы служб и процессов системы Comment[ru]=Управление системными службами и процессами systemd
Keywords=systemd;configuration;services;processes;
Keywords[ru]=systemd;конфигурирование;системных;служб;процессов;
Type=Application Type=Application
Exec=ubl-settings-services Exec=ubl-settings-services
Icon=com.ublinux.ubl-settings-services Icon=com.ublinux.ubl-settings-services
Terminal=false Terminal=false
StartupNotify=true
StartupWMClass=ubl-settings-services
X-XfcePluggable=true X-XfcePluggable=true
X-UBLPluggable=true X-UBLPluggable=true
Categories=XFCE;GTK;Settings;DesktopSettings;X-XFCE-SettingsDialog;X-XFCE-SystemSettings;X-UBL-SettingsManager;X-UBL-Personal-Settings; Categories=XFCE;GTK;Settings;DesktopSettings;X-XFCE-SettingsDialog;X-XFCE-SystemSettings;X-UBL-SettingsManager;X-UBL-SystemSettings;

Loading…
Cancel
Save