惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
C
Check Point Blog
B
Blog RSS Feed
G
Google Developers Blog
H
Help Net Security
博客园 - Franky
Blog — PlanetScale
Blog — PlanetScale
H
Hackread – Cybersecurity News, Data Breaches, AI and More
量子位
Recent Announcements
Recent Announcements
B
Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
D
DataBreaches.Net
小众软件
小众软件
T
The Blog of Author Tim Ferriss
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
MongoDB | Blog
MongoDB | Blog
Y
Y Combinator Blog
T
Tailwind CSS Blog
J
Java Code Geeks
MyScale Blog
MyScale Blog
雷峰网
雷峰网
有赞技术团队
有赞技术团队
博客园 - 聂微东

Flathub Discourse - Latest posts

Hnefatafl Copenhagen 6.1.1 Released! Command: in manifest : please more documentation or examples AZPainter: Simple Drawing Software (Software Rquest) Nearcade Erreur en cours de sauvegarde Other Exception Local Septima - A GNOME-native front-end for 7-Zip ZS Add BANDLAB android app to flatpak Using mold in org.freedesktop.Sdk - how come it's not in the base SDK? Thoughts about adopting community fork of intel-vaapi-driver Thinking About Packaging a tool that generate transcript for podcast as a Flatpak New App Submission: Orion Video Player (io.github.ramm_fr.Orion) New Freedesktop SDK documentation for Flatpak app devs, seeking feedback Error message on updating Flatpak OpenCPN: udev-rule is missing How to appeal rejected review? The Flathub website seems completely broken right now. It happens across multiple devices (tested on both Windows 11 and Linux). > Dealer's Choice How well are flathub packages moderated? Why does `flatpak search .` return way more results than the API Flathub Website How do you classify and reject applications? Flatpak request for Corel Aftershot 3 Pro Flathub Webseite Handling package updates for applications with frequent content changes What would be the best way to refer to the Flatpak XDG data home in a config file? Application version stuck for 2 months despite multiple builds pushed to Flathub in the meantime Virtual Surround Manager: Please help with setting PipeWire metadata Rudeness of some maintainers Package request: ITGmania Some questions about LLMs
Permanently punching through Flatpak Sandbox (how do you ...
@CodedOre Co · 2026-05-01 · via Flathub Discourse - Latest posts

Hi, I am developing a mod manager app for Linux, developed with Python and GTK4. I wanted my app to be available as a Flatpak, and seeing as the whole point is to sandbox the app, I want to try and do this as much as possible to reassure the user. My app needs access to a few very specific paths which are defined in my finish-args like so: # Heroic - --filesystem=~/.config/heroic:ro # Standard - --filesystem=~/.var/app/com.heroicgameslauncher.hgl/config/heroic:ro # Flatpak # Steam ...