Fix .policy and .desktop

pull/75/head
Dmitry Razumov 4 weeks ago
parent 6cd4eb2593
commit 698f126483
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-manager.run"> <action id="com.ublinux.ubl-settings-manager.run">
<description>Run ubl-settings-manager as root</description> <description>Run settings manager as root</description>
<description xml:lang="ru">Запуск утилиты ubl-settings-manager с правами root</description> <description xml:lang="ru">Запустить диспетчер настроек от имени пользователя root</description>
<message>Authentication is required to run ubl-settings-manager</message> <message>Authentication is required to run settings manager as root</message>
<message xml:lang="ru">Требуется авторизация для запуска утилиты ubl-settings-manager с правами root</message> <message xml:lang="ru">Требуется аутентификация для запуска диспетчер настроек от имени пользователя 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-manager</annotate> <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/ubl-settings-manager</annotate>
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>

@ -1,14 +1,19 @@
[Desktop Entry] [Desktop Entry]
Version=1.0
Encoding=UTF-8 Encoding=UTF-8
Name=ubl-settings-manager Name=Settings manager for the system
Name[ru]=Диспетчер настроек UBLinux Name[ru]=Диспетчер настроек
GenericName=ubl-settings-manager GenericName=Settings manager for the system
GenericName[ru]=Диспетчер настроек UBLinux GenericName[ru]=Диспетчер настроек системы
Comment=ubl-settings-manager Comment=Graphical settings manager for the system
Comment[ru]=Графический диспетчер настроек UBLinux Comment[ru]=Графический диспетчер настроек для системы
Keywords=settings;manager;system;
Keywords[ru]=настройки;диспетчер;система;
Type=Application Type=Application
Exec=ubl-settings-manager Exec=ubl-settings-manager
Icon=com.ublinux.ubl-settings-manager Icon=com.ublinux.ubl-settings-manager
Terminal=false Terminal=false
StartupNotify=true
StartupWMClass=ubl-settings-manager
X-XfcePluggable=false X-XfcePluggable=false
Categories=XFCE;GTK;Settings;DesktopSettings;X-XFCE-SettingsDialog; Categories=XFCE;GTK;Settings;DesktopSettings;X-XFCE-SettingsDialog;

Loading…
Cancel
Save