| 7 May 2023 |
@dre:imad.nyc | I think I have a solution, though, by a shell-script that reads the current dark mode and just having two config files that are identical and swapping between them. Helix has a flag to load in different config files. | 06:28:09 |
uep | ah, i see. programs.helix.theme is a HM setting | 06:28:14 |
uep | to generate that config. | 06:28:52 |
@dre:imad.nyc | In reply to@uep:matrix.org to generate that config. yup | 06:29:01 |
uep | yeah, then sounds like a wrapper that chooses which config to pass helix each start could work well | 06:29:22 |
uep | * yeah, then sounds like a wrapper that chooses which config to pass helix each start could work well enough | 06:29:28 |
@dre:imad.nyc | yea, i think it should. Thanks! | 06:29:47 |
uep | (is there an arg to pass that specific setting, rather than a file? Then you can just use the file HM generates, and override that one thing) | 06:39:01 |
| @lotte:chir.rs joined the room. | 07:38:35 |
@dre:imad.nyc | In reply to @uep:matrix.org (is there an arg to pass that specific setting, rather than a file? Then you can just use the file HM generates, and override that one thing) Hmm, maybe I'll have to look into it later though | 15:32:04 |
| WebSuperStar joined the room. | 19:57:16 |
| 8 May 2023 |
| @lotte:chir.rs changed their profile picture. | 07:09:59 |
Julian Stecklina | hey! for me login via GDM to my gnome session sometimes takes 2-3 attempts. I just end up at the login screen after entering the password. what's the best way to debug this? | 22:15:23 |
| 9 May 2023 |
Jan Tojnar | Julian Stecklina: look at journal and maybe services.xserver.displayManager.gdm.debug = true; and services.xserver.desktopManager.gnome.debug = true; | 12:59:16 |
Julian Stecklina | In reply to @jtojnar:matrix.org Julian Stecklina: look at journal and maybe services.xserver.displayManager.gdm.debug = true; and services.xserver.desktopManager.gnome.debug = true; Thanks. Will try and open an issue. I have this on two laptops. | 15:00:48 |
| bjth changed their profile picture. | 21:16:34 |
| 12 May 2023 |
| @federicodschonborn:matrix.org changed their profile picture. | 00:58:36 |
| samueldr changed their profile picture. | 02:29:37 |
| @federicodschonborn:matrix.org changed their profile picture. | 19:34:03 |
| @federicodschonborn:matrix.org changed their display name from Federico Schonborn to Federico Damián Schonborn. | 19:34:50 |
| 15 May 2023 |
| j0 changed their profile picture. | 10:41:59 |
| 17 May 2023 |
uep | https://gitlab.gnome.org/GNOME/seahorse/-/issues/352 | 04:54:16 |
uep | any thoughts about this, from a nixos perspective of how we packages and deploy stuff? | 04:54:51 |
uep | I have the same issue. It's a little confusing from the conversation there where the problem actually is, there seem to be several aspects of "you're using the wrong program" etc, but this is out-of-the-box config | 04:55:59 |
uep | (In other wirds I'm not sure what's broken to try and then fix it) | 05:57:05 |
uep | * I have the same issue. It's a little confusing from the conversation there where the problem actually is, there seem to be several aspects of "you're using the wrong program" etc, but this is our out-of-the-box config | 06:07:12 |
Jan Tojnar | uep: sounds like we should not use it and should package gnome-ssh-askpass from openssh instead | 14:36:55 |
| 18 May 2023 |
uep | Hm. I guess. There are several different ones, including ssh-askpass-fullscreen already packaged, which I used to use prior to switching to nixos. But it's hard to know because they all seem to be "small" and have odd caveats (like being for gtk2 or maybe x11-only, etc). It's easy to see how the one in seahorse would seem like the right choice. | 00:00:24 |
uep | * Hm. I guess. There are several different ones, including ssh-askpass-fullscreen already packaged, which I used to use prior to switching to nixos. But it's hard to know because they all seem to be "small" and have odd caveats (like being for gtk2 or maybe x11-only, etc). It's easy to see how the one in seahorse would seem like the right choice to use with seahorse, instead of the others, but seemingly not. | 00:27:29 |
Jan Tojnar | uep: I can try creating making GNOME 4 version of the openssh tool and make a MR to openssh | 09:35:33 |