From 1d9e50fcaf2128e8772e7ecbdb10668b96df8c3a Mon Sep 17 00:00:00 2001 From: Pietro Fanzola <221717063+pfanzola@users.noreply.github.com> Date: Thu, 14 May 2026 10:53:11 +0200 Subject: [PATCH] fix: removing search-light from the enabled extensions list Consider to disable the search-light extension until they'll fix this: https://github.com/ublue-os/bluefin/issues/4622 https://github.com/icedman/search-light/issues/161 Normally, I would wait for a fix from upstream (without this PR), but this bug can log the user out or even cause the computer to reboot, resulting in the loss of hours of unsaved work. --- .../glib-2.0/schemas/zz0-bluefin-modifications.gschema.override | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system_files/bluefin/usr/share/glib-2.0/schemas/zz0-bluefin-modifications.gschema.override b/system_files/bluefin/usr/share/glib-2.0/schemas/zz0-bluefin-modifications.gschema.override index 5dfc5f3ae..ec25ed517 100644 --- a/system_files/bluefin/usr/share/glib-2.0/schemas/zz0-bluefin-modifications.gschema.override +++ b/system_files/bluefin/usr/share/glib-2.0/schemas/zz0-bluefin-modifications.gschema.override @@ -2,7 +2,7 @@ [org.gnome.shell] favorite-apps = ['com.fyralabs.Readymade.desktop', 'org.mozilla.firefox.desktop', 'org.mozilla.Thunderbird.desktop', 'org.gnome.Nautilus.desktop', 'io.github.kolunmi.Bazaar.desktop', 'org.gnome.Software.desktop', 'code.desktop'] -enabled-extensions = ['appindicatorsupport@rgcjonas.gmail.com', 'dash-to-dock@micxgx.gmail.com', 'blur-my-shell@aunetx', 'gsconnect@andyholmes.github.io', 'logomenu@aryan_k', 'tailscale@joaophi.github.com', 'search-light@icedman.github.com'] +enabled-extensions = ['appindicatorsupport@rgcjonas.gmail.com', 'dash-to-dock@micxgx.gmail.com', 'blur-my-shell@aunetx', 'gsconnect@andyholmes.github.io', 'logomenu@aryan_k', 'tailscale@joaophi.github.com'] [org.gnome.desktop.background] picture-uri='file:///usr/share/backgrounds/bluefin/12-bluefin.xml'