Skip to content

Not Functioning in Plasma 6 #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
nellePoint opened this issue Mar 16, 2024 · 5 comments
Open

Not Functioning in Plasma 6 #27

nellePoint opened this issue Mar 16, 2024 · 5 comments

Comments

@nellePoint
Copy link

had this installed for a while and noticed it wasnt working in plasma 6, so i attempted to reinstall.

Plasma just says it was successfully installed and doesnt list the script.

@nclarius
Copy link
Owner

Yes, this needs to be adapted to still work with Plasma 6. Unfortunately there is currently no complete guide for developers how to do this so I expect it will take me a few weeks.

@nclarius
Copy link
Owner

Also no guarantee that it will still work in Plasma 6 at all because a lot has changed under the hood in the window manager. But I'm planning to at least try.

@nellePoint
Copy link
Author

Understandable

@teekoucha
Copy link

teekoucha commented Apr 3, 2024

There were breaking KWin Script API changes.
change workspace.clientAdded to workspace.windowAdded
and window.geometry to window.frameGeometry in main.js
then it should work with Plasma 6 (At least it works on my side)
Just couldn't wait for an update because I can't work without this great plugin 😉

@technewsguy
Copy link

There were breaking KWin Script API changes. change workspace.clientAdded to workspace.windowAdded and window.geometry to window.frameGeometry in main.js then it should work with Plasma 6 (At least it works on my side) Just couldn't wait for an update because I can't work without this great plugin 😉
I'm not familiar with the items that need to be changed to make this work. Please let us know where you went to make those changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants