-
Notifications
You must be signed in to change notification settings - Fork 216
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
Fixes 1244: KDE/Wayland: Wrong icon in taskbar (default Wayland instead of BiT icon) #1336
Fixes 1244: KDE/Wayland: Wrong icon in taskbar (default Wayland instead of BiT icon) #1336
Conversation
@emtiu The OP has backtested the fix and reports it is working. So the issue can be closes when merging this PR |
Just a nerdy side note: 🤓 |
Yes, I intentionally use this behavior of Github if possible to save work and link commits to issues: What I didn't remembered is how multiple issues can be closed at once: Just use a comma-separated list of keyword/issue number pairs... |
I guess the commit message was missing the |
Oops, I just saw my code has a stupid bug: The last line overwrites the App ID of Lines 167 to 178 in d5032ed
Perhaps I was rebasing a little bit too often ;-) Please let me check this again on my VM... |
If removing that last line is the fix, tell me and I can do the commit myself. For anything else, kindly open another PR :) |
@emtiu Can you please remove the last line from my prev. post (line number 178 with This fixes the bug correctly (the additional line was always using the icon from the non-root BiT version even for root which nobody realizes until the icons differ ;-). I have tested this with Manjaro KDE Plasma Wayland... THX a lot! |
Tested on Manjaro KDE Plasma with Wayland for normal and root user: Boot GUIs show the disk icon now...