From 5d10e2d3f2fcfae1de1cccd5471e978add45f587 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Mon, 20 Apr 2020 20:54:33 -0400 Subject: [PATCH] autostart a11y-profile-manager early --- helpers/make-a11y-profile-manager | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/helpers/make-a11y-profile-manager b/helpers/make-a11y-profile-manager index 93d16fe5..86e6d8e0 100644 --- a/helpers/make-a11y-profile-manager +++ b/helpers/make-a11y-profile-manager @@ -1,7 +1,7 @@ #!/bin/sh # -# Copyright (C) 2017 Ruben Rodriguez <ruben@trisquel.info> -# Copyright (C) 2019 Mason Hock <mason@masonhock.com> +# Copyright (C) 2020 Ruben Rodriguez <ruben@trisquel.info> +# Copyright (C) 2019 Mason Hock <mason@masonhock.com> # # 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,10 +18,12 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=2 +VERSION=3 . ./config +sed 's/OnlyShowIn=Unity;/OnlyShowIn=Unity;MATE;/' -i a11y-profile-manager-indicator-autostart.desktop.in + cat << EOF >> profiles/blindness/profile.gsettings [com.canonical.unity-greeter] -- GitLab