Set default XDG_CURRENT_DESKTOP
This commit is contained in:
parent
feb9438a7d
commit
bb0482cf54
@ -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" ] && \
|
||||||
|
Loading…
Reference in New Issue
Block a user