mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
Start kded5 before starting plasmashell
Otherwise kscreen backend won't be initialized and scaling might not be applied.
This commit is contained in:
parent
3b4dd4c15f
commit
d9c6437670
1 changed files with 3 additions and 0 deletions
|
|
@ -38,6 +38,9 @@ dbus-send --session --print-reply --dest=org.freedesktop.DBus /org/freedesktop/D
|
|||
# start mission control
|
||||
dbus-send --session --print-reply --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.StartServiceByName string:org.freedesktop.Telepathy.MissionControl5 uint32:0
|
||||
|
||||
#start kded5
|
||||
@CMAKE_INSTALL_FULL_BINDIR@/kded5 &
|
||||
|
||||
# start polkit authentication agent
|
||||
@CMAKE_INSTALL_FULL_LIBEXECDIR@/polkit-kde-authentication-agent-1 &
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue