Registered Member
|
Hi,
i saw the other thread but this looks like a different problem to me so i figured separating it in two threads makes more sense. As the title says, the task switcher (Alt+Tab) is not working anymore. 1. I tried to install new layouts from GHNS. 2. None of those worked (visually). The windows are switching but they just pop in, without any visual effect. 3. When "Show selected window" is enabled that works but not the actual layout. 4. I logged out an in again, still not working. 5. I changed back to the Breeze layout, that's not working either now. (Worked before) 6. The other default layout are working. "Cover switch" for example. So i am lost, i deleted the new layouts by hand from .local/share/kwin/tabbox/ but still no change. I am using archlinux with the latest Plasma 5 Release. Would appreciate some help here. Thanks |
|
run "kbuildsycoca5" and restart "kwin_x11 --replace &"
Otherwise run" strace kwin_x11 --replace 2>&1 | grep main.qml | grep open", try to invoke the tabbox and watch out which paths are tested. |
Registered Member
|
Hi luebking,
first of all thx for your help, you seem around here a lot and i really appreciate your help.
ok, this fixes the problem with the non working "Breeze" layout, no idea why this was not fixed with a logout -> login. Anyway,
this gives no ouptut what so ever but
gives
But that layout still does not work. |
Registered Member
|
Hi luebking,
any more ideas how to debug this? |
|
Is that the only strace match?
Try "strace kwin_x11 --replace 2>&1 | grep black_icons" It's completely weird that there's a successful stat but no further action on the file, it looks like you've read/write permissions and the file isn't empty - so something should rather happen with it after the stat (which has to occur from some QFile::open call, stat is a low-level detail) |
Registered Member
|
Any luck with this? I am having the same problem...
I tried also deleting the .config/kwinr* folders but no luck (based on this post viewtopic.php?f=111&t=130470). |
|
The OPs problem is about (some?) 3rd party switchers. Deleting kwinrc (NEVER do such EVER! - move it away, but don't destroy the information) shoul kick you back to the defaults - ie. a working system in this context.
Otherwise you face a different problem which you should elaborate on. |
Registered Member
|
Sry for being this late, had a buys week. Here is the output you asked for:
And yes it was the whole output before. Nothing more after that. |
|
Hmmm... can you paste "/home/USERNAME/.local/share/kwin/tabbox/black_icons/metadata.desktop"?
it should contain sth. like
(and nothing invalidating these values) |
Registered Member
|
Here we go:
|
|
Tried installing "Black Icons" and it immediately spammed a dialog "Installation broken, resources are missing", I assume because it's using QtQuick 1 and reg. plasma components which are not installed w/ plasmashell / KF5
=> the switcher simply needs to be ported. |
Registered Member
|
Hm ok,
have you tried any other switcher? They all seem to be broken then. Would be great if either GHNS or kwin itself would notice outdated components and does not make us hunt non existing bugs. Greetings |
|
There seems no versioning, probably nobody considered an API break in qml
My guess is that every 3rd party switcher will be broken on KDE/5 until there's an explicit port. Please don't make me rant on QML, thanks. |
KDE Developer
|
We can introduce a version number in the metadata.desktop file and exclude all other versions.
|
Registered Member
|
Sounds good to me.
luebking lets talk QML. |
Registered users: Bing [Bot], Evergrowing, Google [Bot]