mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-03 18:02:20 +08:00
修改: src/widget.cpp 重命名: pkg/usr/share/polkit-1/actions/store.spark-app.ssinstall.policy -> tool/auto-install-policy/store.spark-app.ssinstall.policy 修改: tool/update-upgrade/ss-update-controler.sh 修改: translations/spark-store_en.ts 修改: translations/spark-store_fr.ts 修改: translations/spark-store_zh_CN.ts
19 lines
829 B
XML
19 lines
829 B
XML
<?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>Spark Store</vendor>
|
|
<icon_name>x-package-repository</icon_name>
|
|
<action id="org.maicss.dnf">
|
|
<description>运行ssinstall需要权限</description>
|
|
<message>要使用ssinstall需要权限</message>
|
|
<defaults>
|
|
<allow_any>yes</allow_any>
|
|
<allow_inactive>yes</allow_inactive>
|
|
<allow_active>yes</allow_active>
|
|
</defaults>
|
|
<annotate key="org.freedesktop.policykit.exec.path">/usr/local/bin/ssinstall</annotate>
|
|
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
|
|
</action>
|
|
</policyconfig>
|