-
-
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
[Bug] Icon Task List not showing in a panel #577
Comments
Restart your panel and then try to add the icon task list applet - any messages in the terminal?
|
Oh, there it is:
I see, I think there is a method definition missing. I think this is coming from here: var icon_info = icon_theme.lookup_icon(button.app.icon.to_string(), size, Gtk.IconLookupFlags.USE_BUILTIN); I compiled the commit just before #553 and confirmed that the icon task list broke in the refactor of that PR. |
That's very strange... It's definitely there; is it not linking to |
Description
I'm trying to add the Icon Task List applet to my bottom panel, but it's not working. When selecting the applet from the applet list in Budgie Desktop Settings and clicking "Add", nothing happens, and the applet isn't added to the list of enabled applets in the settings nor to the bottom panel.
Budgie version
budgie-desktop 10.9.1 (git-6e91c815784bebef55e02edcf085207782e7870b)
Operating System
Arch
Steps to reproduce the issue
Actual result
Expected result
The applet is enabled.
Additional information
No relevant logs in the journal. Attempting to launch
budgie-desktop-settings
app from the terminal produces no logs.The text was updated successfully, but these errors were encountered: