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

推荐订阅源

T
Tailwind CSS Blog
博客园 - 【当耐特】
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - Franky
小众软件
小众软件
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 三生石上(FineUI控件)
B
Blog
有赞技术团队
有赞技术团队
J
Java Code Geeks
云风的 BLOG
云风的 BLOG
Recent Announcements
Recent Announcements
Jina AI
Jina AI
Vercel News
Vercel News
博客园 - 叶小钗
Hugging Face - Blog
Hugging Face - Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
F
Fortinet All Blogs
The Cloudflare Blog
V
V2EX
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园_首页
腾讯CDC

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 ...