From 30f651800bf0c3377ee92ae59a9c07cb50fabcb9 Mon Sep 17 00:00:00 2001 From: Andre Date: Sat, 4 Jan 2025 22:05:51 -0500 Subject: [PATCH] Gnome: re-re-disable MUTTER_DEBUG_KMS_THREAD_TYPE due to login crash on Shura --- homes/common/gnome.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/homes/common/gnome.nix b/homes/common/gnome.nix index 4b94217..f2a6e51 100644 --- a/homes/common/gnome.nix +++ b/homes/common/gnome.nix @@ -1,11 +1,13 @@ _: { # NOTE: Allegedly prevents random Gnome crashes. - # But it might prevent logging in in some cases. + # But on Shura, it just prevents me from logging in. # See https://www.reddit.com/r/archlinux/comments/1erbika/fyi_if_you_experience_crashes_on_gnome_on_amd/ - home.file.".config/environment.d/99-mutter-no-rt.conf".text = '' - MUTTER_DEBUG_KMS_THREAD_TYPE=user; - ''; + /* + home.file.".config/environment.d/99-mutter-no-rt.conf".text = '' + MUTTER_DEBUG_KMS_THREAD_TYPE=user; + ''; + */ # Additional Gnome configurations via home-manager. dconf.settings = {