From 63f4915036214af9ffb54eaa500c57f226352e1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= <ark@switnet.org> Date: Mon, 21 Feb 2022 20:47:44 +0000 Subject: [PATCH] Adjust gnome flashback 10.0 --- helpers/make-gnome-flashback | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/helpers/make-gnome-flashback b/helpers/make-gnome-flashback index 0026aa11..50f0496a 100644 --- a/helpers/make-gnome-flashback +++ b/helpers/make-gnome-flashback @@ -1,7 +1,6 @@ #!/bin/sh # -# Copyright (C) 2022 Trisquel GNU/Linux developers -# <trisquel-devel@listas.trisquel.info> +# Copyright (C) 2022 Luis Guzman <ark@switnet.org> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -18,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=0 +VERSION=1 . ./config @@ -31,6 +30,9 @@ sed -i '/gnome-flashback-applications.menu/d' data/menus/Makefile.in #Install flashback as default x-session-manager (above 50). sed -i '/metacity/s|40|60|' debian/gnome-session-flashback.postinst +#Remove hardcoded gsettings +rm debian/gnome-session-flashback.gsettings-override + changelog "Prevent conflict for pre-installed menu layout." compile -- GitLab