Comment 8 for bug 874660

Revision history for this message
Brian Teague (bteague) wrote :

If you add the two lines to your ~/.bashrc, evince and eog will start with -g (the alias for --disable-gestures):

function evince () { /usr/bin/evince -g $* & }
function eog () { /usr/bin/eog -g $* & }