[mutter/wip/fmuellner/fallback-app-menu] prefs: Change default of show-fallback-app-menu



commit ea5d0ab65ea394812e6892e67b326fb275671fe0
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]