Feedback about 2.7.8

Geert Janssens geert.gnucash at kobaltwit.be
Thu Mar 29 04:16:39 EDT 2018


Op donderdag 29 maart 2018 10:00:25 CEST schreef Alen Siljak:
> A few questions/suggestions:
> 
> - captcha
> Captcha on wiki reports that the v1 is to be deprecated soon.

Where do you get this ? I don't see this when logging in to our wiki or 
editing pages. Perhaps because I'm a developer ?

> 
> - gtk3 page.
> I've created a Wiki entry for GTK3 with the main idea being sharing tips
> about customization - https://wiki.gnucash.org/wiki/GTK3. This is also
> related to the issue https://bugzilla.gnome.org/show_bug.cgi?id=791823.
> Having a sample of a customizes CSS file would be a valid workaround. My
> main goal is to get the adawaita dark theme on Windows machine. Let's add
> any tips, findings, including links to valid .css theme configurations
> (which could be elsewhere, i.e. gist; there are also whole sites dedicated
> to gtk3 themes so I'm gonna try to copy adawaita dark css directly).
> 
As Bob pointed out the proper example is 
https://github.com/Gnucash/gnucash/blob/master/doc/gtk-3.0.css
You can optionally point to the others for more details, though they are 
probably more low-level than the average user would need.

> - list of ids
> David is correct, pointing to the important question raised by Adrien.
> However, I'd think that the sample GnuCash css files would answer that, at
> least partly. I'll write down my findings into the wiki page as I'm
> darkening the UI.
> 
> - variables
> And, related to the above, I'm wondering why are there @ variables in the
> GnuCash css files. Is this .scss or are they replaced elsewhere? I've seen
> [this](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables
> ) even though I've never used it.

These are explained in https://developer.gnome.org/gtk3/stable/chap-css-overview.html under the color section. We mainly use them to
1. retrieve the default system colors (defined in the selected gtk theme)
2. to create inverse colors and support colors relative to the base colors.

Regards,

Geert




More information about the gnucash-devel mailing list