tcorreabr / Parachute

Look at your windows and desktops from above.
GNU General Public License v3.0
354 stars 32 forks source link

After upgrading to Plasma 5.23, this stopped working #125

Open mateushonorato opened 2 years ago

mateushonorato commented 2 years ago

I just updated my KDE neon distribution to Plasma 5.23 and this stopped working. I can enable parachute in the settings, but it's interface is never shown, either through the shortcut keys or the toggle parachute extension. I believe this can be related to the updates in libkdecoration or in the present windows effect from plasma.

goingtosleep commented 2 years ago

Me too. Desktop Grid becomes sluggish in 5.23 update, so I try parachute but not working either...

mateushonorato commented 2 years ago

Me too. Desktop Grid becomes sluggish in 5.23 update, so I try parachute but not working either...

for me, desktop grid is working fine. my only problem is with Parachute and the Window Buttons Applet that I use in Latte Dock

thegrasshopper104 commented 2 years ago

same for me, overview or desktop grid works as expected, but parachute by corner action or ctrl+meta+d doesn't work

EvilSquirrelGuy commented 2 years ago

also happening for me on Arch Linux with 5.23.0-1 packages

gianmarcogg03 commented 2 years ago

Same on Arch with 5.23.1.

indivisible commented 2 years ago

To anyone having problem after kde upgrade: just comment or remove the offending line

It should work after that (be sure to upgrade the extension and restart kwin)

(that line was there only in an effort to speed up rendering, but 5.23 seems a lot smoother anyway)

mateushonorato commented 2 years ago

To anyone having problem after kde upgrade: just comment or remove the offending line

It should work after that (be sure to upgrade the extension and restart kwin)

(that line was there only in an effort to speed up rendering, but 5.23 seems a lot smoother anyway)

that worked, but windows thumbnails are not appearing anymore

EvilSquirrelGuy commented 2 years ago

That's because the line looks like it's responsible for rendering window thumbnails? I assume this is something that broke in 5.23

mepowerleo10 commented 2 years ago

To anyone having problem after kde upgrade: just comment or remove the offending line

It should work after that (be sure to upgrade the extension and restart kwin)

(that line was there only in an effort to speed up rendering, but 5.23 seems a lot smoother anyway)

How did you find that's the offending line?

indivisible commented 2 years ago

Kwin output from journal. Depending on your distro it could be logging to ~/.xsession-errors. Useful for "debugging" kwin scripts - the shipped debugger toy does not work with qml

Forgot what the exact message was, but it complained about a nonexistent property being set

Mussa Mipawa @.***> ezt írta (időpont: 2021. nov. 10., Sze 5:36):

To anyone having problem after kde upgrade: just comment or remove the offending line https://github.com/tcorreabr/Parachute/blob/53712128c81a072a21a14461143b4bb1d9bc0699/contents/ui/ClientComponent.qml#L168

It should work after that (be sure to upgrade the extension and restart kwin)

(that line was there only in an effort to speed up rendering, but 5.23 seems a lot smoother anyway)

How did you find that's the offending line?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/tcorreabr/Parachute/issues/125#issuecomment-964779317, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHE5KJZYZIXEIJD27KYSJTULHZFZANCNFSM5F7ZPXLA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

njakes commented 2 years ago

Is parachute being merged into plasma 5.24 as Overview?

mateushonorato commented 2 years ago

I don't think they're using parachute as a base.

On Thu, Dec 9, 2021, 17:12 njakes @.***> wrote:

Is parachute being merged into plasma 5.24 as Overview?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/tcorreabr/Parachute/issues/125#issuecomment-990208799, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD2T6MB4QZU7DLBGA36ZWITUQEERTANCNFSM5F7ZPXLA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

mepowerleo10 commented 2 years ago

To anyone having problem after kde upgrade: just comment or remove the offending line

It should work after that (be sure to upgrade the extension and restart kwin)

(that line was there only in an effort to speed up rendering, but 5.23 seems a lot smoother anyway)

Hey guys, seems like the buffer does not update the current window after removing the offending line.