Let's say I'm on Ubtunu 20.04 and have a custom accessibility script that I can
- start by running
/opt/myTool/activate.sh - stop by running
/opt/myTool/deactivate.sh.
Is there a way to register it to gnome accessibility menu in the top bar so it will appear as a toggle like the other tools such as "High Contrast", "Magnifier", "Screen Reader" etc?


gnome-shell-extensionbut gnome-extensions are disabled once the screen gets locked and re-enabled once unlocked. Also extensions are re-run whengnome-shellrefreshes or at every login. So your both the scripts may run multiple times in such situations. – PRATAP Nov 13 '20 at 09:55