Create a file in your home and make it executable:
sudo vi ~/.local/bin/chrome
sudo chmod +x ~/.local/bin/chrome
Content of the file :
#!/bin/bash
flatpak run com.google.Chrome "$@"
Create a file in your home and make it executable:
sudo vi ~/.local/bin/chrome
sudo chmod +x ~/.local/bin/chrome
Content of the file :
#!/bin/bash
flatpak run com.google.Chrome "$@"