-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Improving IconTasklist #25
Comments
I was actually thinking about this the other day in that both applets could probably be merged together and provide an option to show the full application name alongside the icon. Great minds think alike! :P |
#64 implements icon scaling as a start to progress on this issue. |
Icon scaling has been merged! |
Non-IconTasklist user here! My concept of the new Task List is something like Tab Bar in Firefox:
I also would like to see a new Panel applet: Favorite Apps Launcher. You can pin your favorite apps here. |
I am going to be closing this issue filed as since the posting and the further work we have done on the IconTasklist, it has become abundantly clear that we cannot make the necessary changes and architectural improvements to the applet while facing repeated regressions due to the complexity of all the options provided. Specifically, almost all the regressions in IconTasklist are the result of needing to handle both grouping and non-grouping scenarios. Grouping is much easier to handle thanks to our robust application tracking system, with naming being consistent and most edge cases being worked out. With non-grouping, we need to track both that as well as the xid. This introduces problems for some applications like LibreOffice and Steam, which are otherwise well handled in grouping. We also have to use logic that ensures we re-parent secondary applications from their IconButton to the "main" one, handled pinned cases, etc. So Budgie 10.6.x will have the non-grouping support, however it will be removed in 10.7. We will introduce a new legacy Tasklist that lacks grouping, has labels, and likely no (or a simpler) popover for some operations like close, move to workspace, etc. This will be in a new task. |
This is a meta-task of immediate actionable items for improving the IconTasklist, and really transforming it into a different widget (rebrand and transition would likely be required, I'll get into that in a sec).
Firstly, we need to improve iconography scaling in IconTasklist. Many Budgie users know the pains of the icon tasklist not scaling icons until specific icon steps, and this can be changed quite trivially (I'll be labelling this as easy-to-implement to reflect that). We should be choosing higher resolution images, or just scalable vectors, and downscaling those instead. This will allow you do so something as different as picking say, 53px height for your Budgie panel, but it scale down to a respectable icon sizing (like 48 or something) based on a vector or at least the next highest step (64x64) image.
Alongside this, I think it may be worth considering deprecating the old Tasklist. If offers very little functionality compared to the IconTasklist given it is just a Wnck Tasklist, especially with all the scrolling functionality and popover, so the easiest path for this is to allow for labels to be added to the IconTasklist. Naturally this means it wouldn't be "icon" only anymore, and thus we should rebrand it and implement a migration that replaces the applet (this has been done in the past).
I know there has been feedback in the discussions on other ways to improve the IconTasklist, such as the ability to disable scrolling functionality. If others have feedback on what they would like to see, that'd be fantastic.
Nothing in this task is owned, so like in the Budgie Menu task, we can all work as a team and communicate over Matrix on the best solution going forward.
The text was updated successfully, but these errors were encountered: