mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-11 19:52:10 +00:00
Merge remote-tracking branch 'upstream/main' into update-pptx-crate-to-newest-release
This commit is contained in:
commit
b8bbc79607
@ -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.
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user