hgview #209472 description.css [validation pending]
hgview 1.8.0 added description.css, introduced in c0da7ddcfdea http://www.logilab.org/141803 .
By default (when updating the Fedora package it installs) /usr/share/hgview/description.css . That might be correct but seems odd.
Strace shows hgview never looks in /usr/share/hgview on runtime. So either it is installed in the wrong place or the functionality is broken.
It do however look for
It also doesn't read the file when running from source, so it is not simple to experiment to find the right location.
hgview seems to work ok anyway, so the problem might just be that it is installing the file. I guess it only is used at build time to generate some resources? | |
priority | normal |
---|---|
type | bug |
done in | 1.8.1 |
load left | 0.000 |
closed by | #b8aaf6d1bbaa [qt] install description.css as a example file |
Comments
-
2014/02/11 09:28, written by aleufroy
add commentThis file is just an example that corresponds to the current style. User shall copy it, customize it, then activate it using the descriptionstylepath config entry.
I've opened a ticket to fix the installation path: #210274.