Merge updates from recent build

This commit is contained in:
natemaia
2017-10-23 16:35:35 -07:00
parent f6fd221a54
commit fdb541b244
376 changed files with 29906 additions and 671 deletions

View File

@ -0,0 +1,22 @@
#
# User-specific variables should be placed in $HOME/.config/openbox/environment
#
# To set your language for displaying messages and time/date formats, use the following:
#LANG=en_US.UTF8
## GNOME Keyring
export $(gnome-keyring-daemon --start --components=pkcs11,secrets)
#xdg-autostart GNOME XFCE LXDE XFCE
## Modify xdg-open behaviour
export XDG_CURRENT_DESKTOP=XFCE
export DE="xfce"
# fix for D-bus with openbox
if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
eval `dbus-launch --sh-syntax --exit-with-session`
fi
QT_QPA_PLATFORMTHEME=qt5ct