Hi,

Maliit is selected in virtual keyboard settings, it shows up when using a KDE app like Dolphin or Konsole, but it doesn’t show up when using a non-KDE app like VLC or Discord.

How to fix this ?

Thanks

  • Sqaaakoi :flagEnby:​
    link
    fedilink
    23 months ago

    @KaKi87 Those apps are probably running under X11. Make sure they are running with native Wayland support, for Chromium apps you should add --ozone-platform=wayland --enable-wayland-ime to the command line arguments.

    • @KaKi87OP
      link
      English
      13 months ago

      Those apps are probably running under X11. Make sure they are running with native Wayland support

      How do I check these ?

      for Chromium apps you should add --ozone-platform=wayland --enable-wayland-ime to the command line arguments

      Where ?

      Thanks

      • Rustmilian
        link
        fedilink
        English
        2
        edit-2
        3 months ago

        /usr/bin/discord --enable-features=UseOzonePlatform --ozone-platform=wayland --enable-wayland-ime you should be able to add it via editing it in the application launcher. But alternatively, I recommend trying out Vesktop.

    • @KaKi87OP
      link
      English
      33 months ago

      Wayland, on KDE neon 6. Thanks