Simon McVittie

Results 1191 comments of Simon McVittie

Merging this based on non-maintainer review and lack of maintainer review.

I didn't suggest ``` Numix-Light ... Arc ... ``` because it seems to be somewhat common to ship light and dark variants of a theme together, the same way you'd...

> for GTK+ and other themes I think it's best if they are addons The `arc-theme` package in Debian has themes for GTK, GNOME, Cinnamon and several others. What is...

> would contain multiple metainfo files Ah, this was the missing piece of information - I hadn't realised that was possible/allowed.

> the suggested flatpak PPA only provides packages for LTS versions of Ubuntu The packages that target the most recent LTS (focal) should also work on newer-than-focal short-term-support releases. If...

@gemakochi If the Debian `/usr/games/steam` script does not work, but running `~/.steam/steam/steam.sh` directly does work, then please report that to Debian (not here) as a bug in the `steam` package....

> (update: I know why Arch does not require the symlinks, that's because it comes with libpango-1.0.so in system libs in addition to libpango-1.0.so.1 - Debian and co only have...

I'd recommend transforming dashes to underscores when deriving app IDs from reversed domain names (and Github usernames are syntactically hostnames, so those too). That works much better with `DBusActivatable`, D-Bus...

> Transforming dashes to underscores makes sense here independent whether hostnames outside of Github or not, probably that should be a separate issue. I've opened #566 for that. > Changing...

I *think* what is happening here is that as a result of 6916486d, if `VK_LAYER_fossilize_GetDeviceProcAddr()` somehow sees `layer->getTable()->GetDeviceProcAddr == VK_LAYER_fossilize_GetDeviceProcAddr`, it will call into itself until it runs out of...