[easy-skin-aus-hd] pixmap path issues

Issue #632 resolved
prl created an issue

The following files are implicitly imported from default skin and don't have a corresponding file in easy-skin-aus-hd:

buttons/red.png
icons/ask.png
icons/loop.png
icons/movielist.png
icons/playlist.png
icons/playlistquit.png
icons/quit.png
icons/rep.png
progress_small.png
vkey_icon.png

The following files are explicitly imported from default skin and corresponding files don't exist in easy-skin-aus-hd.

skin_default/rc.png
skin_default/rcold.png

The following file is explicitly imported from default skin and the corresponding file exists in easy-skin-aus-hd:

skin_default/icons/lock_error.png

The following file does not exist in either easy-skin-aus-hd or in the default skin and there is no path mega32/menu in either skin. It appears to be used as a separator in screen CrossEPG_Info.

mega32/menu/line.png

The following missing file is referenced in screen PTSTimeshiftState but is not used in Beyonwiz firmware. It appears to be part of code that allows "move indicator and confirm to jump" skips in the timeshift buffer.

timeline-now.png

The following missing file is referenced in screen RadioInfoBar, which is not used in Beyonwiz firmware.

icons/i_rass.png

The following missing file is referenced in screen SubservicesQuickzap, which is not used in Beyonwiz firmware. It should be a full-screen background image. Perhaps it should be the image in infobar.png at the top level of easy-skin-aus-hd.

general/infobar.png

The following paths should be just picon_default.png, since it's found in /usr/share/enigma2.

easy-skin-aus-hd/picon_default.png
icons/picon_default.png

A number of screen skins for plugin screens contain full pathnames of pixmaps in the plugins. Most plugins where that happens don't set self.skin_path, so plugin-relative paths starting with ~/ can't be used for them. It's not clear what the best solution is for those paths.

Comments (2)

  1. Log in to comment