I saw that Wayland port is removed in the chromium project, two days ago.<div>I don't know the reason and next plan about wayland.</div><div><br><div>Refer to below issue.</div><div><div><div><a href="https://chromiumcodereview.appspot.com/10009024">https://chromiumcodereview.appspot.com/10009024</a> </div>
</div></div></div><br><div class="gmail_quote">2012/4/10 Kristian Høgsberg <span dir="ltr"><<a href="mailto:krh@bitplanet.net">krh@bitplanet.net</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
That's a very nice overview of the project, though I'd point out that<br>
there's a bit more work to do on GTK+ support: client side decorations<br>
(as you mention), selections, dnd and popup placement are the big<br>
ones. It would also be nice to included a summary of what's mssing in<br>
the protocol and the state of mutter-on-wayland.<br>
<br>
thanks,<br>
Kristian<br>
<div class="HOEnZb"><div class="h5"><br>
On Sun, Apr 8, 2012 at 2:08 PM, <<a href="mailto:darxus@chaosreigns.com">darxus@chaosreigns.com</a>> wrote:<br>
> This is far from official. If you have better information, please provide<br>
> it. HTML version: <a href="http://www.chaosreigns.com/wayland/state/" target="_blank">http://www.chaosreigns.com/wayland/state/</a><br>
><br>
><br>
> Drivers<br>
><br>
> The reference compositor works with Intel, Radeon, and Nvidia<br>
> (Nouveau) open source drivers. [1]Nouveau + OpenGL clients hangs.<br>
><br>
> XWayland<br>
><br>
> XWayland, the ability to run X clients within Wayland, is<br>
> [2]currently broken, in the middle of transitioning to using a<br>
> special X window manager. [3]Tiago did some work on it, which has<br>
> not been committed. Other than that, DDX support for Intel video<br>
> exists, [4]a software implementation exists but may need updating,<br>
> and someone has done some work on Radeon but not released source.<br>
> Nvidia / Nouveau support hasn't been touched.<br>
><br>
> Toolkits<br>
><br>
> Wayland usability is mostly down to applications migrating to GTK3<br>
> and QT5.<br>
><br>
> GTK+ 3.4.1 and QT5 appear to have complete Wayland support except<br>
> for client side decorations. EFL and Clutter appear to have<br>
> complete support.<br>
><br>
> So any application should work with Wayland as long as it uses one<br>
> of these four toolkits, and it doesn't call any Xlib functions.<br>
> Unfortunately a number of GTK+ applications do call Xlib, through<br>
> gdk_x11_* functions, and they need to be wrapped in [5]build-time<br>
> and run-time backend checks.<br>
><br>
> And while [6]GTK3 was released over a year ago, [7]QT5 only had<br>
> its first alpha release last week. While many GTK+ applications<br>
> haven't made the conversion yet, presumably Qt applications, for<br>
> the most part, haven't started.<br>
><br>
> GTK+ 3.4.0 has a [8]bug causing it to break when the X11 and<br>
> Wayland backends are both built. The workaround has been applied<br>
> in master and will be included in the [9]3.4.1 release on April<br>
> 18th.<br>
><br>
> The GTK graphics glitch was a [10]cairo-gl bug, easy enough to<br>
> avoid.<br>
><br>
> Rob Bradford has a [11]branch of [12]gtk that doesn't require<br>
> cairo-gl, which will be merged with master once 3.4 is branched<br>
> off. I've tested it. This should allow Ubuntu to [13]enable the<br>
> Wayland backend in GTK in the October 2012 (12.10) release.<br>
><br>
> Browsers<br>
><br>
> The only web browser I've tested that works is qtwebkit, which is<br>
> included with the QT5 source. [14]Weston occasionally crashes when<br>
> running it. It seems likely that the [15]snowshoe browser works,<br>
> via QT5.<br>
><br>
> The [16]webkitgtk browser doesn't work. As expected, the<br>
> [17]midori browser based on webkitgtk doesn't work.<br>
><br>
> [18]Firefox has a long way to go.<br>
><br>
> [19]Chrome / chromium might work, but I haven't seen how.<br>
><br>
> Terminals<br>
><br>
> weston-terminal is actually pretty decent.<br>
><br>
> vte, based on gtk, works fine.<br>
><br>
> [20]gnome-terminal seems likely to work, I just haven't tried<br>
> quite the right incantation yet.<br>
><br>
> Surprisingly, there don't seem to be any terminal applications<br>
> written in Qt or EFL. I haven't tried [21]clutterm, which uses<br>
> Clutter, mostly because it says "This is a work in progress and<br>
> it's far from ready for every day use."<br>
><br>
> Other Applications<br>
><br>
> Of the 22 [22]gtk applications I tried from the default Ubuntu<br>
> Precise menu (html5 video), 9 worked, and 13 didn't due to using<br>
> Xlib calls. 41% worked as packaged by Ubuntu (after I rebuilt GTK<br>
> with --enable-wayland-backend).<br>
><br>
> Open Bugs<br>
><br>
> * [23]GTK+: Wayland and x11 backends simultaneously enabled is<br>
> broken.<br>
> * [24]Ubuntu: Enable wayland backend in GTK+<br>
> * [25]Totem: Add wayland support (remove Xlib calls).<br>
> * [26]WebKitGTK+: Enable wayland support (remove Xlib calls).<br>
><br>
> The Nvidia proprietary + cairo-gl mess:<br>
> * [27]Cairo: Dynamically load libGL in cairo-gl<br>
> * [28]GTK+: Remove cairo-gl dependency from wayland backend,<br>
> fall back to software as weston does.<br>
> * [29]Debian packaging: Add support for versioned provides. This<br>
> is 15 years old.<br>
><br>
><br>
> References<br>
><br>
> 1. <a href="https://bugs.freedesktop.org/show_bug.cgi?id=48074" target="_blank">https://bugs.freedesktop.org/show_bug.cgi?id=48074</a><br>
> 2. <a href="https://bugs.freedesktop.org/show_bug.cgi?id=46743" target="_blank">https://bugs.freedesktop.org/show_bug.cgi?id=46743</a><br>
> 3. <a href="http://lists.freedesktop.org/archives/wayland-devel/2012-April/002861.html" target="_blank">http://lists.freedesktop.org/archives/wayland-devel/2012-April/002861.html</a><br>
> 4. <a href="http://lists.freedesktop.org/archives/wayland-devel/2011-June/001163.html" target="_blank">http://lists.freedesktop.org/archives/wayland-devel/2011-June/001163.html</a><br>
> 5. <a href="http://developer.gnome.org/gtk3/3.3/ch24s02.html#id1502079" target="_blank">http://developer.gnome.org/gtk3/3.3/ch24s02.html#id1502079</a><br>
> 6. <a href="https://mail.gnome.org/archives/gtk-devel-list/2011-February/msg00020.html" target="_blank">https://mail.gnome.org/archives/gtk-devel-list/2011-February/msg00020.html</a><br>
> 7. <a href="http://labs.qt.nokia.com/2012/04/03/qt-5-alpha/" target="_blank">http://labs.qt.nokia.com/2012/04/03/qt-5-alpha/</a><br>
> 8. <a href="http://developer.gnome.org/gtk3/3.3/ch24s02.html#id1502079" target="_blank">http://developer.gnome.org/gtk3/3.3/ch24s02.html#id1502079</a><br>
> 9. <a href="https://live.gnome.org/ThreePointThree" target="_blank">https://live.gnome.org/ThreePointThree</a><br>
> 10. <a href="https://bugs.freedesktop.org/show_bug.cgi?id=48221" target="_blank">https://bugs.freedesktop.org/show_bug.cgi?id=48221</a><br>
> 11. <a href="https://github.com/rbradford/gtk/tree/wip/wayland-render-changes" target="_blank">https://github.com/rbradford/gtk/tree/wip/wayland-render-changes</a><br>
> 12. <a href="http://lists.freedesktop.org/archives/wayland-devel/2012-April/002876.html" target="_blank">http://lists.freedesktop.org/archives/wayland-devel/2012-April/002876.html</a><br>
> 13. <a href="https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/954352/" target="_blank">https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/954352/</a><br>
> 14. <a href="https://bugs.freedesktop.org/show_bug.cgi?id=47728" target="_blank">https://bugs.freedesktop.org/show_bug.cgi?id=47728</a><br>
> 15. <a href="http://snowshoe.qtlabs.org.br/" target="_blank">http://snowshoe.qtlabs.org.br/</a><br>
> 16. <a href="https://bugs.webkit.org/show_bug.cgi?id=81456" target="_blank">https://bugs.webkit.org/show_bug.cgi?id=81456</a><br>
> 17. <a href="https://bugs.launchpad.net/midori/+bug/975355" target="_blank">https://bugs.launchpad.net/midori/+bug/975355</a><br>
> 18. <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=635134" target="_blank">https://bugzilla.mozilla.org/show_bug.cgi?id=635134</a><br>
> 19. <a href="http://www.phoronix.com/scan.php?page=news_item&px=OTc4NA" target="_blank">http://www.phoronix.com/scan.php?page=news_item&px=OTc4NA</a><br>
> 20. <a href="https://bugzilla.gnome.org/show_bug.cgi?id=673323" target="_blank">https://bugzilla.gnome.org/show_bug.cgi?id=673323</a><br>
> 21. <a href="https://github.com/paradoxxxzero/clutterm" target="_blank">https://github.com/paradoxxxzero/clutterm</a><br>
> 22. <a href="http://www.chaosreigns.com/wayland/demos/2012-04-07-wayland-several-gtk-apps.html" target="_blank">http://www.chaosreigns.com/wayland/demos/2012-04-07-wayland-several-gtk-apps.html</a><br>
> 23. <a href="https://bugzilla.gnome.org/show_bug.cgi?id=672358" target="_blank">https://bugzilla.gnome.org/show_bug.cgi?id=672358</a><br>
> 24. <a href="https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/954352" target="_blank">https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/954352</a><br>
> 25. <a href="https://bugzilla.gnome.org/show_bug.cgi?id=672735" target="_blank">https://bugzilla.gnome.org/show_bug.cgi?id=672735</a><br>
> 26. <a href="https://bugs.webkit.org/show_bug.cgi?id=81456" target="_blank">https://bugs.webkit.org/show_bug.cgi?id=81456</a><br>
> 27. <a href="https://bugs.freedesktop.org/show_bug.cgi?id=47480" target="_blank">https://bugs.freedesktop.org/show_bug.cgi?id=47480</a><br>
> 28. <a href="https://bugzilla.gnome.org/show_bug.cgi?id=672361" target="_blank">https://bugzilla.gnome.org/show_bug.cgi?id=672361</a><br>
> 29. <a href="http://www.chaosreigns.com/wayland/state/bugs.debian.org/cgi-bin/bugreport.cgi?bug=7330" target="_blank">http://www.chaosreigns.com/wayland/state/bugs.debian.org/cgi-bin/bugreport.cgi?bug=7330</a><br>
> 30. <a href="http://www.chaosreigns.com/wayland/state/2012-03-24.html" target="_blank">http://www.chaosreigns.com/wayland/state/2012-03-24.html</a><br>
> 31. <a href="http://www.chaosreigns.com/wayland/" target="_blank">http://www.chaosreigns.com/wayland/</a><br>
><br>
> --<br>
> "It is better to die on your feet than to live on your knees."<br>
> - Emiliano Zapata, Mexican Revolution Leader<br>
> <a href="http://www.ChaosReigns.com" target="_blank">http://www.ChaosReigns.com</a><br>
> _______________________________________________<br>
> wayland-devel mailing list<br>
> <a href="mailto:wayland-devel@lists.freedesktop.org">wayland-devel@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/wayland-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/wayland-devel</a><br>
_______________________________________________<br>
wayland-devel mailing list<br>
<a href="mailto:wayland-devel@lists.freedesktop.org">wayland-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/wayland-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/wayland-devel</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>======================================<div>Simon Hong</div><div>"Secret of success is consistency to purpose"</div><br>