summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-02-05 09:51:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-02-05 09:51:26 +0000
commit20d704850d8eeb241c97e258bf023abe6bbd1ff5 (patch)
treeea865344ded592a04362f63a86a230200780417d
parentAdding upstream signing key. (diff)
downloadgnome-shell-extensions-extra-20d704850d8eeb241c97e258bf023abe6bbd1ff5.tar.xz
gnome-shell-extensions-extra-20d704850d8eeb241c97e258bf023abe6bbd1ff5.zip
Disabling show-indicator by default in multi-monitors-add-on extension.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/patches/debian/0001-multi-monitors-add-on_show-indicator.patch15
-rw-r--r--debian/patches/series1
2 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/debian/0001-multi-monitors-add-on_show-indicator.patch b/debian/patches/debian/0001-multi-monitors-add-on_show-indicator.patch
new file mode 100644
index 0000000..ed1792f
--- /dev/null
+++ b/debian/patches/debian/0001-multi-monitors-add-on_show-indicator.patch
@@ -0,0 +1,15 @@
+Author: Daniel Baumann <daniel.baumann@progress-linux.org>
+Description: Setting show-indicator to false.
+
+diff -Naurp gnome-shell-extension-multi-monitors.orig/multi-monitors-add-on@spin83/schemas/org.gnome.shell.extensions.multi-monitors-add-on.gschema.xml gnome-shell-extension-multi-monitors/multi-monitors-add-on@spin83/schemas/org.gnome.shell.extensions.multi-monitors-add-on.gschema.xml
+--- gnome-shell-extension-multi-monitors.orig/multi-monitors-add-on@spin83/schemas/org.gnome.shell.extensions.multi-monitors-add-on.gschema.xml
++++ gnome-shell-extension-multi-monitors/multi-monitors-add-on@spin83/schemas/org.gnome.shell.extensions.multi-monitors-add-on.gschema.xml
+@@ -2,7 +2,7 @@
+ <schema id="org.gnome.shell.extensions.multi-monitors-add-on" path="/org/gnome/shell/extensions/multi-monitors-add-on/">
+
+ <key name="show-indicator" type="b">
+- <default>true</default>
++ <default>false</default>
+ <summary>Show Multi Monitors indicator on Top Panel.</summary>
+ <description>Add or remove Multi Monitors indicator from Top Panel.</description>
+ </key>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e6e8a53
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+debian/0001-multi-monitors-add-on_show-indicator.patch