Qt6.5.0 and ibus (Ubuntu)
- 
@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.
@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. - 
@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 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. - 
@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. - 
@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.@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
sddmand reinstall it, reboot, and things are back to normal, and so isibus, 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
ibusbeing stopped, just thought I'd share this in case someone else experiences this.Thank you anyway!
 - 
@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
sddmand reinstall it, reboot, and things are back to normal, and so isibus, 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
ibusbeing stopped, just thought I'd share this in case someone else experiences this.Thank you anyway!
@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. - 
@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. - 
@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.
 - 
@JoeCFD Oh no sorry, I cannot experiment on my current machine. OP might on his virtual machine
 - 
@Abderrahmene_Rayene just tested it. the message is gone after ibus is purged. This is on Wayland.
 - 
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?
 - 
@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. - 
@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. - 
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
IBusagain just to check.