Summary: | Programs aren't displayed at all after updating to 5.26.0 | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | 80p3fy75dc |
Component: | core | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | grave | CC: | nate |
Priority: | VHI | ||
Version First Reported In: | git-stable-Plasma/5.26 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Apps not displayed |
Description
80p3fy75dc
2022-10-11 16:27:10 UTC
Created attachment 152712 [details]
Apps not displayed
Issue reproduced on an Arch Linux VM. I'm launching the apps via Krunner but it's exactly the same if I launch them via the kickoff menu applet.
Did you downgrade everything including the NVIDIA driver, or just the Plasma packages? I ask because there is a major NVIDIA driver regression with 515.76, so I would be interested in knowing if the issue persists with version 515.76 of the NVIDIA driver plus version 5.25.5 or KWin. I've just tried with a fresh new user in my Arch Linux VM and couldn't reproduce, no issue on 5.26. So I guess that's an issue with my main user settings. Any idea is appreciated. (In reply to Nate Graham from comment #2) > Did you downgrade everything including the NVIDIA driver, or just the Plasma > packages? I ask because there is a major NVIDIA driver regression with > 515.76, so I would be interested in knowing if the issue persists with > version 515.76 of the NVIDIA driver plus version 5.25.5 or KWin. I don't have any nvidia drivers installed on the Arch VM and I'm having the issue so it's not nvidia. And considering I'm not having the issue with a new user, I guess it's an issue with my main user settings. Weird. Can you stash ~/.config/kwinrc and restart kwin? i.e. ``` mv ~/.config/kwinrc ~ systemctl restart --user plasma-kwin_x11 ``` are windows shown after that? If so, please attach your kwinrc then (In reply to Vlad Zahorodnii from comment #5) > Weird. Can you stash ~/.config/kwinrc and restart kwin? i.e. > > ``` > mv ~/.config/kwinrc ~ > systemctl restart --user plasma-kwin_x11 > ``` > > are windows shown after that? If so, please attach your kwinrc then Thank you, I found the culprit. I'm using Bismuth (https://github.com/Bismuth-Forge/bismuth). " mv ~/.config/kwinrc mv ~/.config/kwinrc.bak " solved the problem and also disabled Bismuth as expected .I tried to enable Bismuth tiling again in System Settings and the problem came back. I guess it'll need to be updated to work with 5.26.
> "mv ~/.config/kwinrc mv ~/.config/kwinrc.bak"
"mv ~/.config/kwinrc ~/.config/kwinrc.bak" sorry, typo.
Thanks! > I guess it'll need to be updated to work with 5.26.
Never mind, I'm silly.
I was deliberately using Bismuth version 3.1.2 because I was experiencing tiling issues with some apps with 3.1.3 and 3.1.4. I've just updated to 3.1.4 and I don't have the issue with Bismuth enabled anymore, even on 5.26.
Apologies for wasting your time.
|