Matt Turner

Results 65 comments of Matt Turner

Sorry, I might have been unclear when I said > mutter, gnome-shell, and gnome-shell extensions should always be bumped together. Please put them in the same PR. Please put them...

I've asked for advice in https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/422

> gnome-base/gnome-desktop: Version bump to 43.0 Ugh, the version is actually just `43`, not `43.0`. I haven't seen any other GNOME project do this.

I think this worked before v2.0.0 because mosquitto dropped privileges later: See: https://github.com/eclipse/mosquitto/blob/master/ChangeLog.txt#L336 ``` - If Mosquitto is run on as root on a unix like system, it will attempt...

> unknown USE flag: 'video_cards_microsoft' Need to add a description to `profiles/desc/video_cards.desc` and mask/unmask the flag in the arch profiles.

One commit has `Signed-off-by: Mike Lothian ` while the other has `Signed-off-by: Mike Lothain ` Definitely run `pkgcheck scan --commits`. Super useful for catching all kinds of small mistakes like...

@graaff: You haven't responded since July and matoro and Sam have pinged you *seven* times since then. With this in mind, I'm going to merge this next week unless you...

I can confirm that glibc installs `libcrypt.so.1.1` on alpha (and libc.so.6.1, presumably due to the same SONAME bump long ago): ````sh $ qlist glibc | grep libcrypt.so.1 /lib/libcrypt.so.1.1 /usr/lib/libcrypt.so ````...