-
Notifications
You must be signed in to change notification settings - Fork 56
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
Porting to Plasma 6? #209
Comments
I found it can cause the panel to stay absent in "windows can cover" mode and Wayland.
Oh, so the kdecorations issue does also happen for you? Is there already an issue open? I would be up for testing. I would also suggest to make this an official part of the KDE project. |
@ShalokShalom I believe that would be issue #193, though if you're on Fedora or Arch, the dnf and AUR packages are built correctly to solve that issue. |
I was on Arch, and I recently switched to NixOS. I will forward this to the packager there. 🙂 |
Nope, fails to build. Will send build log later
That would depend on how much plasma 6 changed to the parts this plugin uses
Only way I think would be making it qml only and removing the features that require C++.
Looking at forks at least, doesn't look like anyone is doing that |
Would you be so kind as to share that? I don't use titlebars at all, so this applet is my only way of managing windows with the mouse (and sometimes I can only use the mouse, I'm disabled), and when plasma 6 is released in a few months, I'm totally screwed without this applet. If you've got something that works on plasma 6, I'd really appreciate having it, too. |
I uploaded it here https://github.com/luisbocanegra/plasma-simple-window-buttons It is still in the same state as before because I haven't had time to work on it. Currently only appears on maximized windows because that's how I use |
You absolute legend, thank you so much ❤️ |
Got a semi-working Qt6/KF6/plasma6 port on my fork, moodyhunter@4eae4e8 |
@moodyhunter I've tried installing both your applet-window-title6 and applet-window-buttons6 forks, but they both still seem to show the 'unsupported widget' warning, and I can't add them. I still seem to be able to run them in |
Probably it needs |
True, I've added X-Plasma-API-Minimum-Version for both applets, try it now. kwin 6 breaks my production machine and I'm forced to downgrade back to 5. :( |
@moodyhunter I installed your applet-window-buttons6 fork. But it's failing to start and giving the following error I am on Arch with Plasma 6 Beta 1 and have kdecoration installed. Did I miss something? |
FWIW, I actually swapped out the window buttons addon for this beauty https://github.com/luisbocanegra/plasma-panel-spacer-extended which already works on Plasma 6 too, so I'm ready for v6 now :) |
Can you check if |
I installed https://github.com/moodyhunter/applet-window-buttons6 today in up-to-date Neon unstable and don't have the error @VesperLlama had |
I didn't have the folder in that location. It was in Thanks for the help! But what could have caused this problem? |
I installed successfully on my opensuse device |
@moodyhunter I have same problem with your package:
but
|
@matiux Hi, can you provide the plasmashell's output? i.e. the output when running |
@moodyhunter after restating now works... I don't know why :/ |
❯ plasmashell
kf.svg: The theme "Otto" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
kf.svg: The theme "Otto" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
kf.plasma.core: The theme "Otto" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
kf.plasma.core: The theme "Otto" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format. |
As per Nate's article. Does this already work in Plasma 6? Is it expected to be easy to port? Is there possibility of improving it so that you can install it from Get New Widgets just fine? Is there already a separate repo that someone/a group actively maintains?
We've been hacking it for a while now, but I hope this widget don't die and the pain points we've had could finally be fixed.
The text was updated successfully, but these errors were encountered: