Simon McVittie

Results 101 issues of Simon McVittie

From some brief testing, this extension seems to be compatible without further changes. Bug-Debian: https://bugs.debian.org/996073 Bug-Debian: https://bugs.debian.org/1008559 Bug-Debian: https://bugs.debian.org/1018282

(tl;dr: if someone can give me SVG or layered XCF source for the OpenJK icon, I'll try fixing this myself.) If you have all the flavours of OpenJK installed, they...

T - Enhancement
A - SP
A - MP
G - JK2

@zturtleman recently committed a fix to the Huffman coding in ioquake3's netcode (). This has been treated as a security vulnerability and CVE-2017-11721 was assigned (by someone, it isn't clear...

* git-evtag-compute-py: Port to Python 3 Python 2 reached EOL in January 2020. * tests: Configure git author/committer name Otherwise, recent versions of git will refuse to commit anything on...

* build: Use subdir-objects Automake option to avoid some warnings * build: Avoid duplicate variable definitions * build: Remove GObject-Introspection machinery There's no library here, so there's certainly nothing to...

This needs to be given a valid font as a command-line argument, but is otherwise automatic. --- Includes #223. I haven't wired this up to the CMake build system or...

As discussed with @myaats on https://github.com/ValveSoftware/steam-runtime/issues/473, the RetroArch Steam app is using compatibility tools in a way that is not really supported by Valve. This leads to issues like #13999...

If we're crashing, raise(SIGABRT) is more debugging-friendly than _exit(1) - that way we'll leave a core dump behind. --- This change is [](https://reviewable.io/reviews/pmem/syscall_intercept/93)

Some use-cases of bubblewrap want to ensure that the subprocess can't further re-arrange the filesystem namespace, or do other more complex namespace modification. For example, Flatpak wants to prevent sandboxed...

Prompted by flatpak/flatpak#4731, in which a misconfigured SMB automount was failing to be remounted with ENODEV. This would have been easier to debug if we knew which path could not...