Alexandre Bouvier

Results 45 comments of Alexandre Bouvier

Wouldn't it be better to remove all theme related stuff in shadps4 and configure your preferred Qt theme on your system?

> Edit: Such a workaround has actually already been documented in the ArchLinux wiki: https://wiki.archlinux.org/index.php/Talk:Environment_variables#Consistently_setting_variables_across_systemd_units_&_regular_sessions A generator already do the same: ```bash export $(/usr/lib/systemd/user-environment-generators/30-systemd-environment-d-generator) ```

`MACOSX_BUNDLE_INFO_PLIST` should not be needed if the custom file is still named `MacOSXBundleInfo.plist.in` and is inside one of the `CMAKE_MODULE_PATH`.

Probably [because](https://github.com/Kitware/CMake/blob/ae6bd4d5b63e55b1f1e39d78406c65a9bb2b1b8d/Source/cmLocalGenerator.cxx#L4333) of [this](https://github.com/Kitware/CMake/blob/ae6bd4d5b63e55b1f1e39d78406c65a9bb2b1b8d/Source/cmMakefile.cxx#L3887-L3896). Also [this](https://gitlab.kitware.com/cmake/cmake/-/issues/19442)?

It can be done with `QStandardPaths` too, but only `SDL` is common to both GUI and non-GUI version. You will ditch `SDL` at some point? Many things will have to...

If the compiled app bundle is distributed with an empty `user` directory, this will not change anything.

The current location is `~/user`, only if you launch shadps4 from your home directory.

Not needed anymore I guess.

> What is your current nodejs version? I tested with nodejs version `22.9.0` and `23.1.0`. > Does it work with a named export? Nope: ``` $ npx tsc test.ts:1:9 -...

> That's an interesting insight, thanks! I tested it again and again with nodejs from v16 to v23 and never had a problem. However, since your hint is very valuable,...