08-31-2017, 06:00 AM
(08-30-2017, 11:07 PM)machinehum Wrote: Just from the terminal
Code:chromium-browser --disable-pinch %U
if you just run chromium-browser you are running a script which adds the --enable-pinch flag. The real binary is buried in /usr/lib/. Open /usr/bin/chromium-browser with a text editor, you'll see what's going on