Bug 482710 - Panel does not respond to left click on X11
Summary: Panel does not respond to left click on X11
Status: RESOLVED WORKSFORME
Alias: None
Product: plasmashell
Classification: Plasma
Component: Panel (show other bugs)
Version: 6.0.1
Platform: Arch Linux Linux
: NOR normal
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords: qt6
Depends on:
Blocks:
 
Reported: 2024-03-07 13:04 UTC by Balló György
Modified: 2024-06-04 09:25 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Balló György 2024-03-07 13:04:08 UTC
SUMMARY
After I login into the Plasma (X11) session and open Dolphin or Konsole from the main menu, the panel become unresponsible for left clicks. E.g. if I left click on the main menu, nothing happens. I have to hit Alt-Tab, or Meta, or just right click on the panel to make the panel responsible again for left clicks. It happens only with the Plasma (X11) session, the Wayland session works fine.

STEPS TO REPRODUCE
1. Login into the Plasma (X11) session.
2. Open Dolphin or Konsole from the main menu.
3. Left click on any button on the panel.

OBSERVED RESULT
The panel does not respond, nothing happens.

EXPECTED RESULT
Clicking an a button should do the proper action, e.g. open the main menu, switch applications etc.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
KDE Plasma Version: 6.0.1
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2
Comment 1 Marco Martin 2024-03-07 15:51:12 UTC
using Nvidia by any chance?
Comment 2 Balló György 2024-03-07 15:54:04 UTC
(In reply to Marco Martin from comment #1)
> using Nvidia by any chance?

No, it's Mesa Intel(R) Graphics (ADL GT2) with modesetting Xorg driver.

- mesa 24.0.2
- xorg-server 21.1.11
Comment 3 Nate Graham 2024-03-07 21:52:09 UTC
Is this with forcing QtQuick to software mode using QT_QUICK_BACKEND=software? If so, does it start working if you stop doing that?
Comment 4 Balló György 2024-03-07 21:55:16 UTC
(In reply to Nate Graham from comment #3)
> Is this with forcing QtQuick to software mode using
> QT_QUICK_BACKEND=software?

No. It happens without setting the QT_QUICK_BACKEND envvar.
Comment 5 Balló György 2024-06-04 09:25:28 UTC
I can't reproduce this problem anymore, so I'm closing this task.