26 lines
1.3 KiB
Diff
26 lines
1.3 KiB
Diff
From 64c679efc298bdcee920bc57c58228c61767706c Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Florian=20M=C3=BCllner?= <fmuellner@gnome.org>
|
|
Date: Tue, 23 Jul 2024 15:51:59 -0600
|
|
Subject: [PATCH] Mark as compatible with GNOME 47
|
|
|
|
---
|
|
metadata.json | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/metadata.json b/metadata.json
|
|
index cbe0821..e2c7056 100644
|
|
--- a/metadata.json
|
|
+++ b/metadata.json
|
|
@@ -3,7 +3,7 @@
|
|
"uuid": "dash-to-panel@jderose9.github.com",
|
|
"name": "Dash to Panel",
|
|
"description": "An icon taskbar for the Gnome Shell. This extension moves the dash into the gnome main panel so that the application launchers and system tray are combined into a single panel, similar to that found in KDE Plasma and Windows 7+. A separate dock is no longer needed for easy access to running and favorited applications.\n\nFor a more traditional experience, you may also want to use Tweak Tool to enable Windows > Titlebar Buttons > Minimize & Maximize.\n\nFor the best support, please report any issues on Github. Dash-to-panel is developed and maintained by @jderose9 and @charlesg99.",
|
|
- "shell-version": [ "46" ],
|
|
+ "shell-version": [ "46", "47" ],
|
|
"url": "https://github.com/home-sweet-gnome/dash-to-panel",
|
|
"gettext-domain": "dash-to-panel",
|
|
"version": 9999,
|
|
--
|
|
2.45.2
|
|
|