You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, crostini, on some computers, breaks bubblewrap. Flatpaks can install but can't run. As an alternative method, please add instructions for installing flatpak on a chromebook using chromebrew, which does work.
Here are the step by step instructions:
Follow the instructions on the chromebrew README to install chromebrew. You will need to put your chromebook in developer mode.
Install flatpak with crew install flatpak.
Set up flathub flatpak remote-add --user --if-not-exists https://flathub.org/repo/flathub.flatpakrepo
Reload the chromebrew environment. source /usr/local/etc/profile
Shutdown and turn back on to set XDG environment variables. sudo reboot
Notes: Chromebrew doesn't support GUI launchers right now (coming soon!). For the time being, to run flatpakked software, run flatpak run com.domain.Project
The text was updated successfully, but these errors were encountered:
Currently, crostini, on some computers, breaks bubblewrap. Flatpaks can install but can't run. As an alternative method, please add instructions for installing flatpak on a chromebook using chromebrew, which does work.
Here are the step by step instructions:
Follow the instructions on the chromebrew README to install chromebrew. You will need to put your chromebook in developer mode.
Install flatpak with crew install flatpak.
Set up flathub flatpak remote-add --user --if-not-exists https://flathub.org/repo/flathub.flatpakrepo
Reload the chromebrew environment. source /usr/local/etc/profile
Shutdown and turn back on to set XDG environment variables. sudo reboot
Flatpak is not working on Chromebrew: #11191
Can install flatpak and apps but can't make them run.
My steps to make install:
Install crew install flatpak OK
Repository flatpak --user remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo OK
Reboot
Install app flatpak install flathub org.gimp.GIMP OK
Notes: Chromebrew doesn't support GUI launchers right now (coming soon!). For the time being, to run flatpakked software, run flatpak run com.domain.Project
Currently, crostini, on some computers, breaks bubblewrap. Flatpaks can install but can't run. As an alternative method, please add instructions for installing flatpak on a chromebook using chromebrew, which does work.
Here are the step by step instructions:
crew install flatpak
.flatpak remote-add --user --if-not-exists https://flathub.org/repo/flathub.flatpakrepo
source /usr/local/etc/profile
sudo reboot
Notes: Chromebrew doesn't support GUI launchers right now (coming soon!). For the time being, to run flatpakked software, run
flatpak run com.domain.Project
The text was updated successfully, but these errors were encountered: