-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: move treeland to systemd service
disable greeter in single wayland mode Log:
- Loading branch information
1 parent
f452d3d
commit d4f7fe8
Showing
13 changed files
with
191 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> | ||
<node> | ||
<interface name="org.deepin.DisplayManager"> | ||
<method name="AuthInfo"> | ||
<arg type="s" name="auth socket" direction="out"> | ||
</arg> | ||
</method> | ||
<signal name="AuthInfoChanged"> | ||
</signal> | ||
<method name="LastActivatedUser"> | ||
<arg type="s" name="last activated user" direction="out"> | ||
</arg> | ||
</method> | ||
<signal name="LastActivatedUserChanged"> | ||
</signal> | ||
</interface> | ||
</node> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<!DOCTYPE busconfig PUBLIC | ||
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" | ||
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> | ||
<busconfig> | ||
|
||
<policy user="root"> | ||
<allow own="org.deepin.DisplayManager"/> | ||
<allow send_destination="org.deepin.DisplayManager" send_interface="org.deepin.DisplayManager" send_member="AuthInfo"/> | ||
</policy> | ||
|
||
<policy user="dde"> | ||
<allow send_destination="org.deepin.DisplayManager" send_interface="org.deepin.DisplayManager" send_member="AuthInfo"/> | ||
</policy> | ||
|
||
<policy group="default"> | ||
<allow send_destination="org.deepin.DisplayManager" /> | ||
<allow send_destination="org.deepin.DisplayManager" | ||
send_interface="org.deepin.DisplayManager"/> | ||
<allow send_destination="org.deepin.DisplayManager" | ||
send_interface="org.freedesktop.DBus.Properties"/> | ||
<allow send_destination="org.deepin.DisplayManager" | ||
send_interface="org.freedesktop.DBus.Introspectable"/> | ||
<deny send_interface="org.deepin.DisplayManager" send_member="AuthInfo"/> | ||
</policy> | ||
</busconfig> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ | |
u dde - "DDM Greeter Account" ${STATE_DIR} - | ||
g dde - | ||
m dde dde | ||
m dde video | ||
m dde render |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.