| 2 Feb 2023 |
@leorize:envs.net | if I start from dock, it can't | 21:27:27 |
@leorize:envs.net | dock/file browser shortcut, both doesn't work | 21:27:47 |
Jan Tojnar | In reply to @leorize:envs.net the PATH is a bit different, though, but I don't think it matters much 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 | 21:28:44 |
Jan Tojnar | dock would be d-bus activated so the environment variables imported from IIRC the login shell matter | 21:29:55 |
Jan Tojnar | * dock would be d-bus activated so the environment variables imported from, IIRC, the login shell matter | 21:30:04 |
@leorize:envs.net | that might be the issue then | 21:30:05 |
@leorize:envs.net | hmm, I'm using dbus-broker, do you think it would cause issues? | 21:30:19 |
Jan Tojnar | (you can also run that with gapplication launch org.gnome.Nautilus) | 21:30:53 |
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 |