-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Update for Plasma6 #34
Comments
When the update for plasma6 comes out, the existing 5 compatible version will be moved to its own branch. |
Release date is expected to be February 2024. Once I have a release candidate to work from I'll start updating the existing code base for it. |
Any updates? Plasma 6 is now out, and is starting to hit distros as well (e.g. Arch earlier today) |
Hold off on updating if you want to use it. |
Figured I'd provide an update on where we're at towards preparations for plasma6. For the porting, since this is based on the upstream task manager Eike made, in addition to actually porting the plasmoid to run on 6, any features that have seen been added to the task manager will also need to be backported and integrated with some of the fixes and feature adds FancyTasks does. I don't have an exact timeline for completion here, but I'm hoping by the end of the week we can look towards porting. Sorry about how long this has taken to get done, I got stuck in a code maintainability nightmare that I finally got figured out over the weekend. |
Thank you so much for all your hard work porting this to Plasma6 ❤️ |
You're a gangster. Really appreciate this widget making the task manager usable, but having experienced burnout myself in the last year: please for the love of God, take all the time you need. Thanks for keeping this project up and running though. Will patiently await updates. Would love to contribute myself one day when I have the time and energy. |
So I tried to port main branch to plasma 6 by merging with upstream... And after 20+ merge conflicts it's working! Well... kinda working, there are some things broken and others I haven't tested. I pushed the code here if someone wants to try it out. Will try to take a look at Color-Overhaul branch and see if I can help with that in the upcoming weeks. |
I'm still not ready to port this until I finish the 5.0 rewrite and changes.
Been struggling with burnout though so it might be a bit. It's good to know
though that getting it functional won't be too much of a hassle.
…On Sun, Nov 10, 2024, 21:05 Luis Bocanegra ***@***.***> wrote:
So I tried to port main branch to plasma 6 by merging with upstream...
And after 20+ merge conflicts it's working! Well... kinda working, there
are some things broken and others I haven't tested.
Screenshot_20241110_213024.png (view on web)
<https://github.com/user-attachments/assets/c9050bbd-9d50-43f1-a3e3-608f7317f123>
I pushed the code here
<https://github.com/luisbocanegra/FancyTasks/tree/plasma6> if someone
wants to try it out.
Will try to take a look at Color-Overhaul branch and see if I can help
with that in the upcoming weeks.
—
Reply to this email directly, view it on GitHub
<#34 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AK3GNYFSYMNE3BMMI3U2LOT2AAUJ5AVCNFSM6AAAAABRQ63R6KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRXGE4DSMRUG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I DO LOVE FancyTasks. |
I changed the metadata.json as such and not it allows me to add the plasmoid, but now it throws the error: /.local/share/plasma/plasmoids/alexankitty.fancytasks/contents/ui/main.qml:379:5: TaskManagerApplet.DragHelper is not a type |
The changes are in the plasma6 branch, you need to clone or switch to that branch first, |
@luisbocanegra Thank you for the help. Unfortunately, this error message remains: alexankitty.fancytasks/contents/ui/main.qml:379:5: TaskManagerApplet.DragHelper is not a type |
@IF-Adin you're still using the plasma 5 main (the main branch) that line in your error does not exist in the plasma6 code |
@luisbocanegra Nevermind a restart fixed it! |
@luisbocanegra: great, it works! |
Update the code base once Plasma6 is out, or more or less finalized.
The text was updated successfully, but these errors were encountered: