Hi!
I can't disable in dconf-editor gtk-modules that I don't need.
I don't need accessibility in Ubuntu-Mate, so I want completly disable it.
'gtk-module'
gail:atk-bridge
canberra-gtk-module
Added to:
org.gnome.settings-daemon.plugins.xsettings disabled-gtk-modules
= ['gail:atk-bridge', 'canberra-gtk-module']
Saved and rebooted my system.
My setting in dconf-editor was ignored.
.xsession-errors shows:
dbus-update-activation-environment: setting GTK_MODULES=appmenu-gtk-module:gail:atk-bridge:canberra-gtk-module
I also added to: "/home/user/.bash_profile"
these lines:
export GNOME_ACCESSIBILITY=0
export QT_ACCESSIBILITY=0
export QT_LINUX_ACCESSIBILITY_ALWAYS_ON=0
Idea to disable accessibility modules?