Skip to content

Commit

Permalink
Fix SWT Chart settings not persisting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Sep 15, 2024
1 parent 17f32fc commit e5f36e5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ confinement: strict
architectures:
- build-on: amd64
- build-on: arm64

apps:
openchrom:
extensions:
Expand All @@ -21,6 +22,9 @@ apps:
- network-bind
- removable-media
- x11
- dot-config-swtchart
- dot-config-openchrom

parts:
openchrom:
plugin: dump
Expand All @@ -47,6 +51,21 @@ parts:
source: snap/local/wrappers
organize:
openchrom: bin/openchrom-wrapper

plugs:
dot-config-swtchart:
interface: personal-files
read:
- $HOME/.eclipse/org.eclipse.swtchart.extensions/settings
write:
- $HOME/.eclipse/org.eclipse.swtchart.extensions/settings
dot-config-openchrom:
interface: personal-files
read:
- $HOME/.openchrom
write:
- $HOME/.openchrom

lint:
ignore:
- library:
Expand Down

0 comments on commit e5f36e5

Please sign in to comment.