start-cosmic: Import DCONF_PROFILE into systemd user environment
This commit is contained in:
parent
6d16513d77
commit
6df4561c19
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ export DCONF_PROFILE=cosmic
|
||||||
|
|
||||||
if command -v systemctl >/dev/null; then
|
if command -v systemctl >/dev/null; then
|
||||||
# set environment variables for new units started by user service manager
|
# set environment variables for new units started by user service manager
|
||||||
systemctl --user import-environment XDG_SESSION_TYPE XDG_CURRENT_DESKTOP
|
systemctl --user import-environment XDG_SESSION_TYPE XDG_CURRENT_DESKTOP DCONF_PROFILE
|
||||||
fi
|
fi
|
||||||
# Run cosmic-session
|
# Run cosmic-session
|
||||||
if [[ -z "${DBUS_SESSION_BUS_ADDRESS}" ]]; then
|
if [[ -z "${DBUS_SESSION_BUS_ADDRESS}" ]]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue