mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Call ksyncdbusenv during plasma-phone startup
By calling ksyncdbusenv during startup we get all the required env variables into the dbus server for starting dbus actived applications. Without calling it our dbus activated applications are missing for example KDE_SESSION_VERSION. Reviewed-By: Marco Martin
This commit is contained in:
parent
c0ef6c6747
commit
f38791c7f7
1 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,8 @@ export QT_QUICK_CONTROLS_STYLE=Plasma
|
|||
export GRID_UNIT_PX=25
|
||||
export FORCE_RIL_NUM_MODEMS=1
|
||||
|
||||
@CMAKE_INSTALL_FULL_LIBEXECDIR@/ksyncdbusenv
|
||||
|
||||
# upstart user session has useful bits like mtp-server
|
||||
init --user &
|
||||
# start mission control
|
||||
|
|
|
|||
Loading…
Reference in a new issue