wayland intro and ibus support
play

Wayland intro and ibus support Presented by Peng Wu Software - PowerPoint PPT Presentation

Wayland intro and ibus support Presented by Peng Wu Software Engineer License statement goes here. See https://fedoraproject.org/wiki/Licensing#Content_Licenses for acceptable licenses. Today's Topics 1. wayland intro 2. ibus wayland support


  1. Wayland intro and ibus support Presented by Peng Wu Software Engineer License statement goes here. See https://fedoraproject.org/wiki/Licensing#Content_Licenses for acceptable licenses.

  2. Today's Topics 1. wayland intro 2. ibus wayland support

  3. wayland intro

  4. X Window History X originated at the MIT in 1984 Since then, never touched the core protocol

  5. Why not X? parts of the core protocol seldom used today X11 core graphics functionality seldom used XIM protocol bypassed by input method frameworks, such as ibus, scim, fcitx.

  6. wayland intro RPC mechanism designed for window system Utility functions for client/server development Generate codes from XML protocol definition some client/server codes for communicating with the display server. Define the core wayland protocol in protocol/wayland.xml

  7. weston display server The Reference Wayland Compositor Reference Implementation Support additionally protocols in weston/protocol Maybe we could call these as extensions? For input method support See text.xml and input-method.xml

  8. ibus wayland support

  9. ibus intro Bus-Centric Architecture It has an ibus-daemon, which manages all clients. all engines, panel, config modules & clients are clients of ibus-daemon. iBus is base on dbus IPC protocol.

  10. ibus architecture ibus panel UI Application (GTK+) ibus engine pinyin Application ibus (QT) daemon ibus engine anthy ibus XIM Server ibus config

  11. Advantage of iBus iBus uses dbus RPC for communication. Clients can use any languages to communicate with ibus Engines can be wrote by any languages The daemon, engines, clients & UI, all partitions are running in separated processes One of them has problem, it will not impact all system All partitions can be restarted on the fly. Engine can be loaded & unloaded on demand.

  12. The openismus design ibus daemon Wayland Compositor 1 . inpu l co to t even ro ayland text p t/w ay land s w tanda rd p ro to co Application l (QT) Application (GTK+)

  13. openismus event flow 1.the wayland compositor send the input event to the application; 2.the application sends the input event to the wayland compositor by wayland text protocol; 3.wayland compositor sends the input event to the ibus daemon by wayland input method protocol; 4.ibus daemon sends back the input method event to wayland compositor by wayland input method protocol; 5. wayland compositor sends back the input method event to the application by wayland text protocol;

  14. The GTK+ design for X11 ibus daemon Application (GTK+) X11 Window System

  15. GTK+ for X11 event flow 1.the X11 Window System send the input event to the application; 2.the application send the input event to ibus daemon by ibus protocol; 3.the ibus daemon send back the input method event to the application by ibus protocol;

  16. Proposed GTK+ design ibus daemon Application (GTK+) Wayland Compositor

  17. Proposed event flow 1.the wayland compositor send the input event to the application; 2.the application send the input event to ibus daemon by ibus protocol; 3.the ibus daemon send back the input method event to the application by ibus protocol;

  18. Proposed architecture Wayland Gtk+ App ibus daemon D-BUS

  19. Advantages Every daemon serves one aspect of functionality. weston for display dbus for RPC ibus for input Gtk+ Apps talks to the specific daemon only when needed.

  20. Summary wayland intro ibus wayland support Proposed a new architecture for input support

  21. Questions ? Contact: example@fedoraproject.org License statement goes here. See https://fedoraproject.org/wiki/Licensing#Content_Licenses for acceptable licenses.

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend