From 3e8bbb07ea7109c44d5ac7998f473779e742d041 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 5 Apr 2021 20:26:23 +0200 Subject: [PATCH] classic: Disable welcome dialog The Tour focuses on new overview features, which aren't relevant for gnome-classic where the overview is disabled altogether. https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/4026 Part-of: --- data/classic.json.in | 1 + 1 file changed, 1 insertion(+) diff --git a/data/classic.json.in b/data/classic.json.in index c1c05442..6d2d3bd5 100644 --- a/data/classic.json.in +++ b/data/classic.json.in @@ -2,6 +2,7 @@ "parentMode": "user", "stylesheetName": "gnome-classic.css", "hasOverview": false, + "showWelcomeDialog": false, "enabledExtensions": [@CLASSIC_EXTENSIONS@], "panel": { "left": ["appMenu"], "center": [],