<div>&nbsp;</div>
<div>&nbsp;Hi.</div>
<div>&nbsp;</div>
<div>&nbsp;I&#39;m stuck with mutiple dbus sessions in maemo...</div>
<div>&nbsp;Currently, maemo 3.1 is just possible to create a single dbus session.&nbsp;</div>
<div>&nbsp;But, I want to create multiple dbus sessions in maemo and&nbsp;scratchbox users to use&nbsp;their&nbsp;own&nbsp;dbus sessions.&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;So, I watched the dbus-session-init.sh, right here..</div>
<div><font color="#6600cc">&nbsp;</font></div>
<div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<p><font color="#6600cc">if [ -e /targets/links/scratchbox.config ]; then<br>&nbsp;SBOX=&#39;yes&#39;<br>&nbsp;PARAMS=&quot;--session --print-address=2&quot;<br>else<br>&nbsp; SBOX=&#39;&#39;<br>&nbsp; PARAMS=&quot;--session&quot;<br>fi<br>
USER=`whoami`<br>SOCKETPATH =/tmp/session_bus_socket.$USER<br>PROG=/usr/bin/dbus-daemon<br>SVC=&quot;D-BUS session bus daemon&quot;</font></p>
<p><font color="#6600cc">case &quot;$1&quot; in<br>start)<br>&nbsp; if [ &quot;x$SBOX&quot; = &quot;x&quot; ]; then<br>&nbsp;&nbsp;&nbsp; echo &quot;-------------------- DBUS&nbsp; ------------&quot;<br>&nbsp;&nbsp;&nbsp; source $LAUNCHWRAPPER_NICE_KILL start &quot;$SVC&quot; $PROG $PARAMS
<br>&nbsp;&nbsp;&nbsp; echo &quot;----- socket open for DBUS -----&quot;<br>&nbsp;&nbsp;&nbsp; echo &quot;export DBUS_SESSION_BUS_ADDRESS=unix:path=$SOCKETPATH&quot; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; $SESSION_BUS_ADDRESS_FILE<br>&nbsp; else<br>&nbsp;&nbsp;&nbsp; echo &quot;-------------------- DBUS launch&nbsp;-------------&quot;
<br>&nbsp;&nbsp;&nbsp; $LAUNCHWRAPPER_NICE_KILL start &quot;$SVC&quot; $PROG \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $PARAMS 2&gt;${SESSION_BUS_ADDRESS_FILE}.in<br>&nbsp;&nbsp;&nbsp; sleep 2<br>&nbsp;&nbsp;&nbsp; if [ -r ${SESSION_BUS_ADDRESS_FILE}.in ]; then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TMP=`cat ${SESSION_BUS_ADDRESS_FILE}.in`
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; echo &quot;export DBUS_SESSION_BUS_ADDRESS=$TMP&quot; &gt; $SESSION_BUS_ADDRESS_FILE<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rm -f ${SESSION_BUS_ADDRESS_FILE}.in<br>&nbsp;&nbsp;&nbsp; fi<br>&nbsp; fi<br>&nbsp; ;;<br>stop)<br>&nbsp; # giving parameter also here so that dsmetool works...
<br>&nbsp; source $LAUNCHWRAPPER_NICE_KILL stop &quot;$SVC&quot; $PROG $PARAMS<br>&nbsp; ;;<br>*)<br>&nbsp; echo &quot;Usage: $0 {start|stop}&quot;<br>&nbsp; exit 1<br>&nbsp; ;;<br>esac</font></p></blockquote>
<div>&nbsp;</div>
<div>&nbsp;So, I think I might have to modify this script or af-definds.sh, but I&#39;m not sure that...</div>
<div>&nbsp;If you guys know that, please give me your hands... :-)</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Thanks for reading,</div>
<div>BRs</div>
<div>&nbsp;</div>
<div>Kevin.</div>
<div>&nbsp;</div><br>&nbsp;</div>