diff --git a/firestarter b/firestarter
index 1e1968d..5d332e6 100755
--- a/firestarter
+++ b/firestarter
@@ -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