Talk:Patch Phone Edit Dialer Theme

From WebOS Internals
Revision as of 21:54, 31 August 2009 by Dianehelen (talk | contribs)
Jump to navigation Jump to search

Its seems like this method of "skinning" could be simplified and applied to all applications. Obviously I dont think we are at the point of changing the themes live from within the phone, but until then there could at least be a directory hosted that has app skins, or maybe use the quilt directory.

If the default skin was included with all the user created skins, all you would need to do is tar up the skins, and extract them into the directory overwriting the existing png files. Users could then grab the default from the site if they want to revert. essentially cuts the time, and ease down to 2 commands. copy the tar to / and extract. Done. The best part is you could apply this to files other than png's too. Say you wanted to make a skin for the mail app that changes the app colors to dark shades with a white or light colored font, you could override the existing files ( js, css, xml, etc).

The only conflict i see is if you get into the realm of multiple patches for the same app that touch the same file. Does quilt manage this/have some kind of smart merge functionality?