| 31 Aug 2025 |
K900 | I feel like the correct way to fix this would be to make it use the default applications.menu when the Plasma one isn | 13:35:08 |
K900 | * I feel like the correct way to fix this would be to make it use the default applications.menu when the Plasma one isn't found | 13:35:10 |
K900 | But someone with more understanding of weird WM setups should probably talk to upstream | 13:35:27 |
K900 | (and then six months later you'll find yourself writing a new XDG spec and I'm sorry) | 13:35:45 |
aloisw | It already does that. The problem is that there is no such thing as a "default applications.menu", unless you create it with methods such as the symlink described in the issue. | 13:36:27 |
K900 | Isn't there something in xdg-something-something | 13:36:54 |
aloisw | Either that or XDG_MENU_PREFIX=plasma-. I don't know which one is expected to cause less problems. | 13:37:16 |
aloisw | nix-locate only finds one in libsForQt5.kservice.bin (!). | 13:38:25 |
K900 | Yaaaay | 13:38:34 |
K900 | What the fuck does GNOME do then | 13:38:40 |
aloisw | XDG_MENU_PREFIX=gnome- if the Debian VM is to be trusted. | 13:40:01 |
Sandro 🐧 | FYI https://github.com/NixOS/nixpkgs/issues/379307 | 14:03:28 |
Sandro 🐧 | https://github.com/NixOS/nixpkgs/issues/24913 | 14:03:34 |
Sandro 🐧 | and the dolphin module PR https://github.com/NixOS/nixpkgs/pull/438914 | 14:04:36 |
Herz uwu | In reply to @k900:0upti.me But generally no Well heck | 14:09:01 |
Herz uwu | I did manage to add nixGL as an overlay and making nixGLDefault available, but I didn't get the flake to run this way
Only if I nix run --impure the result binary manually with nixgl does it work | 14:11:31 |
K900 | Yeah it's a problem | 14:13:19 |
K900 | That we don't really have a good solution for | 14:13:25 |
K900 | Maybe one day someone will make libcapsule actually usable | 14:14:28 |
aloisw | From a look at the XDG menu specification it seems that the XDG_MENU_PREFIX is indeed supposed to be desktop-specific. Of course this will not help at all the folks building their own mini-desktops out of window managers and helper applications. Maybe the best solution would be to write a minimal flat menu for such use cases. | 14:22:42 |
K900 | Yeah I think that's the way to go if anything | 14:23:51 |
emily | won't work because libc, right? | 15:08:09 |
K900 | I mean theoretically | 15:37:28 |
K900 | If we adjust Mesa and such | 15:37:32 |
K900 | To behave in that situation | 15:37:36 |
emily | to behave when there are two totally different libcs? | 16:07:05 |
emily | that sounds hard | 16:07:06 |
emily | my idea sounds simpler :P | 16:07:17 |
K900 | Which one | 16:09:29 |
emily | well the same "stub libglvnd that talks to host libglvnd" thing for i686 would work for other distros right | 16:11:40 |