11 Aug 2025 |
Rein | I'm not sure if the PipeWire's JACK library doesn't get installed in /lib instead of /lib32 | 11:56:07 |
K900 | Actually | 11:57:26 |
K900 | I wonder if something is fucky with nesting here | 11:57:33 |
K900 | Try extraLibraries = pkgs: [ pkgs.pipewire.jack ] | 11:57:42 |
K900 | pkgs will be the right bitness | 11:57:54 |
K900 | As in it'll be called with both | 11:57:57 |
Rein | And then should I preload the libjack.so in /lib or the one in /lib32 ? Or doesn't that change anything | 12:01:14 |
K900 | You should not preload anything | 12:02:13 |
Rein | Okay, will try in a sec | 12:03:51 |
Rein | Do I need to provide PIPEWIRE_LATENCY=256/48000 %command% or can I ditch the whole thing? My pipewire is configured for 256bit and 48kHz either way | 12:06:02 |
K900 | I don't know | 12:17:06 |
Rein | Still, same output | 12:17:23 |
Rein | Tried to add the preload back. Preloading fails and then I also get this output | 12:19:37 |
Rein | Changing the package didn't help, unfortunately | 12:20:39 |
| Vivianite joined the room. | 13:50:06 |
| Spaenny changed their display name from Philipp to Spaenny. | 14:47:07 |
| jasi 🏳️⚧️ changed their profile picture. | 20:36:03 |
Sandro 🐧 | Is there a regression in a recent update like maybe mesa which freezes sometimes the entire machine? Noticed it on intel and nvidia without any relevant changes in that area in the last days | 23:00:08 |
Sandro 🐧 | * Is there a regression in a recent update like maybe mesa which freezes sometimes the entire machine? Noticed it on intel and nvidia without any relevant changes in that area in the last weeks | 23:00:14 |
12 Aug 2025 |
jasi 🏳️⚧️ | I'm repackaging duckstation after I had it removed, yeah no wonder no linux distribution could package it | 02:32:06 |
jasi 🏳️⚧️ | * I'm repackaging duckstation after I had it removed for my personal use or more, yeah no wonder no linux distribution could package it | 02:32:18 |
jasi 🏳️⚧️ | It's very involved | 02:32:41 |
jasi 🏳️⚧️ | * I'm repackaging duckstation, yeah no wonder no linux distribution could package it | 02:44:47 |
jasi 🏳️⚧️ | Oh lol the first popup is a ninja prompt that makes you close the window and opens the duckstation website | 02:47:04 |
jasi 🏳️⚧️ | I love when games try to get you to do stuff by making the UI hostile /s | 02:47:49 |
jasi 🏳️⚧️ | * | 02:48:26 |
jasi 🏳️⚧️ | * | 03:05:40 |
jasi 🏳️⚧️ | https://github.com/stenzek/duckstation/blob/47e8d90e25c5857bcfd4604dee6d9c7ff8255314/CMakeModules/DuckStationBuildSummary.cmake#L32-L36
# Stop users being silly.
if("${CMAKE_INSTALL_PREFIX}" MATCHES "^/usr")
message(FATAL_ERROR "You are trying to install DuckStation into a system directory, this is not supported. Please use a different CMAKE_INSTALL_PREFIX.")
endif()
endif()
I'm too silly for you.
| 03:48:59 |
| idkana joined the room. | 13:23:33 |
13 Aug 2025 |
jasi 🏳️⚧️ | Culmination of duckstation repackaging: https://github.com/NixOS/nixpkgs/pull/433242
^If anyone wishes to have a duckstation derivation that is up-to-date with upstream development. I'm not sure if this should be merged, but I thought it would be productive to submit anyways.
| 01:55:38 |