Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt5 + ibus integration problem.
Forum Updated to NodeBB v4.3 + New Features

Qt5 + ibus integration problem.

Scheduled Pinned Locked Moved General and Desktop
qt5ibus
2 Posts 1 Posters 3.2k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • c.savurC Offline
    c.savurC Offline
    c.savur
    wrote on last edited by c.savur
    #1

    Hello everyone,

    I have problem with Qt5 + ibus integration. I configured ibus in and it works fine with the system application like gedit, console etc. But I could not make it work with my Qt5 application.

    I added the following line to .bashrc

    export GTK_IM_MODULE=ibus
    export XMODIFIERS=@im=ibus
    export QT_IM_MODULE=ibus

    Do you have any suggestion ?

    System :
    CentOS 7, Xfce, Qt 5.4.2

    1 Reply Last reply
    0
    • c.savurC Offline
      c.savurC Offline
      c.savur
      wrote on last edited by
      #2

      well, I have solved my problem for future reference I would like to share the solution.

      The solution is so simple;
      You should run your application with the user that you started ibus-setup / ibus-dameon. For example, if you launch ibus with user A, then only application run with user A will respond by ibus. If your application is running as root, you need to start ibus with root user.

      That's how I solve the problem.

      I am sure there is some reason behind this issue but right now I don't have time to deep in.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved