On Fri, 2009-09-04 at 15:49 +0800, bob wrote: > Thanks, It seem to work...but the whole process is different from > http://git.moblin.org/cgit.cgi/moblin2-jhbuild/tree/README. > > Here is the command: > # dbus-launch --sh-syntax --exit-with-session > ./moblin2-jhbuild/build/launch-in-xephyr.sh > > Then the new window shows moblin toolbar(mutter) without applications > inside. > Is it all I can get via jhbuild shell? > Besides toolbar(mutter) development, what does it help on development?
Xephyr does not work with DRI2, and since the panels are GL applications composited by a GL-based compositing engine, they require DRI2 to work. so, until Xephyr is fixed to use the New World Order(tm) of the graphics stack, it's not recommended to use it -- I'll fix the README. the recommended way is now to replace your currently running window manager with Mutter and the mutter-moblin plugin. all the panels for the Moblin toolbar have a -s|--standalone command line argument that launches them as separate, stand-alone applications; we use this mode for fast development. it's important to note that moblin2-jhbuild provides a way to set up a moblin-compliant development environment for ISVs; it's not meant to be used to run the Moblin Netbook UX; for that, packages for your distribution or running Moblin are the preferred approaches. ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer | [email protected] Intel Open Source Technology Center | http://oss.intel.com _______________________________________________ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: http://lists.moblin.org/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists
