slitaz-configs rev 234

.xinitrc using dbus: StorageVolumes visible everywhere in pcmanfm qt&gtk. No more required dbus-launch in autostart. Maybe needed to add noDbusInstalled case.
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon Aug 04 00:44:09 2014 +0000 (2014-08-04)
parents 21386bf6d0e6
children 1e890f71936c
files rootfs/etc/skel/.xinitrc
line diff
     1.1 --- a/rootfs/etc/skel/.xinitrc	Tue Jul 15 20:12:43 2014 +0100
     1.2 +++ b/rootfs/etc/skel/.xinitrc	Mon Aug 04 00:44:09 2014 +0000
     1.3 @@ -7,8 +7,9 @@
     1.4  [ "$1" ] && WINDOW_MANAGER="$1"
     1.5  
     1.6  case "$WINDOW_MANAGER" in
     1.7 -	openbox|lxde*|xfce4|compiz|karmen|dwm|fluxbox*)
     1.8 -		exec ${WINDOW_MANAGER%-session}-session ;;
     1.9 +	openbox|lxde*|lxqt*|xfce4|compiz|karmen|dwm|fluxbox*)
    1.10 +		exec dbus-launch --sh-syntax --exit-with-session \
    1.11 +		${WINDOW_MANAGER%-session}-session ;;
    1.12  	razor*)
    1.13  		exec razor-session ;;
    1.14  	enlightenment)