Can I use xfce?
xfce doesn't work in ubuntu.
...
/usr/bin/dbus-launch terminated abnormally without any error message
...
xfconfd
...
$XDG_CONFIG_DIRS(..."/etc")
...xfce4-session ...
----------------------------------Quit
#!/bin/bash
export DISPLAY=:0
Xephyr :1 -title "L:A_N:application_ID:xephyr_O:R_PC:N" -screen 800x600 -cc 4 -dpi 167 -nocursor &
sleep 3
export DISPLAY=:1
/etc/init.d/dbus start &
/usr/bin/xfce4-session
/etc/init.d/dbus stop
sleep 3
Last edited by zaoqi; 08-24-2017 at 11:00 AM.
|