Opened 13 months ago
Closed 2 weeks ago
#7658 closed defect (fixed)
[Patch] Splash screen displays `logo.png` from working directory
| Reported by: | simon04 | Owned by: | team |
|---|---|---|---|
| Priority: | minor | Component: | Core |
| Version: | Keywords: | ||
| Cc: |
Description
To reproduce:
- Put any image logo.png in the working directory
- Launch JOSM
- Notice that the image from 1. is displayed instead of the JOSM's logo.
Attachments (1)
Change History (6)
Changed 13 months ago by simon04
comment:1 follow-up: ↓ 2 Changed 13 months ago by stoecker
comment:2 in reply to: ↑ 1 ; follow-up: ↓ 3 Changed 11 months ago by bastiK
Replying to stoecker:
Actually that is a feature, so it is possible to replace the in-file icons. Thought probably it has security drawbacks.
I think we should disable this feature.
If someone wants to replace preset or map images, they can can configure icon paths in the preferences. Are there really users who want to replace the logo and other GUI icons? An Einstein-option should suffice in this case.
comment:3 in reply to: ↑ 2 Changed 7 months ago by skyper
Replying to bastiK:
Replying to stoecker:
Actually that is a feature, so it is possible to replace the in-file icons. Thought probably it has security drawbacks.
I think we should disable this feature.
If someone wants to replace preset or map images, they can can configure icon paths in the preferences. Are there really users who want to replace the logo and other GUI icons? An Einstein-option should suffice in this case.
There is the debian package openstreetmap-map-icons but I do not really know how it is used.
comment:4 Changed 7 months ago by bastiK
They patch the source code, to make it work:
http://anonscm.debian.org/gitweb/?p=pkg-osm/josm.git;a=blob;f=debian/patches/02-elemstyles.patch;h=b826168613a6876883ef370a6d63f653e689bcba;hb=HEAD
comment:5 Changed 2 weeks ago by stoecker
- Resolution set to fixed
- Status changed from new to closed
In 5946/josm:



Actually that is a feature, so it is possible to replace the in-file icons. Thought probably it has security drawbacks.