Favicon in OH2

Hey All,
do you know where to place the favicon and Apple Icons in OH2 (ClassicUI)

the source of http://127.0.0.1:8080/classicui/app shows the following:

<link rel="shortcut icon" href="images/favicon.ico" />
<link rel="apple-touch-icon" href="images/app-icon.png" />
<link rel="apple-touch-startup-image" href="images/splash-ipad-h.png" media="screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape)" />
<link rel="apple-touch-startup-image" href="images/splash-ipad-v.png" media="screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait)" />
<link rel="apple-touch-startup-image" href="images/splash-iphone.png" media="screen and (max-device-width: 320px)" />

but the items were not found. (These icons worked with OH1.x, but now they doesn’t)
If i place them into /etc/openhab2/icons/classic or /etc/openhab2/icons they won’t be found.

If they are PNG, you need to change the icon type from avg to PNG. One way is through PaperUI in the Classic UI and Basic UI configs.

Yeah, but this are default files which where referenced, but could not be
found in OH2.
I might create a new issue regarding this.

See also this request.

For the iOS images you might want to enter a separate issue here, as they would have to be added in https://github.com/kaikreuzer/openhab-core/tree/master/bundles/org.openhab.ui.classicui.