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. Qt6.5.0 and ibus (Ubuntu)
Forum Updated to NodeBB v4.3 + New Features

Qt6.5.0 and ibus (Ubuntu)

Scheduled Pinned Locked Moved Unsolved General and Desktop
28 Posts 5 Posters 12.9k Views 2 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.
  • JoeCFDJ JoeCFD

    @posktomten I got the same issue on Ubuntu 22.04 in a virtual machine. And my test case even crashes. I googled around and could not find a solution. Then I switched to Wayland and the code does not crash anymore. Has Qt6.5 switched to Wayland completely? However, the ibus message is still there, but does not matter.

    posktomtenP Offline
    posktomtenP Offline
    posktomten
    wrote on last edited by posktomten
    #13

    @JoeCFD said in Qt6.5.0 and ibus (Ubuntu):

    Then I switched to Wayland and the code does not crash anymore.

    Hello! @JoeCFD
    I use Wayland. No crashes but error message.

    posktomten

    JoeCFDJ 1 Reply Last reply
    0
    • posktomtenP posktomten

      @JoeCFD said in Qt6.5.0 and ibus (Ubuntu):

      Then I switched to Wayland and the code does not crash anymore.

      Hello! @JoeCFD
      I use Wayland. No crashes but error message.

      JoeCFDJ Offline
      JoeCFDJ Offline
      JoeCFD
      wrote on last edited by
      #14

      @posktomten sorry I mixed ibus and dbus up. The following
      /usr/bin/ibus-daemon --panel disable
      is running. Killing it will remove the message. I will figure out why it is set-up.

      C 2 Replies Last reply
      1
      • JoeCFDJ JoeCFD

        @posktomten sorry I mixed ibus and dbus up. The following
        /usr/bin/ibus-daemon --panel disable
        is running. Killing it will remove the message. I will figure out why it is set-up.

        C Offline
        C Offline
        CPPUIX
        wrote on last edited by
        #15

        @JoeCFD Thank you!
        Running ibus exit worked for me.

        1 Reply Last reply
        1
        • JoeCFDJ JoeCFD

          @posktomten sorry I mixed ibus and dbus up. The following
          /usr/bin/ibus-daemon --panel disable
          is running. Killing it will remove the message. I will figure out why it is set-up.

          C Offline
          C Offline
          CPPUIX
          wrote on last edited by CPPUIX
          #16

          @JoeCFD I'm not sure if this was caused by me stopping ibus, but it might've broken my system, I tried to access system settings and it kept crashing, I'm suspicious so I thought I'd just reboot and see if it goes away, and things got worse, my desktop could not load, except for the mouse pointer, and the screen edges were activated, but nothing else worked, just a dark screen.

          I had to purge sddm and reinstall it, reboot, and things are back to normal, and so is ibus, it's running again, I'm too scared to have a go at it again haha, so the message can stay for now.

          Again I'm not sure if it's due to ibus being stopped, just thought I'd share this in case someone else experiences this.

          Thank you anyway!

          JoeCFDJ 1 Reply Last reply
          0
          • C CPPUIX

            @JoeCFD I'm not sure if this was caused by me stopping ibus, but it might've broken my system, I tried to access system settings and it kept crashing, I'm suspicious so I thought I'd just reboot and see if it goes away, and things got worse, my desktop could not load, except for the mouse pointer, and the screen edges were activated, but nothing else worked, just a dark screen.

            I had to purge sddm and reinstall it, reboot, and things are back to normal, and so is ibus, it's running again, I'm too scared to have a go at it again haha, so the message can stay for now.

            Again I'm not sure if it's due to ibus being stopped, just thought I'd share this in case someone else experiences this.

            Thank you anyway!

            JoeCFDJ Offline
            JoeCFDJ Offline
            JoeCFD
            wrote on last edited by JoeCFD
            #17

            @Abderrahmene_Rayene
            I guess Qt 6.5 needs ibus connection. But it seems
            /usr/bin/ibus-daemon --panel disable
            disables panel program and causes Qt code to generate the message. It should be enabled. On X11 it is ok since ibus is not even needed by Qt6.5. I believe it is only an issue on Wayland.
            It is triggered by a script somewhere at start-up.

            C 1 Reply Last reply
            1
            • JoeCFDJ JoeCFD

              @Abderrahmene_Rayene
              I guess Qt 6.5 needs ibus connection. But it seems
              /usr/bin/ibus-daemon --panel disable
              disables panel program and causes Qt code to generate the message. It should be enabled. On X11 it is ok since ibus is not even needed by Qt6.5. I believe it is only an issue on Wayland.
              It is triggered by a script somewhere at start-up.

              C Offline
              C Offline
              CPPUIX
              wrote on last edited by
              #18

              @JoeCFD I'm on X11 actually.

              JoeCFDJ 1 Reply Last reply
              0
              • C CPPUIX

                @JoeCFD I'm on X11 actually.

                JoeCFDJ Offline
                JoeCFDJ Offline
                JoeCFD
                wrote on last edited by JoeCFD
                #19

                @Abderrahmene_Rayene can you try to purge ibus to see what will happen. I can run Qt6.5 on my LUbuntu 22.04. Ibus is not installed.

                C 1 Reply Last reply
                0
                • JoeCFDJ JoeCFD

                  @Abderrahmene_Rayene can you try to purge ibus to see what will happen. I can run Qt6.5 on my LUbuntu 22.04. Ibus is not installed.

                  C Offline
                  C Offline
                  CPPUIX
                  wrote on last edited by
                  #20

                  @JoeCFD Oh no sorry, I cannot experiment on my current machine. OP might on his virtual machine

                  JoeCFDJ 1 Reply Last reply
                  0
                  • C CPPUIX

                    @JoeCFD Oh no sorry, I cannot experiment on my current machine. OP might on his virtual machine

                    JoeCFDJ Offline
                    JoeCFDJ Offline
                    JoeCFD
                    wrote on last edited by
                    #21

                    @Abderrahmene_Rayene just tested it. the message is gone after ibus is purged. This is on Wayland.

                    C 1 Reply Last reply
                    1
                    • JoeCFDJ JoeCFD

                      @Abderrahmene_Rayene just tested it. the message is gone after ibus is purged. This is on Wayland.

                      C Offline
                      C Offline
                      CPPUIX
                      wrote on last edited by CPPUIX
                      #22

                      @JoeCFD I backed up my data, prayed, purged ibus, tested it, message gone, rebooted, system works fine, tested it again, message gone, problem solved!

                      This is on X11.

                      Thank you again!

                      1 Reply Last reply
                      0
                      • K Offline
                        K Offline
                        ksiour
                        wrote on last edited by
                        #23

                        I am using Ubuntu 22.04 with x11 and I get the same message but the application works fine. I cannot switch to wayland as I am having issues with MS Teams. Is there any other solution for the message to disapear?

                        C 1 Reply Last reply
                        0
                        • K ksiour

                          I am using Ubuntu 22.04 with x11 and I get the same message but the application works fine. I cannot switch to wayland as I am having issues with MS Teams. Is there any other solution for the message to disapear?

                          C Offline
                          C Offline
                          CPPUIX
                          wrote on last edited by
                          #24

                          @ksiour that solution works for X11 as well.

                          Did you try to purge ibus?

                          JoeCFDJ 1 Reply Last reply
                          0
                          • C CPPUIX

                            @ksiour that solution works for X11 as well.

                            Did you try to purge ibus?

                            JoeCFDJ Offline
                            JoeCFDJ Offline
                            JoeCFD
                            wrote on last edited by JoeCFD
                            #25

                            @Abderrahmene_Rayene
                            https://help.ubuntu.com/community/ibus
                            IBus
                            The Intelligent Input Bus (IBus) is an input method framework for multilingual input in Unix-like operating systems. It's called "Bus" because it has a bus-like architecture.

                            You can use IBus to type in your own language in most GUI applications.

                            ========================================================
                            if the input is only English, simply purge it since it is of no use.

                            C 1 Reply Last reply
                            0
                            • JoeCFDJ JoeCFD

                              @Abderrahmene_Rayene
                              https://help.ubuntu.com/community/ibus
                              IBus
                              The Intelligent Input Bus (IBus) is an input method framework for multilingual input in Unix-like operating systems. It's called "Bus" because it has a bus-like architecture.

                              You can use IBus to type in your own language in most GUI applications.

                              ========================================================
                              if the input is only English, simply purge it since it is of no use.

                              C Offline
                              C Offline
                              CPPUIX
                              wrote on last edited by
                              #26

                              I found this commit dated 2023-04-05 01:27:47 +0400, if someone could clarify what it did?

                              The issue is still present, I installed IBus again just to check.

                              JoeCFDJ 1 Reply Last reply
                              1
                              • C CPPUIX

                                I found this commit dated 2023-04-05 01:27:47 +0400, if someone could clarify what it did?

                                The issue is still present, I installed IBus again just to check.

                                JoeCFDJ Offline
                                JoeCFDJ Offline
                                JoeCFD
                                wrote on last edited by
                                #27

                                @Abderrahmene_Rayene I guess this commit fixed the issue because the slot was not defined before. Therefore, connection failed. Thanks for sharing.

                                1 Reply Last reply
                                0
                                • F Offline
                                  F Offline
                                  fuzecate
                                  wrote on last edited by
                                  #28

                                  I googled around and could not find a solution. Then I switched to Wayland and the code does not crash anymore. Has Qt6.5 switched to Wayland completely? However, the ibus message is still there, but does not matter.

                                  https://hellodear.in
                                  https://teatv.ltd/get-apk/

                                  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