<br><br>Hi, <br>I&#39;m a new comer in this field with maemo.<br><br>Actually, I want to launch Maemo UIs onto several Xephyrs. <br>So I found a thread related to this problem on this mailing list. At that time, author was Sampath. Maybe the subject of that thread is the same as mine. :) In the previous thread, there was just one solution about launching several Xephyrs using a wrapper script( 
e.g. start-xephyr.sh). There was not an answer for Maemo UI problems....<br><br>Finally, when I try to launch Maeomo UI(af-sb-init.sh start) on each xephyr, it failed except the first one.<br>The detail situation of is follows..
<br><br>&nbsp;1) I made 2 start-xephyr.sh, it works for each user. <br>&nbsp;&nbsp;&nbsp;&nbsp; For a user &quot;kevin&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp; #!/bin/sh -e<br>&nbsp;&nbsp;&nbsp;&nbsp; prefix=/scratchbox/users/kevin/targets/SDK_X86/usr<br>&nbsp;&nbsp;&nbsp;&nbsp; export LD_LIBRARY_PATH=${prefix}/lib; export LD_LIBRARY_PATH 
<br>&nbsp;&nbsp;&nbsp;&nbsp; exec ${prefix}/bin/Xephyr :$1 -host-cursor -screen 800x480x16 -dpi 96 -ac<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; For a user &quot;dino&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp; #!/bin/sh -e<br>&nbsp;&nbsp;&nbsp;&nbsp; prefix=/scratchbox/users/dino/targets/SDK_X86/usr <br>&nbsp;&nbsp;&nbsp;&nbsp; export LD_LIBRARY_PATH=${prefix}/lib; export LD_LIBRARY_PATH
<br>&nbsp;&nbsp;&nbsp;&nbsp; exec ${prefix}/bin/Xephyr :$1 -host-cursor -screen 800x480x16 -dpi 96 -ac<br><br>&nbsp; <br>&nbsp;2) Then, I executed these scripts on the gdm xserver(Ubuntu 6.1 Edgy distributed)<br>&nbsp;&nbsp;&nbsp; root$start-xephyr-kevin.sh 2<br>&nbsp;&nbsp;&nbsp; root$start-
xephyr-dino.sh 3<br><br>&nbsp;&nbsp;&nbsp;&nbsp; as a result, on the screen, 2 Xephyr launched.<br><br>&nbsp;3) On an other PC, executed terminal program(SecureCRT) and then I logged in server as other users, kevin and dino.<br><br>&nbsp;4) Then I logged in scratchbox(Apophis (Current stable version)) as each user.
<br><br>&nbsp;5) For the first time, kevin set its DISPLAY, like this<br>&nbsp;&nbsp;&nbsp; [sbox-SDK_X86: ~] &gt; export DISPLAY=<a href="http://127.0.0.1:2">127.0.0.1:2</a><br><br>&nbsp;&nbsp;&nbsp; and then another user, dino did the same work except to number of DISPLAY
<br>&nbsp;<br>&nbsp;&nbsp;&nbsp; [sbox-SDK_X86: ~] &gt; export DISPLAY=<a href="http://127.0.0.1:3">127.0.0.1:3</a><br><br><br>&nbsp;6) Then, kevin launched Maemo UI firstly<br><br>&nbsp;&nbsp; [sbox-SDK_X86: ~] &gt; af-sb-init.sh start<br><br>&nbsp;&nbsp;&nbsp; ..........as a result, it worked well, I could find that maemo UI launched on the xephyr displayed on 2
<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp; 7) Lastly, dino launched Maemo UI, like this<br><br>&nbsp;&nbsp; [sbox-SDK_X86: ~] &gt; af-sb-init.sh start<br><br>&nbsp;&nbsp;&nbsp; ..........as a result, it terminated...with that log.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /usr/bin/af-sb-init.sh: line 1: export: `bus:&#39;: not a valid identifier
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /usr/bin/af-sb-init.sh: line 1: export: `/tmp/session_bus_socket:&#39;: not a valid identifier<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sample files present. <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Starting DBUS system bus<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Starting D-BUS session bus daemon<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /usr/bin/af-
sb-init.sh: line 1: export: `bus:&#39;: not a valid identifier<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /usr/bin/af-sb-init.sh: line 1: export: `/tmp/session_bus_socket:&#39;: not a valid identifier <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /etc/init.d/maemo-launcher: line 1: export: `bus:&#39;: not a valid identifier
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /etc/init.d/maemo-launcher: line 1: export: `/tmp/session_bus_socket:&#39;: not a valid identifier<br>&nbsp;&nbsp;&nbsp;&nbsp; Starting Maemo Launcher: maemo-launcher/home/dino/.osso/current-gtk-key-theme:1: Unable to find include file: &quot; 
keybindings.rc&quot; <br>&nbsp;&nbsp;&nbsp;&nbsp; maemo-launcher: died binding to invoker socket<br>&nbsp;&nbsp;&nbsp;&nbsp; start failed.<br>&nbsp;&nbsp;&nbsp;&nbsp; Starting Sapwood image server<br>&nbsp;&nbsp;&nbsp;&nbsp; sapwood-server[12755]: GLIB INFO default - server started <br>&nbsp;&nbsp;&nbsp;&nbsp; Starting Matchbox window manager&nbsp; 
<br>&nbsp;&nbsp;&nbsp;&nbsp; matchbox: WARNING: failed to load /usr/share/matchbox/mbnoapp.xpm . Disabling icons. <br>&nbsp;&nbsp;&nbsp;&nbsp; matchbox: failed to load keyboard config<br>&nbsp;&nbsp;&nbsp;&nbsp; Starting clipboard-manager<br>&nbsp;&nbsp;&nbsp;&nbsp; Starting Keyboard<br>&nbsp;&nbsp;&nbsp;&nbsp; Starting MAEMO AF Desktop 
<br>&nbsp;&nbsp;&nbsp;&nbsp; [sbox-SDK_X86: ~] &gt;<br><br>&nbsp;8) Following End.<br><br><br>&nbsp;Well, I think it might be problem at DBUS sessions and maemo UI initscript...<br>&nbsp;I expected that it&#39;d work well if that problems are fixed...<br>&nbsp;Somebody who knows that issue, please, let me know how to fix it... 
<br><br>&nbsp;Thanks,<br>&nbsp;BRs.<br><br>&nbsp;Kevin, K Park.<br><br>&nbsp;<br><br>&nbsp;<br>