Hi,<br>These are the steps to enable testing sharing in sugar-jhbuild with multiple instancies in the same machine.<br><br>* Revert commit removing GConf-dbus<br><br>git revert 7da173d04f267f7f718a31f2739ccdc458a11f6b<br><br>
* Build GConf-dbus<br><br>./sugar-jhbuild update GConf-dbus<br>./sugar-jhbuild build GConf-dbus<br><br>* The second instance must be run with a name of profile<br><br> SUGAR_PROFILE=julia sugar-emulator -f<br><br>We need disable selinux (setenforce 0) or set to permissive<br>
and enable mDNS in the firewall.<br><br>Gonzalo<br>