[mutter/wip/fmuellner/fallback-app-menu: 2/2] prefs: Change default of show-fallback-app-menu
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wip/fmuellner/fallback-app-menu: 2/2] prefs: Change default of show-fallback-app-menu
- Date: Mon, 11 Mar 2019 23:30:26 +0000 (UTC)
commit 1574099449fd7cf78c226bdf9d3d5a414d4bd351
Author: Florian Müllner <fmuellner gnome org>
Date: Sun Mar 10 19:30:12 2019 +0100
prefs: Change default of show-fallback-app-menu
The app menu always was a GNOME-only thing, so after it was removed this
cycle, assuming that it is not displayed by the environment is a better
default.
https://gitlab.gnome.org/GNOME/mutter/issues/493
src/core/prefs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/core/prefs.c b/src/core/prefs.c
index fdee5b2e8..3f0db8afc 100644
--- a/src/core/prefs.c
+++ b/src/core/prefs.c
@@ -111,7 +111,7 @@ static gboolean resize_with_right_button = FALSE;
static gboolean edge_tiling = FALSE;
static gboolean force_fullscreen = TRUE;
static gboolean auto_maximize = TRUE;
-static gboolean show_fallback_app_menu = FALSE;
+static gboolean show_fallback_app_menu = TRUE;
static GDesktopVisualBellType visual_bell_type = G_DESKTOP_VISUAL_BELL_FULLSCREEN_FLASH;
static MetaButtonLayout button_layout;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]