Skip to content

[Desktop] Pinch-to-Zoom not working on Linux (Pop OS 20.04, Wayland) #11609

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
malown opened this issue Sep 6, 2020 · 20 comments
Open

[Desktop] Pinch-to-Zoom not working on Linux (Pop OS 20.04, Wayland) #11609

malown opened this issue Sep 6, 2020 · 20 comments
Labels
Chromium/waiting upstream Issue is in Chromium; we'll likely wait for the fix OS/Desktop OS/Linux priority/P5 Not scheduled. Don't anticipate work on this any time soon. repros-on-chrome trackpad

Comments

@malown
Copy link

malown commented Sep 6, 2020

Description

Pinch-to-Zoom is a very common feature among webbrowsers nowadays. Brave doesn't seem to support this feature yet

Steps to Reproduce

  1. Open Brave
  2. Navigate to a website
  3. Make a pinch gesture with two fingers on your laptops touchpad

Actual result:

Nothing

Expected result:

Zooming into the website where the cursor is located

Reproduces how often:

Easily reproduced

Brave version (brave://version info)

Brave 1.15.33 Chromium: 85.0.4183.83 (Official Build) nightly (64-bit)
Revision 94abc2237ae0c9a4cb5f035431c8adfb94324633-refs/branch-heads/4183@{#1658}
OS Linux

Version/Channel Information:

Not tested

  • Can you reproduce this issue with the current release?
  • Can you reproduce this issue with the beta channel?
  • Can you reproduce this issue with the nightly channel? Yes

Other Additional Information:

  • Does the issue resolve itself when disabling Brave Shields? No
  • Does the issue resolve itself when disabling Brave Rewards? No
  • Is the issue reproducible on the latest version of Chrome? Yes

Miscellaneous Information:

@rebron rebron added the priority/P5 Not scheduled. Don't anticipate work on this any time soon. label Oct 16, 2020
@WhyNotHugo
Copy link

Brave does not actually support Wayland -- if you're running Wayland, Brave is likely running via XWayland.

FWIW, chromium<87 chromium<89 does not support Wayland either.

I don't think this can be addressed before Brave's chromium version reaches 87, at which point it would be possible to run Brave natively on linux desktop.

@bsclifton bsclifton added the Chromium/waiting upstream Issue is in Chromium; we'll likely wait for the fix label Dec 27, 2020
@AdnanHodzic
Copy link

AdnanHodzic commented Sep 25, 2021

It's been more then a year since this issue was opened, latest Chromium (stable) version is 94 and "pinch-to-zoom" gesture still doesn't work on wayland as part of GNOME 40.x on Ubuntu 21.10 (beta). Of course, "pinch-to-zoom" works perfectly on Firefox 92.

Not to mention Brave rewards are also not shown/working under Wayland as reported in #13833 and mentioned in #9592

Think Brave should put Wayland support bit higher of their priority list, as Wayland has became a default for a lot of Linux distributions.

@Stem-LG
Copy link

Stem-LG commented Dec 25, 2021

fedora 35 - gnome 41.2 - Wayland

still doesn't work

and firefox has it btw, so it is not impossible to do

@AdnanHodzic
Copy link

fedora 35 - gnome 41.2 - Wayland

still doesn't work

and firefox has it btw, so it is not impossible to do

Trick to make it work is to start brave with following flags: --enable-features=UseOzonePlatform --ozone-platform=wayland

Original GNOME menu editor (alacarte) entry for Brave ought to be: /usr/bin/brave-browser-stable %U

Change it to /usr/bin/brave-browser-stable --enable-features=UseOzonePlatform --ozone-platform=wayland %U and "pinch-to-zoom" functionality will work. Or at least it does for me on Ubuntu 21.10, GNOME 40.4, Wayland.

@Stem-LG
Copy link

Stem-LG commented Dec 26, 2021

@AdnanHodzic

this actually works, but the zooming is extremely quick
i pinch 2cm and i'm already at maximum zoom level

@AdnanHodzic
Copy link

Zooming in/out is also erratic on my side as well. Unlike zooming in, zooming out is lot more controllable, but still not even close to how smooth it is on Firefox.

ATM it seems like this is the best we can get out of "pinch-to-zoom" on Brave or any other Chromium bases browser & Wayland.

@acheong08
Copy link

fedora 35 - gnome 41.2 - Wayland
still doesn't work
and firefox has it btw, so it is not impossible to do

Trick to make it work is to start brave with following flags: --enable-features=UseOzonePlatform --ozone-platform=wayland

Original GNOME menu editor (alacarte) entry for Brave ought to be: /usr/bin/brave-browser-stable %U

Change it to /usr/bin/brave-browser-stable --enable-features=UseOzonePlatform --ozone-platform=wayland %U and "pinch-to-zoom" functionality will work. Or at least it does for me on Ubuntu 21.10, GNOME 40.4, Wayland.

This seems to be broken now. It was working just recently but it stopped after I updated it to 105.1.43.89

@AdnanHodzic
Copy link

AdnanHodzic commented Sep 4, 2022

Due to this and other annoying issues I'm facing on Brave, I moved to Firefox.

On Firefox Snap beta channel (v105) absolutely everything works out of the box including all Wayland gestures, VA-API and etc ...

@RoshanKhetpal
Copy link

I'm currently on Ubuntu 22.04.3 LTS-Gnome43-Wayland, and the pinch to zoom feature is working fine for me now.

There are two ways to do this: either through Terminal or Brave Experiments flags.

  1. Just paste this command /usr/bin/brave-browser --enable-features=Use0zonePlatform --ozone-platform=wayland %U in your terminal, and you're good to go.

  2. If this is not working, then there is one more way to achieve pinch to zoom feature. head over to brave://flags/#ozone-platform-hint, and set it according to your windowing session.

Make sure that the default one is "X11". "Auto" selects Wayland if possible, X11 otherwise. by the way Firefox has very smooth pinch to zoom feature in Linux.

Screenshot from 2024-01-14 22-01-43

@Akashay-Anand
Copy link

@RoshanKhetpal 2nd option worked thanks..

@RoshanKhetpal
Copy link

@RoshanKhetpal 2nd option worked thanks..

I'm glad that it helped.

@AdnanHodzic
Copy link

Running brave with /usr/bin/brave-browser-stable %U --enable-features=TouchpadOverscrollHistoryNavigation,VaapiVideoDecoder and setting "Preferred Ozone platform" in brave://flags/ to "Wayland", allowed me to have both "pinch to zoom" and ability to use 2 finger swipe for left/right for back/forward navigation on Wayland.

But after upgrade to Ubuntu 24.04, this is not working anymore ...

@RoshanKhetpal
Copy link

But after upgrade to Ubuntu 24.04, this is not working anymore ...

Sorry, I am not aware of this because I'm still using 22.04 LTS.

@AdnanHodzic
Copy link

AdnanHodzic commented May 5, 2024

But after upgrade to Ubuntu 24.04, this is not working anymore ...

Sorry, I am not aware of this because I'm still using 22.04 LTS.

Managed to get "pinch to zoo" & "swipe gestures" by adding following flags brave-browser-stable --enable-features=TouchpadOverscrollHistoryNavigation,UseOzonePlatform --ozone-platform=wayland

Also shared on Twitter and Reddit so hopefully it helps however ends up having the same issue.

@Tbthanh
Copy link

Tbthanh commented May 13, 2024

I'm currently on Ubuntu 22.04.3 LTS-Gnome43-Wayland, and the pinch to zoom feature is working fine for me now.

There are two ways to do this: either through Terminal or Brave Experiments flags.

  1. Just paste this command /usr/bin/brave-browser --enable-features=Use0zonePlatform --ozone-platform=wayland %U in your terminal, and you're good to go.
  2. If this is not working, then there is one more way to achieve pinch to zoom feature. head over to brave://flags/#ozone-platform-hint, and set it according to your windowing session.

Make sure that the default one is "X11". "Auto" selects Wayland if possible, X11 otherwise. by the way Firefox has very smooth pinch to zoom feature in Linux.

Screenshot from 2024-01-14 22-01-43

Update may 13: by applying the method above, ibus or fcixt will not work corecty!!

This actually work for me. Below i will paste my linux version and brave version. Hope that anybody using debian 12 like me find this. The same method works with firefox esr too.

Linux kernel ver:

$cat /etc/os-release 
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

$hostnamectl
Kernel: Linux 6.1.0-21-amd64
Architecture: x86-64

Brave version

[Version 1.65.132 Chromium: 124.0.6367.202 (Official Build) (64-bit)](https://brave.com/latest/)

@FarhadJs
Copy link

I'm currently on Ubuntu 22.04.3 LTS-Gnome43-Wayland, and the pinch to zoom feature is working fine for me now.

There are two ways to do this: either through Terminal or Brave Experiments flags.

  1. Just paste this command /usr/bin/brave-browser --enable-features=Use0zonePlatform --ozone-platform=wayland %U in your terminal, and you're good to go.
  2. If this is not working, then there is one more way to achieve pinch to zoom feature. head over to brave://flags/#ozone-platform-hint, and set it according to your windowing session.

Make sure that the default one is "X11". "Auto" selects Wayland if possible, X11 otherwise. by the way Firefox has very smooth pinch to zoom feature in Linux.

Screenshot from 2024-01-14 22-01-43

Now it's working for me in Garuda Linux x86_64!
Untitled_Project_V2.gif

And this method worked for me! The problem of zooming the touchpad in the Brave browser has been solved. Thank you for your help and everyone 🤍

@FarhadJs
Copy link

I'm currently on Ubuntu 22.04.3 LTS-Gnome43-Wayland, and the pinch to zoom feature is working fine for me now.
There are two ways to do this: either through Terminal or Brave Experiments flags.

  1. Just paste this command /usr/bin/brave-browser --enable-features=Use0zonePlatform --ozone-platform=wayland %U in your terminal, and you're good to go.
  2. If this is not working, then there is one more way to achieve pinch to zoom feature. head over to brave://flags/#ozone-platform-hint, and set it according to your windowing session.

Make sure that the default one is "X11". "Auto" selects Wayland if possible, X11 otherwise. by the way Firefox has very smooth pinch to zoom feature in Linux.
Screenshot from 2024-01-14 22-01-43

Now it's working for me in Garuda Linux x86_64! Untitled_Project_V2.gif Untitled_Project_V2.gif

And this method worked for me! The problem of zooming the touchpad in the Brave browser has been solved. Thank you for your help and everyone 🤍

but after this, the app icon does not appear in the favorite apps or task manager! etc.
now I can just run brave by command!🙁

how can i fix this?

@AdnanHodzic
Copy link

I'm currently on Ubuntu 22.04.3 LTS-Gnome43-Wayland, and the pinch to zoom feature is working fine for me now.
There are two ways to do this: either through Terminal or Brave Experiments flags.

  1. Just paste this command /usr/bin/brave-browser --enable-features=Use0zonePlatform --ozone-platform=wayland %U in your terminal, and you're good to go.
  2. If this is not working, then there is one more way to achieve pinch to zoom feature. head over to brave://flags/#ozone-platform-hint, and set it according to your windowing session.

Make sure that the default one is "X11". "Auto" selects Wayland if possible, X11 otherwise. by the way Firefox has very smooth pinch to zoom feature in Linux.
Screenshot from 2024-01-14 22-01-43

Now it's working for me in Garuda Linux x86_64! Untitled_Project_V2.gif

    [
      
        ![Untitled_Project_V2.gif](https://private-user-images.githubusercontent.com/98051621/371807973-0b0a5f4e-2eec-4c73-899a-f5e1e61cdffb.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjc2MTgwNzUsIm5iZiI6MTcyNzYxNzc3NSwicGF0aCI6Ii85ODA1MTYyMS8zNzE4MDc5NzMtMGIwYTVmNGUtMmVlYy00YzczLTg5OWEtZjVlMWU2MWNkZmZiLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTI5VDEzNDkzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFhYThlMjYyOTZhOTQ4NmIyZTZkYTJlZjJkMTNjMThmMDQ0YmNmNjVjOWUxYWNiNWRjNGYzYTQ0ODY4YWRkM2ImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7ra76tdoRDWqP0FwsnObzbgG92seYcUG76GtQdt-Fc4)
      
    ](https://private-user-images.githubusercontent.com/98051621/371807973-0b0a5f4e-2eec-4c73-899a-f5e1e61cdffb.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjc2MTgwNzUsIm5iZiI6MTcyNzYxNzc3NSwicGF0aCI6Ii85ODA1MTYyMS8zNzE4MDc5NzMtMGIwYTVmNGUtMmVlYy00YzczLTg5OWEtZjVlMWU2MWNkZmZiLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTI5VDEzNDkzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFhYThlMjYyOTZhOTQ4NmIyZTZkYTJlZjJkMTNjMThmMDQ0YmNmNjVjOWUxYWNiNWRjNGYzYTQ0ODY4YWRkM2ImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7ra76tdoRDWqP0FwsnObzbgG92seYcUG76GtQdt-Fc4)
    
    
      
        
          
        
        
          
          
        
      
      [
        
          
        
      ](https://private-user-images.githubusercontent.com/98051621/371807973-0b0a5f4e-2eec-4c73-899a-f5e1e61cdffb.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjc2MTgwNzUsIm5iZiI6MTcyNzYxNzc3NSwicGF0aCI6Ii85ODA1MTYyMS8zNzE4MDc5NzMtMGIwYTVmNGUtMmVlYy00YzczLTg5OWEtZjVlMWU2MWNkZmZiLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTI5VDEzNDkzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFhYThlMjYyOTZhOTQ4NmIyZTZkYTJlZjJkMTNjMThmMDQ0YmNmNjVjOWUxYWNiNWRjNGYzYTQ0ODY4YWRkM2ImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7ra76tdoRDWqP0FwsnObzbgG92seYcUG76GtQdt-Fc4)
    
   [ ![Untitled_Project_V2.gif](https://private-user-images.githubusercontent.com/98051621/371807973-0b0a5f4e-2eec-4c73-899a-f5e1e61cdffb.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjc2MTgwNzUsIm5iZiI6MTcyNzYxNzc3NSwicGF0aCI6Ii85ODA1MTYyMS8zNzE4MDc5NzMtMGIwYTVmNGUtMmVlYy00YzczLTg5OWEtZjVlMWU2MWNkZmZiLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTI5VDEzNDkzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFhYThlMjYyOTZhOTQ4NmIyZTZkYTJlZjJkMTNjMThmMDQ0YmNmNjVjOWUxYWNiNWRjNGYzYTQ0ODY4YWRkM2ImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7ra76tdoRDWqP0FwsnObzbgG92seYcUG76GtQdt-Fc4) ](https://private-user-images.githubusercontent.com/98051621/371807973-0b0a5f4e-2eec-4c73-899a-f5e1e61cdffb.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjc2MTgwNzUsIm5iZiI6MTcyNzYxNzc3NSwicGF0aCI6Ii85ODA1MTYyMS8zNzE4MDc5NzMtMGIwYTVmNGUtMmVlYy00YzczLTg5OWEtZjVlMWU2MWNkZmZiLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTI5VDEzNDkzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFhYThlMjYyOTZhOTQ4NmIyZTZkYTJlZjJkMTNjMThmMDQ0YmNmNjVjOWUxYWNiNWRjNGYzYTQ0ODY4YWRkM2ImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7ra76tdoRDWqP0FwsnObzbgG92seYcUG76GtQdt-Fc4)
  
    [
      
        ![Untitled_Project_V2.gif](https://private-user-images.githubusercontent.com/98051621/371807973-0b0a5f4e-2eec-4c73-899a-f5e1e61cdffb.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjc2MTgwNzUsIm5iZiI6MTcyNzYxNzc3NSwicGF0aCI6Ii85ODA1MTYyMS8zNzE4MDc5NzMtMGIwYTVmNGUtMmVlYy00YzczLTg5OWEtZjVlMWU2MWNkZmZiLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTI5VDEzNDkzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFhYThlMjYyOTZhOTQ4NmIyZTZkYTJlZjJkMTNjMThmMDQ0YmNmNjVjOWUxYWNiNWRjNGYzYTQ0ODY4YWRkM2ImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7ra76tdoRDWqP0FwsnObzbgG92seYcUG76GtQdt-Fc4)
      
    ](https://private-user-images.githubusercontent.com/98051621/371807973-0b0a5f4e-2eec-4c73-899a-f5e1e61cdffb.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjc2MTgwNzUsIm5iZiI6MTcyNzYxNzc3NSwicGF0aCI6Ii85ODA1MTYyMS8zNzE4MDc5NzMtMGIwYTVmNGUtMmVlYy00YzczLTg5OWEtZjVlMWU2MWNkZmZiLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTI5VDEzNDkzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFhYThlMjYyOTZhOTQ4NmIyZTZkYTJlZjJkMTNjMThmMDQ0YmNmNjVjOWUxYWNiNWRjNGYzYTQ0ODY4YWRkM2ImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7ra76tdoRDWqP0FwsnObzbgG92seYcUG76GtQdt-Fc4)
    
    
      
        
          
        
        
          
          
        
      
      [
        
          
        
      ](https://private-user-images.githubusercontent.com/98051621/371807973-0b0a5f4e-2eec-4c73-899a-f5e1e61cdffb.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjc2MTgwNzUsIm5iZiI6MTcyNzYxNzc3NSwicGF0aCI6Ii85ODA1MTYyMS8zNzE4MDc5NzMtMGIwYTVmNGUtMmVlYy00YzczLTg5OWEtZjVlMWU2MWNkZmZiLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTI5VDEzNDkzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFhYThlMjYyOTZhOTQ4NmIyZTZkYTJlZjJkMTNjMThmMDQ0YmNmNjVjOWUxYWNiNWRjNGYzYTQ0ODY4YWRkM2ImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7ra76tdoRDWqP0FwsnObzbgG92seYcUG76GtQdt-Fc4)
    
   [ ](https://private-user-images.githubusercontent.com/98051621/371807973-0b0a5f4e-2eec-4c73-899a-f5e1e61cdffb.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjc2MTgwNzUsIm5iZiI6MTcyNzYxNzc3NSwicGF0aCI6Ii85ODA1MTYyMS8zNzE4MDc5NzMtMGIwYTVmNGUtMmVlYy00YzczLTg5OWEtZjVlMWU2MWNkZmZiLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTI5VDEzNDkzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFhYThlMjYyOTZhOTQ4NmIyZTZkYTJlZjJkMTNjMThmMDQ0YmNmNjVjOWUxYWNiNWRjNGYzYTQ0ODY4YWRkM2ImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7ra76tdoRDWqP0FwsnObzbgG92seYcUG76GtQdt-Fc4)

And this method worked for me! The problem of zooming the touchpad in the Brave browser has been solved. Thank you for your help and everyone 🤍

but after this, the app icon does not appear in the favorite apps or task manager! etc. now I can just run brave by command!🙁

how can i fix this?

You can fix it by creating a desktop entry, like this:

@RoshanKhetpal
Copy link

RoshanKhetpal commented Sep 29, 2024

   [ ](https://private-user-images.githubusercontent.com/98051621/371807973-0b0a5f4e-2eec-4c73-899a-f5e1e61cdffb.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjc2MTgwNzUsIm5iZiI6MTcyNzYxNzc3NSwicGF0aCI6Ii85ODA1MTYyMS8zNzE4MDc5NzMtMGIwYTVmNGUtMmVlYy00YzczLTg5OWEtZjVlMWU2MWNkZmZiLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTI5VDEzNDkzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFhYThlMjYyOTZhOTQ4NmIyZTZkYTJlZjJkMTNjMThmMDQ0YmNmNjVjOWUxYWNiNWRjNGYzYTQ0ODY4YWRkM2ImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7ra76tdoRDWqP0FwsnObzbgG92seYcUG76GtQdt-Fc4)

And this method worked for me! The problem of zooming the touchpad in the Brave browser has been solved. Thank you for your help and everyone 🤍

but after this, the app icon does not appear in the favorite apps or task manager! etc. now I can just run brave by command!🙁

how can i fix this?

You can simply install an extension Mouse pinch-to-zoom , and after some configuration you can't use pinch to zoom by touchpad.

Because you can use a shortcut, created by configuration of the extension settings. alt + mouse wheel . And it will follow your cursor.👍

Or you can create a desktop entry for brave browser by following the steps mentioned by @AdnanHodzic.

@FarhadJs
Copy link

I'm currently on Ubuntu 22.04.3 LTS-Gnome43-Wayland, and the pinch to zoom feature is working fine for me now.
There are two ways to do this: either through Terminal or Brave Experiments flags.

  1. Just paste this command /usr/bin/brave-browser --enable-features=Use0zonePlatform --ozone-platform=wayland %U in your terminal, and you're good to go.
  2. If this is not working, then there is one more way to achieve pinch to zoom feature. head over to brave://flags/#ozone-platform-hint, and set it according to your windowing session.

Make sure that the default one is "X11". "Auto" selects Wayland if possible, X11 otherwise. by the way Firefox has very smooth pinch to zoom feature in Linux.
Screenshot from 2024-01-14 22-01-43

Now it's working for me in Garuda Linux x86_64! Untitled_Project_V2.gif

    [
      
    
        ![Untitled_Project_V2.gif](https://private-user-images.githubusercontent.com/98051621/371807973-0b0a5f4e-2eec-4c73-899a-f5e1e61cdffb.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjc2MTgwNzUsIm5iZiI6MTcyNzYxNzc3NSwicGF0aCI6Ii85ODA1MTYyMS8zNzE4MDc5NzMtMGIwYTVmNGUtMmVlYy00YzczLTg5OWEtZjVlMWU2MWNkZmZiLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTI5VDEzNDkzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFhYThlMjYyOTZhOTQ4NmIyZTZkYTJlZjJkMTNjMThmMDQ0YmNmNjVjOWUxYWNiNWRjNGYzYTQ0ODY4YWRkM2ImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7ra76tdoRDWqP0FwsnObzbgG92seYcUG76GtQdt-Fc4)
      ](https://private-user-images.githubusercontent.com/98051621/371807973-0b0a5f4e-2eec-4c73-899a-f5e1e61cdffb.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjc2MTgwNzUsIm5iZiI6MTcyNzYxNzc3NSwicGF0aCI6Ii85ODA1MTYyMS8zNzE4MDc5NzMtMGIwYTVmNGUtMmVlYy00YzczLTg5OWEtZjVlMWU2MWNkZmZiLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTI5VDEzNDkzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFhYThlMjYyOTZhOTQ4NmIyZTZkYTJlZjJkMTNjMThmMDQ0YmNmNjVjOWUxYWNiNWRjNGYzYTQ0ODY4YWRkM2ImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7ra76tdoRDWqP0FwsnObzbgG92seYcUG76GtQdt-Fc4)
    
    
      
        
          
        
        
          
          
        
      
      [
        
          
        
      ](https://private-user-images.githubusercontent.com/98051621/371807973-0b0a5f4e-2eec-4c73-899a-f5e1e61cdffb.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjc2MTgwNzUsIm5iZiI6MTcyNzYxNzc3NSwicGF0aCI6Ii85ODA1MTYyMS8zNzE4MDc5NzMtMGIwYTVmNGUtMmVlYy00YzczLTg5OWEtZjVlMWU2MWNkZmZiLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTI5VDEzNDkzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFhYThlMjYyOTZhOTQ4NmIyZTZkYTJlZjJkMTNjMThmMDQ0YmNmNjVjOWUxYWNiNWRjNGYzYTQ0ODY4YWRkM2ImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7ra76tdoRDWqP0FwsnObzbgG92seYcUG76GtQdt-Fc4)
    [
      
        ![Untitled_Project_V2.gif](https://private-user-images.githubusercontent.com/98051621/371807973-0b0a5f4e-2eec-4c73-899a-f5e1e61cdffb.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjc2MTgwNzUsIm5iZiI6MTcyNzYxNzc3NSwicGF0aCI6Ii85ODA1MTYyMS8zNzE4MDc5NzMtMGIwYTVmNGUtMmVlYy00YzczLTg5OWEtZjVlMWU2MWNkZmZiLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTI5VDEzNDkzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFhYThlMjYyOTZhOTQ4NmIyZTZkYTJlZjJkMTNjMThmMDQ0YmNmNjVjOWUxYWNiNWRjNGYzYTQ0ODY4YWRkM2ImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7ra76tdoRDWqP0FwsnObzbgG92seYcUG76GtQdt-Fc4)
      
    ](https://private-user-images.githubusercontent.com/98051621/371807973-0b0a5f4e-2eec-4c73-899a-f5e1e61cdffb.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjc2MTgwNzUsIm5iZiI6MTcyNzYxNzc3NSwicGF0aCI6Ii85ODA1MTYyMS8zNzE4MDc5NzMtMGIwYTVmNGUtMmVlYy00YzczLTg5OWEtZjVlMWU2MWNkZmZiLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTI5VDEzNDkzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFhYThlMjYyOTZhOTQ4NmIyZTZkYTJlZjJkMTNjMThmMDQ0YmNmNjVjOWUxYWNiNWRjNGYzYTQ0ODY4YWRkM2ImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7ra76tdoRDWqP0FwsnObzbgG92seYcUG76GtQdt-Fc4)
    
    
      
        
          
        
        
          
          
        
      
      [
        
          
        
      ](https://private-user-images.githubusercontent.com/98051621/371807973-0b0a5f4e-2eec-4c73-899a-f5e1e61cdffb.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjc2MTgwNzUsIm5iZiI6MTcyNzYxNzc3NSwicGF0aCI6Ii85ODA1MTYyMS8zNzE4MDc5NzMtMGIwYTVmNGUtMmVlYy00YzczLTg5OWEtZjVlMWU2MWNkZmZiLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTI5VDEzNDkzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFhYThlMjYyOTZhOTQ4NmIyZTZkYTJlZjJkMTNjMThmMDQ0YmNmNjVjOWUxYWNiNWRjNGYzYTQ0ODY4YWRkM2ImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7ra76tdoRDWqP0FwsnObzbgG92seYcUG76GtQdt-Fc4)
    
   [ ![Untitled_Project_V2.gif](https://private-user-images.githubusercontent.com/98051621/371807973-0b0a5f4e-2eec-4c73-899a-f5e1e61cdffb.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjc2MTgwNzUsIm5iZiI6MTcyNzYxNzc3NSwicGF0aCI6Ii85ODA1MTYyMS8zNzE4MDc5NzMtMGIwYTVmNGUtMmVlYy00YzczLTg5OWEtZjVlMWU2MWNkZmZiLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTI5VDEzNDkzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFhYThlMjYyOTZhOTQ4NmIyZTZkYTJlZjJkMTNjMThmMDQ0YmNmNjVjOWUxYWNiNWRjNGYzYTQ0ODY4YWRkM2ImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7ra76tdoRDWqP0FwsnObzbgG92seYcUG76GtQdt-Fc4) ](https://private-user-images.githubusercontent.com/98051621/371807973-0b0a5f4e-2eec-4c73-899a-f5e1e61cdffb.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjc2MTgwNzUsIm5iZiI6MTcyNzYxNzc3NSwicGF0aCI6Ii85ODA1MTYyMS8zNzE4MDc5NzMtMGIwYTVmNGUtMmVlYy00YzczLTg5OWEtZjVlMWU2MWNkZmZiLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTI5VDEzNDkzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFhYThlMjYyOTZhOTQ4NmIyZTZkYTJlZjJkMTNjMThmMDQ0YmNmNjVjOWUxYWNiNWRjNGYzYTQ0ODY4YWRkM2ImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7ra76tdoRDWqP0FwsnObzbgG92seYcUG76GtQdt-Fc4)
  
    [
      
        ![Untitled_Project_V2.gif](https://private-user-images.githubusercontent.com/98051621/371807973-0b0a5f4e-2eec-4c73-899a-f5e1e61cdffb.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjc2MTgwNzUsIm5iZiI6MTcyNzYxNzc3NSwicGF0aCI6Ii85ODA1MTYyMS8zNzE4MDc5NzMtMGIwYTVmNGUtMmVlYy00YzczLTg5OWEtZjVlMWU2MWNkZmZiLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTI5VDEzNDkzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFhYThlMjYyOTZhOTQ4NmIyZTZkYTJlZjJkMTNjMThmMDQ0YmNmNjVjOWUxYWNiNWRjNGYzYTQ0ODY4YWRkM2ImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7ra76tdoRDWqP0FwsnObzbgG92seYcUG76GtQdt-Fc4)
      
    ](https://private-user-images.githubusercontent.com/98051621/371807973-0b0a5f4e-2eec-4c73-899a-f5e1e61cdffb.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjc2MTgwNzUsIm5iZiI6MTcyNzYxNzc3NSwicGF0aCI6Ii85ODA1MTYyMS8zNzE4MDc5NzMtMGIwYTVmNGUtMmVlYy00YzczLTg5OWEtZjVlMWU2MWNkZmZiLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTI5VDEzNDkzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFhYThlMjYyOTZhOTQ4NmIyZTZkYTJlZjJkMTNjMThmMDQ0YmNmNjVjOWUxYWNiNWRjNGYzYTQ0ODY4YWRkM2ImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7ra76tdoRDWqP0FwsnObzbgG92seYcUG76GtQdt-Fc4)
    
    
      
        
          
        
        
          
          
        
      
      [
        
          
        
      ](https://private-user-images.githubusercontent.com/98051621/371807973-0b0a5f4e-2eec-4c73-899a-f5e1e61cdffb.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjc2MTgwNzUsIm5iZiI6MTcyNzYxNzc3NSwicGF0aCI6Ii85ODA1MTYyMS8zNzE4MDc5NzMtMGIwYTVmNGUtMmVlYy00YzczLTg5OWEtZjVlMWU2MWNkZmZiLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTI5VDEzNDkzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFhYThlMjYyOTZhOTQ4NmIyZTZkYTJlZjJkMTNjMThmMDQ0YmNmNjVjOWUxYWNiNWRjNGYzYTQ0ODY4YWRkM2ImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7ra76tdoRDWqP0FwsnObzbgG92seYcUG76GtQdt-Fc4)
    
   [ ](https://private-user-images.githubusercontent.com/98051621/371807973-0b0a5f4e-2eec-4c73-899a-f5e1e61cdffb.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjc2MTgwNzUsIm5iZiI6MTcyNzYxNzc3NSwicGF0aCI6Ii85ODA1MTYyMS8zNzE4MDc5NzMtMGIwYTVmNGUtMmVlYy00YzczLTg5OWEtZjVlMWU2MWNkZmZiLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTI5VDEzNDkzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFhYThlMjYyOTZhOTQ4NmIyZTZkYTJlZjJkMTNjMThmMDQ0YmNmNjVjOWUxYWNiNWRjNGYzYTQ0ODY4YWRkM2ImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7ra76tdoRDWqP0FwsnObzbgG92seYcUG76GtQdt-Fc4)

And this method worked for me! The problem of zooming the touchpad in the Brave browser has been solved. Thank you for your help and everyone 🤍

but after this, the app icon does not appear in the favorite apps or task manager! etc. now I can just run brave by command!🙁
how can i fix this?

You can fix it by creating a desktop entry, like this:

Thanks for your help🤍 I reinstalled the Brave browser and everything is good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Chromium/waiting upstream Issue is in Chromium; we'll likely wait for the fix OS/Desktop OS/Linux priority/P5 Not scheduled. Don't anticipate work on this any time soon. repros-on-chrome trackpad
Projects
None yet
Development

No branches or pull requests