mirror of
https://github.com/GXDE-OS/GXDE.git
synced 2026-06-22 07:16:37 +08:00
修复文件管理器无法自动挂载的问题
This commit is contained in:
@@ -9,8 +9,7 @@ install:
|
||||
mkdir -pv $(DESTDIR)/usr/bin
|
||||
mkdir -pv $(DESTDIR)/usr/lib/systemd/system/
|
||||
mkdir -pv $(DESTDIR)/usr/share/polkit-1/rules.d/
|
||||
|
||||
cp -rv deepin-file-manager-mount.rules $(DESTDIR)/usr/share/polkit-1/rules.d/deepin-file-manager-mount.rules
|
||||
cp -rv deepin-file-manager-mount.rules $(DESTDIR)/usr/share/polkit-1/rules.d/dde-file-manager-mount.rules
|
||||
cp -rv dde.sh $(DESTDIR)/etc/profile.d/dde.sh
|
||||
#cp -rv debian-dde.list $(DESTDIR)/etc/apt/sources.list.d/debian-dde.list
|
||||
cp -rv debiandde-first-config.service $(DESTDIR)/usr/lib/systemd/system/debiandde-first-config.service
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
// for each client process using the different action id and for the subject
|
||||
// based on the client process.
|
||||
polkit.addRule(function(action, subject) {
|
||||
if ((subject.local &&
|
||||
if (subject.local &&
|
||||
subject.active &&
|
||||
subject.isInGroup ("sudo")) {
|
||||
return polkit.Result.YES;
|
||||
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
debiandde (15.11~2024.02.12) stable; urgency=medium
|
||||
debiandde (15.11~2024.02.25) stable; urgency=medium
|
||||
|
||||
* update 15.11
|
||||
|
||||
|
||||
Reference in New Issue
Block a user