On 5/26/17, Florian Balmer <[email protected]> wrote:
> On Windows, the Fossil `--skin LABEL' command line option can't be
> used to load a custom skin from a subdirectory, probably because only
> skin labels containing forward slashes but not backslashes are treated
> as paths to subdirectories containing the skin files:
>
> http://fossil-scm.org/index.html/artifact?name=0b6ae3&ln=101
>

The reason --skin was not working on windows was different from the
above.  It should be fixed now.  I tested by running (on Windows):

    fossil ui --skin skins/blitz

From the root directory of the Fossil source tree.  Note that you
still need to use forward-slash characters (not backslash) in the skin
name so that Fossil knows that you mean a directory and not one of the
built-in skins.

-- 
D. Richard Hipp
[email protected]
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to