From 7de28858e1183d4a5ec6703ad43fc61b5b67d3e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 17 Jan 2018 18:44:10 +0100 Subject: [PATCH] WIP: Disable places-menu extension For whatever reason it prevents the classic session to come up?! --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index 23a0cfc0..eea0ba78 100644 --- a/meson.build +++ b/meson.build @@ -37,7 +37,6 @@ uuid_suffix = '@gnome-shell-extensions.gcampax.github.com' classic_extensions = [ 'alternate-tab', 'apps-menu', - 'places-menu', 'launch-new-instance', 'window-list' ]