View Single Post
Old 08-24-2017, 07:53 PM   #24
theol0403
Enthusiast
theol0403 is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!theol0403 is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!theol0403 is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!theol0403 is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!theol0403 is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!theol0403 is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!theol0403 is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!theol0403 is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!theol0403 is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!theol0403 is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!theol0403 is faster than a rolling 'o,' stronger than silent 'e,' and leaps capital 'T' in a single bound!
 
Posts: 37
Karma: 50278
Join Date: Feb 2017
Device: Kindle PW3
Quote:
Originally Posted by zaoqi View Post
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.

  1. Set up debian from attached smalldebian.ext3, matchbox-dos.zip, installdebian.txt (sh)
  2. apt-get install xfce4
  3. enter :
    Code:
    export DISPLAY=:0
    Xephyr :1 -title "L:D_N:application_ID:xephyr" -screen 1068x1448 -cc 4 -dpi 300 -nocursor &
  4. in a new shell:
    Code:
    export DISPLAY=:1
  5. Code:
    startxfce4
  6. It worked!
Attached Thumbnails
Click image for larger version

Name:	xfce.png
Views:	942
Size:	162.5 KB
ID:	158669  
theol0403 is offline   Reply With Quote