linuxflutterchromiumflatpak

how to execute flutter app in Chromium browser on linux?


how to execute flutter app in Chromium in Flat-pack Linux? i tried #CHROME_EXECUTABLE=/snap/bin/chromium; export CHROME_EXECUTABLE but it didn't work.


Solution

  • you are using snaps now , to use Flat-pack Chromium edit the .bashrc file by adding :

    CHROME_EXECUTABLE="/var/lib/flatpak/app/org.chromium.Chromium/current/active/export/bin/org.chromium.Chromium"; export CHROME_EXECUTABLE