Set default XDG_CURRENT_DESKTOP

This commit is contained in:
Salt 2019-06-21 21:25:44 -05:00
parent feb9438a7d
commit bb0482cf54

View File

@ -312,6 +312,9 @@ step_preexecute() {
# Special things that can't use simple configuration files # Special things that can't use simple configuration files
[ "$_dryrun" = "1" ] && return 0 [ "$_dryrun" = "1" ] && return 0
# Exports
export XDG_CURRENT_DESKTOP="${XDG_CURRENT_DESKTOP:-firestarter}"
# dbus # dbus
if \ if \
[ -z "$DBUS_SESSION_BUS_ADDRESS" ] && \ [ -z "$DBUS_SESSION_BUS_ADDRESS" ] && \