[bisq-network/bisq] Fix incorrectly named Windows system tray 2x icon (#2026)

Devin Bileck notifications at github.com
Sun Dec 2 08:24:18 UTC 2018


After the changes done in https://github.com/ripcurlx/bisq-desktop/commit/74d5de3efe3131e998075055c57928f0ed4be51a at an attempt to resolve https://github.com/bisq-network/bisq/issues/1996, I started encountering the following error:
```
Nov-30 00:21:17.300 [JavaFX Application Thread] ERROR bisq.desktop.app.BisqApp: Error during app init java.lang.IllegalArgumentException: input == null!
	at java.desktop/javax.imageio.ImageIO.read(ImageIO.java:1400)
	at bisq.desktop.app.SystemTray.init(SystemTray.java:107)
	at bisq.desktop.app.SystemTray.<init>(SystemTray.java:74)
	at bisq.desktop.app.SystemTray.create(SystemTray.java:68)
	at bisq.desktop.app.BisqApp.setupStage(BisqApp.java:231)
	at bisq.desktop.app.BisqApp.startApplication(BisqApp.java:137)
	at bisq.desktop.app.BisqAppMain.startApplication(BisqAppMain.java:126)
	at bisq.core.app.BisqExecutable.onApplicationLaunched(BisqExecutable.java:211)
	at bisq.desktop.app.BisqAppMain.onApplicationLaunched(BisqAppMain.java:94)
	at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:428)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:427)
	at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)
	at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
	at com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:174)
	at java.base/java.lang.Thread.run(Thread.java:844)
```

This PR fixes the incorrectly named icon.
You can view, comment on, or merge this pull request online at:

  https://github.com/bisq-network/bisq/pull/2026

-- Commit Summary --

  * Fix incorrectly named Windows system tray 2x icon

-- File Changes --

    R desktop/src/main/resources/images/system_tray_icon_windows at 2x.png (0)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/2026.patch
https://github.com/bisq-network/bisq/pull/2026.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/2026
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20181202/9b4d021c/attachment-0001.html>


More information about the bisq-github mailing list