check if dbus-launch exists before running
This commit is contained in:
parent
d2ed902127
commit
1d6d6ef1fc
1 changed files with 1 additions and 1 deletions
2
.profile
2
.profile
|
@ -50,7 +50,7 @@ export LESS_TERMCAP_ue="$(printf '%b' '[0m')"
|
|||
export MOZ_USE_XINPUT2="1" # Mozilla smooth scrolling/touchpads.
|
||||
export VDPAU_DRIVER=va_gl # Fix steam remote play black screen
|
||||
# shellcheck disable=SC2046
|
||||
export $(dbus-launch)
|
||||
command -v dbus-launch && export $(dbus-launch)
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue