Last Updated: February 25, 2016
·
5.273K
· pbruna

How to disable the right click on Gnome Desktop

If you need to disable the right click on the Gnome Desktop, for whatever reason (mine was for a POS desktop), just run this code as the user who needs the click disable:

gconftool-2 --type bool --set /apps/nautilus/lockdown/disable_context_menus 1

If you need this to happen every time the user logins, or for any user on the system just add the command to a script on /etc/profile.d