I’ve just installed brave on Ubuntu 22.04 by this instruction Installing Brave on Linux
Brave have two-finger swipe to zoom only on Window but not Linux. So I did as the following (Two-Finger Swipe Gestures and Pinch-to-Zoom Touchpad Functionality Not Working on Ubuntu 22.04)
sudo gedit /usr/share/applications/brave-browser.desktop
Then, in the text editor, I’ve put flag in the Exec
parameter.
#Exec=/usr/bin/brave-browser-stable %U
Exec=/usr/bin/brave-browser-stable --enable-features=TouchpadOverscrollHistoryNavigation --disable-experiments
But it doesn’t work. Please help me, I love brave but this feature is very important with we. Any help is appreciated.