| 12 Jul 2023 |
flintflump | In reply to @tommy:datenkollektiv.net Hey there. I use GNOME and NixOS and have a small but annoying problem: there are a couple of users on my system and the GDM3 login screen only shows two of them. The most used user account isn't part of this list hence the login procedure is to select "other user" and then enter the name manually. I therefore ask myself if there is a way to define the number of users in the list of the login screen or their order? Does anybody know by chance? I had a similar issue. I'm not sure what caused it but for some users SystemUser was set to true in
/var/lib/AccountsService/users/
I manually changed it to false and it works since then. | 15:14:18 |
| qazer joined the room. | 17:16:32 |
| @saymynaam:matrix.org left the room. | 18:13:16 |
| 13 Jul 2023 |
| vcunat changed their display name from @vcunat to vcunat. | 08:27:44 |
| 14 Jul 2023 |
Tommy | In reply to @flintflump:matrix.org
I had a similar issue. I'm not sure what caused it but for some users SystemUser was set to true in
/var/lib/AccountsService/users/
I manually changed it to false and it works since then. Worked like a charm. Thx! 🙂 | 08:29:02 |
flintflump | In reply to @tommy:datenkollektiv.net Worked like a charm. Thx! 🙂 You're welcome! 🙂 | 08:32:48 |
| 15 Jul 2023 |
| @ek_is_anika:tchncs.de joined the room. | 12:18:56 |
| 16 Jul 2023 |
| @ek_is_anika:tchncs.de changed their display name from Anika (not new to matrix btw) to Anika (prev. known as Hayley). | 19:07:25 |
| 17 Jul 2023 |
| @rmtt:matrix.org joined the room. | 09:37:07 |
@rmtt:matrix.org | Hello everyone. I'm using nixos with gnome now. But Telegram cannot show icon in system tray and has strange cursor in gnome 44.2 wayland with QT_QPA_PLATFORMTHEME=gnome and QT_STYLE_OVERRIDE=adwaita-dark. But some qt apps like moonlight-qt is ok, anyone encountered this problem? | 09:44:05 |
| @okamis:matrix.org joined the room. | 10:34:23 |
@okamis:matrix.org | hello, Im using gnome, and my laptop screen is a bit wonky that if I move it a little it will suspend, I want to disable this feature, how do I go about it? | 10:40:57 |
Jan Tojnar | In reply to @rmtt:matrix.org Hello everyone. I'm using nixos with gnome now. But Telegram cannot show icon in system tray and has strange cursor in gnome 44.2 wayland with QT_QPA_PLATFORMTHEME=gnome and QT_STYLE_OVERRIDE=adwaita-dark. But some qt apps like moonlight-qt is ok, anyone encountered this problem? GNOME does not support system tray. You need a third-party extension such as gnomeExtensions.appindicator for that. | 22:09:41 |
Jan Tojnar | Qt themes are weird in my experience, I would prefer to get rid of them https://github.com/NixOS/nixpkgs/pull/210077 | 22:11:05 |
Jan Tojnar | In reply to @okamis:matrix.org hello, Im using gnome, and my laptop screen is a bit wonky that if I move it a little it will suspend, I want to disable this feature, how do I go about it? apparently it is a systemd thing https://unix.stackexchange.com/questions/307497/gnome-disable-sleep-on-lid-close | 22:13:57 |
Jan Tojnar | In reply to @okamis:matrix.org hello, Im using gnome, and my laptop screen is a bit wonky that if I move it a little it will suspend, I want to disable this feature, how do I go about it? * apparently it might be a systemd thing https://unix.stackexchange.com/questions/307497/gnome-disable-sleep-on-lid-close | 22:14:10 |
Jan Tojnar | you can try changing it with environment.etc nixos option | 22:15:11 |
| 18 Jul 2023 |
@rmtt:matrix.org | yeah, i have installed gnomeExtensions.appindicator | 01:00:11 |
| dylanjan313 joined the room. | 07:29:19 |
| kirillrdy set a profile picture. | 12:22:39 |
| Alex aka Ultra joined the room. | 13:37:41 |
Jan Tojnar | did you also enable it in extension manager? | 22:17:36 |
| 19 Jul 2023 |
@rmtt:matrix.org | yeah | 02:58:52 |
@rmtt:matrix.org | other applications can show icon on it | 02:59:06 |
| @ek_is_anika:tchncs.de changed their display name from Anika (prev. known as Hayley) to Anika. | 12:55:43 |
| 20 Jul 2023 |
uep | I had services.logind.lidSwitch = "ignore"; on one system for this | 04:12:25 |
uep | as well as services.xserver.displayManager.gdm.autoSuspend = false; to stop it suspending at the login prompt | 04:13:25 |
uep | (I say had because that box has now been retired, but I would assume it still works) | 04:14:05 |
uep | For the behaviour once you are already logged in, it's a normal gnome setting (just use the gui options, or home-manager dconf module_ | 04:16:08 |
uep | * For the behaviour once you are already logged in, it's a normal gnome setting (just use the gui options, or home-manager dconf module) | 04:16:11 |