Simon McVittie

Results 1801 comments of Simon McVittie

> Groove Gunner (appid 976930): the issue triggered! So it might not be the pressure vessel at all? To ensure I wasn't using the steam runtime, I after the first...

> If that is correct, then yes, it rules out the SteamLinuxRuntime container runtimes and pressure-vessel being the cause for the issue you are seeing. ... or, on second thoughts,...

Questions for SteamVR developers, or maybe for knowledgeable SteamVR users: Suppose I have: * Steam installed in `~/.local/share/Steam` as usual * additional Steam libraries `/a`, `/b`, `/c`, `/d`, etc. *...

I have no problem with the versions of my commits that appear here. Feel free to add a `Co-authored-by`, or not, as you prefer.

On #3325 I wrote: > It's a bit unfortunate that [the name prefix for `*.so`] is `dxvk_` and [the name prefix for `*.pc`] is `dxvk-`. I've kept the naming from...

> Does Meson's pkgconfig generator not support setting `Provides` names? It's documented in [`pc(5)`](https://www.mankier.com/5/pc). Not as far as I can see in . Does original freedesktop.org pkg-config support `Provides`, or...

I believe the way the equivalent of Provides was traditionally implemented is as a symlink `oldname.pc -> newname.pc`, as is done in the Debian packaging of `sdl12-compat` and `sdl2-compat`. [edited...

> First, establish a versioning scheme, so that new applications 100% always link to a new libdxvk_dxgi1.so.0, for example. Packagers will probably want this anyway, so this seems like a...

> I don't see any way to make Meson produce the right DLL name What do you consider to be the right DLL name? What you pasted above should produce...

If what you are aiming for is the situation I described above on Linux, but with an unversioned name like `libd3d10core.dll` (*not* what I described above) on Windows: then, yes,...