[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#890991: mate-panel: Please enable SNI support for accessibility purpose



Control: tags -1 patch

Le 21/02/2018 à 15:59, Alex ARNAUD a écrit :
Le 21/02/2018 à 12:53, Jean-Philippe MENGUAL a écrit :
This bug has a fix provided that the default value of SNI support is set
to True.

Thanks for the report; It should be also great to add sni-qt to the recommended packages for Mate panel. It's easy for power user to remove package but difficult for beginner to find what to install to make software working.

I've added a proposed patch to do the following things:
- Enable SNI support by default on Mate panel
- Add sni-qt to recommended package of mate-desktop-environment : to make the SNI support effective, sni-qt has to be installed on the targeted system.

With this patch, the notification area of Mate becomes fully usable by keyboard users.

Best regards,
Alex.
diff --git a/debian/20_mate-debian.gschema.override b/debian/20_mate-debian.gschema.override
index e180ac6..2ee8f1d 100644
--- a/debian/20_mate-debian.gschema.override
+++ b/debian/20_mate-debian.gschema.override
@@ -30,6 +30,9 @@ monospace-font-name='Monospace 13'
 theme='Menta'
 titlebar-font='Cantarell Bold 11'
 
+[org.mate.panel]
+enable-sni-support=true
+
 [org.mate.peripherals-mouse]
 cursor-theme='DMZ-White'
 
diff --git a/debian/control b/debian/control
index bdae5da..48ce439 100644
--- a/debian/control
+++ b/debian/control
@@ -105,6 +105,7 @@ Recommends: atril (>= 1.20),
             mate-user-guide (>= 1.20),
             mate-utils (>= 1.20),
             pluma (>= 1.20),
+	    sni-qt,
 Suggests: mail-reader | thunderbird,
           network-manager-gnome,
           x-www-browser | firefox,

Reply to: