From 28d25980bdd4d0ad353ac4e3faecf27cfc11846f Mon Sep 17 00:00:00 2001 From: tigro Date: Sun, 20 Aug 2023 14:06:48 +0300 Subject: [PATCH] Set dock fixed --- MSVSphere-9-Workstation.ks | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MSVSphere-9-Workstation.ks b/MSVSphere-9-Workstation.ks index bb52f5a..4786a7a 100644 --- a/MSVSphere-9-Workstation.ks +++ b/MSVSphere-9-Workstation.ks @@ -476,6 +476,11 @@ FOE # Enable selinuxuser_execmod bool /usr/sbin/setsebool -P selinuxuser_execmod 1 +cat > /usr/share/glib-2.0/schemas/org.gnome.shell.extensions.dash-to-dock.gschema.override << FOE +[org.gnome.shell.extensions.dash-to-dock] +dock-fixed=true +FOE + %end %packages