Use skin relative paths for all XML skin definitions

Issue #142 resolved
IanSav created an issue

The T3 currently uses a single skin known as EASY-SKIN-HD. Currently all the XML skin definitions use an over qualified path to the elements of the skin. For example: <ePixmap alphatest="on" pixmap="easy-skin-hd/icons/clock.png" position="50,36" size="14,14" zPosition="3" /> To allow for multiple skins and skin element sharing the paths should all be changed to use the Enigma2 feature of skin relative paths. <ePixmap alphatest="on" pixmap="~/icons/clock.png" position="50,36" size="14,14" zPosition="3" /> That is, replace the skin directory part of the path with a tilde "~" to refer to the current skin folder.

The only time the qualified path should be used is to force one skin to access elements of another skin.

Comments (3)

  1. Ian Brabham
    • removed issue_status

    The issue was updated with the following change(s):

    • The status has been updated, from New to Confirmed.
  2. Peter Urbanec
    • removed issue_category

    The issue was updated with the following change(s):

    • The category has been updated, from Not determined to Application / User Interface.
  3. Log in to comment