-
Notifications
You must be signed in to change notification settings - Fork 37
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
Plasma 5.8.7 blank tray icon? #184
Comments
well took me a couple of days to figure why python build.py was throwing the error That got the build.py working. I found what i believe the source of the tray icon is in a C file lib_unix/tray/tray.c
Only problem i now have is to try any changes i suspect i need to use 'make' to compile the binaries but make crashes.
I think i just dont have the right C libs installed but im right at the end of my ability now so any advice would be great. Thx. |
Iv got a little further but i dont think im going to figure this in the end. So far make is showing this output
which has this error in it
But it does create the tray_x86_64-gcc3.so but does not move it into the lib/ folder , but i manually moved it. Then running python build.py (which also shows an error) but does create a .xpi
It does create the .xpi but i dont think any changes iv made in the tray.c are actually doing anything and thats even if im in the right file. Can i ask you please hard code a "one off" of the tray icon for linux to an .ico file that i can then just swap the icon.ico file for whatever i need and create the .xpi for me please because i just cant figure how to do it :( would be greatly appreciated. |
So I understand that thunderbird and its tray integration is really messed up on most linux distros and especially KDE. Iv really had to fudge all sorts of old addons and tweaks to try and get TB to minimize to tray, show a changed icon for new mail & raise TB on left click.
Iv got as close as im going to get using firetray and mintrayr.
Only problem is that mintrayr does not display a tray icon, it does create a space for the icon & it does raise the window with a left click, but its a blank icon?
Iv had a look through the code but i cant figure where the icon is set so i thought id ask here.
https://i.imgur.com/HJJ7KIw.png
Cheers.
Mint 18.2
plasma 5.8.7
TB 52.4.0 (64-bit)
The text was updated successfully, but these errors were encountered: