More logging

This commit is contained in:
Salt 2020-07-25 19:42:44 -05:00
parent 423a48c05e
commit 643fba814a

View File

@ -178,6 +178,7 @@ step_preexecute() {
fi
# Nest protection
if [ -n "$_hasdbus" ]; then
log "Exporting to dbus: FIRESTARTER FIRESTARTER_DISPLAY"
dbus-update-activation-environment FIRESTARTER FIRESTARTER_DISPLAY
fi
# IME settings
@ -191,6 +192,7 @@ step_preexecute() {
export XMODIFIERS='@im=ibus'
fi
if [ -n "$_hasdbus" ]; then
log "Exporting to dbus: GTK_IM_MODULE QT_IM_MODULE XMODIFIERS"
dbus-update-activation-environment GTK_IM_MODULE QT_IM_MODULE XMODIFIERS
fi
# kcminit/Qt settings
@ -209,6 +211,7 @@ step_preexecute() {
log "Using existing scale factor \"$QT_AUTO_SCREEN_SCALE_FACTOR\"" 2
fi
if [ -n "$_hasdbus" ]; then
log "Exporting to dbus: QT_QPA_PLATFORMTHEME QT_AUTO_SCREEN_SCALE_FACTOR"
dbus-update-activation-environment QT_QPA_PLATFORMTHEME QT_AUTO_SCREEN_SCALE_FACTOR
fi
fi