mcrha

Results 57 comments of mcrha

> Fonts are a slightly special case where light/dark variants would be useful, as the foreground colour that the fonts are rendered with would be different in both cases. See...

Inverting colors on the colored icons is something you do not want to do, I'm afraid. The fonts (and tools and some other "symbolic" icons) are possible, though. Is there...

Right, some fonts are bitmap fonts. Hrm. I see (at least some) icons are 8-bit sRGB PNG files, not a 1-bit or something.

> Let's keep this for screenshots, but having icon variants is apparently something we may need as well Thanks, that was basically my point, to not forget of the icons....

I have desktop notifications off, for a good reason, I'd say, and I might not be the only one. That needs something what will work everywhere. The refresh itself is...

Alternatively, show the messages on the redirected page. That would work too and can be done for all kinds, not only for warnings/soft-errors.

gnome-software bug about the same: https://gitlab.gnome.org/GNOME/gnome-software/-/issues/2447 When the remote gets offline after gnome-software reads info about its applications, an attempt to install an app results into: `No such ref '....'...

> But probably what we need here is something more like gnome-software cancel rpm-ostree or so... Only a side note: you can do `gnome-software --quit` to stop the gnome-software process...

The index.theme file defines what directories the theme contains, thus where to look for the icons. When the user-chosen theme does not match the first-found index.theme, then the result is...

I might be completely wrong, though zchunk is not thread safe and it looks like you call `zck_create` from two threads at the same time. You should add locking around...