Merge remote-tracking branch 'upstream/main' into update-pptx-crate-to-newest-release

This commit is contained in:
Nils Kruthoff 2026-07-21 11:21:11 +02:00
commit b8bbc79607
2 changed files with 4 additions and 4 deletions

View File

@ -98,15 +98,15 @@ This path is intended for a Flatpak provisioning extension like:
```yaml
add-extensions:
org.MindWorkAI.AIStudio.provisioning:
org.mindworkai.AIStudio.provisioning:
directory: etc/MindWorkAI
no-autodownload: true
```
Policy files can then be provided on the host through the extension directories. For example:
- System-wide, read-only: `/var/lib/flatpak/extension/org.MindWorkAI.AIStudio.provisioning/x86_64/stable/`
- User-specific: `$XDG_DATA_HOME/flatpak/extension/org.MindWorkAI.AIStudio.provisioning/x86_64/stable/`
- System-wide, read-only: `/var/lib/flatpak/extension/org.mindworkai.AIStudio.provisioning/x86_64/stable/`
- User-specific: `$XDG_DATA_HOME/flatpak/extension/org.mindworkai.AIStudio.provisioning/x86_64/stable/`
Files placed there are mounted into the sandbox at `/app/etc/MindWorkAI/`. Use the same policy file names and YAML format described below.

View File

@ -123,7 +123,7 @@ flatpak install --user ./MindWork.AI.Studio.Plugin.Pandoc_aarch64.flatpak
Start AI Studio from your application menu or run:
```bash
flatpak run org.MindWorkAI.AIStudio
flatpak run org.mindworkai.AIStudio
```
If no application-menu entry appears, sign out of your desktop session completely and sign in again, or restart the system.