From 63a00605c795a3b9c0d77255c69a53654ebcbf29 Mon Sep 17 00:00:00 2001 From: David Barksdale Date: Tue, 28 Oct 2014 13:17:13 -0500 Subject: Fix ezoom settings and add helpful message --- low-vision.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/low-vision.sh b/low-vision.sh index 178cdca..ba62617 100755 --- a/low-vision.sh +++ b/low-vision.sh @@ -22,8 +22,8 @@ echo Xcursor.size:48 >> ~/.Xresources gsettings set com.canonical.desktop.interface scrollbar-mode normal # Enhanced desktop zoom -gsettings set org.compiz.profiles.unity.plugins.ezoom zoom-in-button "Button4" -gsettings set org.compiz.profiles.unity.plugins.ezoom zoom-out-button "Button5" +gsettings set org.compiz.ezoom:/org/compiz/profiles/unity/plugins/ezoom/ zoom-in-button "Button4" +gsettings set org.compiz.ezoom:/org/compiz/profiles/unity/plugins/ezoom/ zoom-out-button "Button5" # High-contrast Unity greeter # This looks absolutely awful, don't do this @@ -54,3 +54,5 @@ if ! $found; then "$profile_list,LowVision]" fi gconftool --set --type=string /apps/gnome-terminal/global/default_profile LowVision + +echo "You must log out and back in for all changes to take effect." -- cgit v1.2.3-18-g5258