Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

readme.md

Flatpaks, what are they?

By design, Flatpaks have limited access to your home folder and system in general. For most applications, this is perfectly fine, though in some cases this may limit the access you need—such as a webcam or microphone for Zoom, or a directory outside your home folder (for example, an external flash/thumb drive). You can extend this access using Flatseal, which itself can be installed via Flatpak.

Setting up Flatseal on Ubuntu

  • Step 1
sudo apt install curl -y && \
curl -O https://raw.githubusercontent.com/FrameworkComputer/linux-docs/main/flatpaks/flatseal-installer.sh && \
bash flatseal-installer.sh

Setting up Mission Center Installer for Ubuntu

  • Step 1
sudo apt install curl -y && \
curl -O https://raw.githubusercontent.com/FrameworkComputer/linux-docs/main/flatpaks/mission-center-installer.sh && \
bash mission-center-installer.sh
  • Step 2

    Log out, then log back in or reboot.