1
0
Fork 0

Adding no-overview metadata.json.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 23:09:16 +01:00
parent 73e1496b36
commit 4b276e43cb
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,23 @@
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Adding metadata.json for no-overview extension.
diff -Naurp gnome-shell-extensions-extra.orig/extensions/no-overview/metadata.json gnome-shell-extensions-extra/extensions/no-overview/metadata.json
--- gnome-shell-extensions-extra.orig/extensions/no-overview/metadata.json
+++ gnome-shell-extensions-extra/extensions/no-overview/metadata.json
@@ -0,0 +1,16 @@
+{
+ "description": "No overview at start-up.",
+ "name": "No overview at start-up",
+ "original-authors": [
+ "fthx"
+ ],
+ "shell-version": [
+ "40",
+ "41",
+ "42",
+ "43"
+ ],
+ "url": "https://github.com/fthx/no-overview",
+ "uuid": "no-overview@fthx",
+ "version": 12
+}

View file

@ -1,2 +1,3 @@
debian/0001-multi-monitors-add-on_show-indicator.patch
debian/0002-multi-monitors-add-on_show-activities.patch
debian/0003-no-overview_metadata.patch