Difference between revisions of "Translations:Using Fcitx 5 on Wayland/48/en"

From Fcitx
Jump to navigation Jump to search
(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 1: Line 1:
 
=== KDE Plasma ===
 
=== KDE Plasma ===
 
Best setup:
 
Best setup:
* KDE Plasma 5.27
+
* KDE Plasma 5.27 or later
 
* Environment variables:
 
* Environment variables:
 
** Set <code>XMODIFIERS=@im=fcitx</code> for XWayland application
 
** Set <code>XMODIFIERS=@im=fcitx</code> for XWayland application

Latest revision as of 05:49, 11 June 2025

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Using Fcitx 5 on Wayland)
=== KDE Plasma ===
Best setup:
* KDE Plasma 5.27 or later
* Environment variables:
** Set <code>XMODIFIERS=@im=fcitx</code> for XWayland application
** Start fcitx5 by go to "System settings" -> "Virtual keyboard" -> Select Fcitx 5
** Do not set <code>GTK_IM_MODULE</code> & <code>QT_IM_MODULE</code> & <code>SDL_IM_MODULE</code> . You could unset <code>GTK_IM_MODULE</code> & <code>QT_IM_MODULE</code> by runing <code>im-config</code> and then selecting <code>do not set any IM from im-config and use desktop default"</code>
** Run chromium/electron application with <code>--enable-features=UseOzonePlatform --ozone-platform=wayland  --enable-wayland-ime</code>
* Caveats:
** Certain Gtk/Qt application that only works under X11 may still need to set <code>GTK_IM_MODULE</code> or <code>QT_IM_MODULE</code> for them individually.
** If you set <code>GTK_IM_MODULE/QT_IM_MODULE</code> globally, you will hit this issue [[Special:MyLanguage/FAQ#Candidate_window_is_blinking_under_wayland_with_Fcitx_5|Candidate window is blinking under wayland with Fcitx 5]]
Translation=== KDE Plasma ===
Best setup:
* KDE Plasma 5.27 or later
* Environment variables:
** Set <code>XMODIFIERS=@im=fcitx</code> for XWayland application
** Start fcitx5 by go to "System settings" -> "Virtual keyboard" -> Select Fcitx 5
** Do not set <code>GTK_IM_MODULE</code> & <code>QT_IM_MODULE</code> & <code>SDL_IM_MODULE</code> . You could unset <code>GTK_IM_MODULE</code> & <code>QT_IM_MODULE</code> by runing <code>im-config</code> and then selecting <code>do not set any IM from im-config and use desktop default"</code>
** Run chromium/electron application with <code>--enable-features=UseOzonePlatform --ozone-platform=wayland  --enable-wayland-ime</code>
* Caveats:
** Certain Gtk/Qt application that only works under X11 may still need to set <code>GTK_IM_MODULE</code> or <code>QT_IM_MODULE</code> for them individually.
** If you set <code>GTK_IM_MODULE/QT_IM_MODULE</code> globally, you will hit this issue [[Special:MyLanguage/FAQ#Candidate_window_is_blinking_under_wayland_with_Fcitx_5|Candidate window is blinking under wayland with Fcitx 5]]

KDE Plasma

Best setup:

  • KDE Plasma 5.27 or later
  • Environment variables:
    • Set XMODIFIERS=@im=fcitx for XWayland application
    • Start fcitx5 by go to "System settings" -> "Virtual keyboard" -> Select Fcitx 5
    • Do not set GTK_IM_MODULE & QT_IM_MODULE & SDL_IM_MODULE . You could unset GTK_IM_MODULE & QT_IM_MODULE by runing im-config and then selecting do not set any IM from im-config and use desktop default"
    • Run chromium/electron application with --enable-features=UseOzonePlatform --ozone-platform=wayland --enable-wayland-ime
  • Caveats: