| 2 Feb 2023 |
Jan Tojnar | I would think the bashrc thing to be more likely culprit | 21:31:28 |
@leorize:envs.net | ok I think I ratted it out | 21:32:20 |
@leorize:envs.net | it's from my little workaround: https://github.com/NixOS/nixpkgs/issues/138956#issuecomment-1343907051 | 21:33:24 |
@leorize:envs.net | apparently nix also injects a bunch of Environment into the generated drop-in | 21:33:53 |
@leorize:envs.net | I'll have to figure out how to get rid of those... | 21:34:00 |
@leorize:envs.net | and one of them was PATH, which probably overriden the shell's PATH | 21:34:14 |
| Matthew joined the room. | 21:44:22 |
| 3 Feb 2023 |
@leorize:envs.net | In reply to @jtojnar:matrix.org
PATH would matter since in order for desktop file to be considered valid, the program listed in the Exec line must exist, and that is usually looked up in PATH yep, this was the culprit. I modified my workaround recipe and now nautilus can see apps again, thanks for the help | 02:33:17 |
| 5 Feb 2023 |
| @kiber_ogur4ik:debilosempire.org left the room. | 19:19:58 |
| 6 Feb 2023 |
| mkg20001 changed their profile picture. | 17:28:31 |
| kadenwolff joined the room. | 21:06:34 |
| 7 Feb 2023 |
| @flowwer:matrix.org left the room. | 18:07:25 |
| 9 Feb 2023 |
| @luntx:matrix.org joined the room. | 22:09:37 |
| 10 Feb 2023 |
hmenke | In reply to @bobby285271:matrix.org In the end this probably will be fixed by libhandy 1.8.1. The fix on the gtk3 side is later reverted. jtojnar just made a PR: https://github.com/NixOS/nixpkgs/pull/214150 Is there some kind of roadmap when these fixes will arrive in NixOS 22.11? My workflow crucially depends on spacebar heating double-click to maximize. | 10:56:02 |
Jan Tojnar | In reply to @hmenke:matrix.org Is there some kind of roadmap when these fixes will arrive in NixOS 22.11? My workflow crucially depends on spacebar heating double-click to maximize. someone will need to create a backport manually (we cannot use the automatic backport since the gnome-console update should not be backported) | 20:14:49 |
hmenke | In reply to @jtojnar:matrix.org someone will need to create a backport manually (we cannot use the automatic backport since the gnome-console update should not be backported) https://github.com/NixOS/nixpkgs/pull/215722 | 20:24:25 |
Jan Tojnar | hmenke: zenity probably too | 20:28:15 |
hmenke | What PR is that in? | 20:28:31 |
Jan Tojnar | and libsigcxx | 20:28:39 |
Jan Tojnar | I mean that it should not be backported | 20:28:47 |
hmenke | Ah, I see. | 20:31:15 |
hmenke | Just a second | 20:31:18 |
hmenke | Done | 20:32:27 |
hmenke | Jan Tojnar: lib.mesonBool doesn't exist in 22.11 | 20:42:36 |
hmenke | So the backport doesn't eval | 20:42:46 |
hmenke | I changed it back to use lib.boolToString. Not as nice but it evals now. | 20:58:13 |
| 11 Feb 2023 |
hmenke | Jan Tojnar: Could you please suggest what to do about this? https://github.com/NixOS/nixpkgs/pull/215722#issuecomment-1426675605 | 21:07:02 |
Jan Tojnar | hmenke: dropping the updatescript change sounds easiest if we want to update libnma | 21:14:03 |
hmenke | In reply to @jtojnar:matrix.org hmenke: dropping the updatescript change sounds easiest if we want to update libnma You reckon this is good enough? https://github.com/NixOS/nixpkgs/pull/215722/commits/095c50b78c4e19bd294ae8cd930052afc60ba6db | 21:19:40 |
hmenke | Sorry, I really have no idea about GNOME packaging. | 21:19:49 |