| 14 Oct 2025 |
| dish [Fox/It/She] left the room. | 21:44:19 |
| 15 Oct 2025 |
| AlyssF joined the room. | 02:42:46 |
| 16 Oct 2025 |
| Nick changed their display name from norta to Nick. | 02:23:07 |
| 19 Oct 2025 |
| plamper joined the room. | 03:20:44 |
| 21 Oct 2025 |
| @echobc:matrix.org joined the room. | 18:10:45 |
| NixOS Moderation Bot banned @echobc:matrix.org (<no reason supplied>). | 18:10:46 |
| 26 Oct 2025 |
| ct joined the room. | 01:33:56 |
| ct left the room. | 01:34:49 |
| 28 Oct 2025 |
| enzu.ru joined the room. | 05:05:33 |
| 29 Oct 2025 |
| miocasa joined the room. | 15:03:50 |
miocasa | hello there | 15:03:58 |
miocasa | can anyone help me to remove gnome session remote access splash 😅 | 15:05:13 |
miocasa | i need it for steam deck with steam input | 15:06:51 |
| 30 Oct 2025 |
| @welsi:matrix.org joined the room. | 11:26:23 |
| @welsi:matrix.org left the room. | 11:27:13 |
| QuadRadical (Ping) changed their profile picture. | 19:10:32 |
| @welsi:matrix.org joined the room. | 20:22:12 |
| @welsi:matrix.org left the room. | 20:22:16 |
| 31 Oct 2025 |
| @ipsavitsky234:matrix.org joined the room. | 00:05:45 |
| @ipsavitsky234:matrix.org left the room. | 00:06:37 |
ElvishJerricco | hm, updated nixos a couple days and now gnome doesn't lock and put the display to sleep automatically after 5mins | 05:23:00 |
miocasa | In reply to @elvishjerricco:matrix.org hm, updated nixos a couple days and now gnome doesn't lock and put the display to sleep automatically after 5mins Do you use gdm? | 05:46:07 |
ElvishJerricco | yea | 05:46:14 |
miocasa | Can you send you flake/nix config | 05:46:37 |
ElvishJerricco | miocasa: The gnome/gdm related parts amount to this: https://gist.github.com/ElvishJerricco/f154c6054f652a5ff85d6f502ceba619
Note that services.displayManager.gdm.autoSuspend = false; should only be relevant to the GDM login screen, and only prevents suspend, not sleeping the display. Similarly, "org/gnome/settings-daemon/plugins/power".sleep-inactive-ac-type = "nothing"; should only prevent suspend in gnome, not sleeping/locking the display. That's how both of those things have worked for me until I updated a couple days ago.
| 05:53:04 |
ElvishJerricco | I don't think there's anything else relevant in my config and I don't have the whole thing public | 05:54:23 |
miocasa | Wait a bit, I'll finish my things and look | 05:55:14 |
jasi 🏳️⚧️ | Maybe it's a bad state in dconf, are you able to reset all dconf settings even with lockAll | 15:29:04 |
miocasa | In reply to @elvishjerricco:matrix.org
miocasa: The gnome/gdm related parts amount to this: https://gist.github.com/ElvishJerricco/f154c6054f652a5ff85d6f502ceba619
Note that services.displayManager.gdm.autoSuspend = false; should only be relevant to the GDM login screen, and only prevents suspend, not sleeping the display. Similarly, "org/gnome/settings-daemon/plugins/power".sleep-inactive-ac-type = "nothing"; should only prevent suspend in gnome, not sleeping/locking the display. That's how both of those things have worked for me until I updated a couple days ago.
Opps, i forget about you 😄 | 15:33:50 |
miocasa | Could changing the ibus mode cause this? This line: environment.sessionVariables.IBUS_ENABLE_SYNC_MODE = "2"; | 15:40:18 |