Closed haesleinhuepf closed 3 years ago
ImageJ and Fiji are separate layers. The imagej-launcher repository must not contain the Fiji logo.
The plan is deploy the new ImageJ2 logo, with the Fiji logo still appearing as an extension icon in one corner of the splash screen. For the icon in the task bar, it would be the ImageJ2 logo always.
Hey @hinerm , hey @ctrueden ,
I found a way to put the Fiji-icon on the taskbar in Windows without changing the launcher. All you need is fiji.ico
fiji.ico.zip, e.g. in the images
folder of Fiji. You can then create a shortcut / link and select the ico file as icon.
If you pin the shortcut afterwards to the taskbar, the Fiji program has the correct Fiji icon, also after starting the program.
Now the big question: to which repository shall I send the ico file and the lnk file as pull-request?
Thanks for your support!
Cheers, Robert
This issue has been mentioned on Image.sc Forum. There might be relevant details there:
https://forum.image.sc/t/how-to-change-the-imagej-icon-to-the-fiji-icon/54211/2
This issue has been mentioned on Image.sc Forum. There might be relevant details there:
https://forum.image.sc/t/how-to-change-the-imagej-icon-to-the-fiji-icon/54211/7
As discussed on the forum, it sounds like we'll just upload the .ico and .lnk files to the Java-8 update site directly. No need to commit them to a git repository for the moment.
Hi @ctrueden, and @hinerm ,
thanks a lot for working on the launcher!
As you're deploying the launcher these days anyway, would it be possible to make one which has a Fiji icon compiled into it?
At the moment, the program changes its icon on Windows when being pinned to the task bar. As many users pin the program there, they never see the Fiji logo. :-(
Before pinning:
After pinning:
I'm speculating this would change if this file would be replaced: https://github.com/imagej/imagej-launcher/blob/master/logo/ImageJ.ico
by this one: https://github.com/fiji/fiji/blob/master/images/fiji.ico
Let me know if I can help!
Cheers, Robert