Skip to content

Commit 13996dc

Browse files
committed
fix: will cause kde to fail to start
kde will start kwin, which will cause dde-session@x11/wayland.service to start as a dbus service. Log:
1 parent bb74fbf commit 13996dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

systemd/dde-session@wayland.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ PartOf=graphical-session.target
1818

1919
[Service]
2020
Slice=session.slice
21-
BusName=org.kde.KWinWrapper
21+
BusName=org.deepin.KWinWrapper
2222
Type=dbus
2323
# NOTE: This can be replaced with ConditionEnvironment=XDG_SESSION_TYPE=%I in
2424
# the [Unit] section with systemd >= 246. Also, the current solution is

systemd/dde-session@x11.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ StartLimitBurst=1
2222

2323
[Service]
2424
Slice=session.slice
25-
BusName=org.kde.KWin
25+
BusName=org.deepin.KWin
2626
Type=dbus
2727
# NOTE: This can be replaced with ConditionEnvironment=XDG_SESSION_TYPE=%I in
2828
# the [Unit] section with systemd >= 246. Also, the current solution is

0 commit comments

Comments
 (0)