Quote:
Originally Posted by zaoqi
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
|
Xfce will probably work. I have experimented with other desktop environments like lxde and it worked. This is debian not ubuntu.
Okay I installed xfce and it worked.
- Set up debian from attached smalldebian.ext3, matchbox-dos.zip, installdebian.txt (sh)
- apt-get install xfce4
- enter :
Code:
export DISPLAY=:0
Xephyr :1 -title "L:D_N:application_ID:xephyr" -screen 1068x1448 -cc 4 -dpi 300 -nocursor &
- in a new shell:
- It worked!