diff options
| author | Ted Gould <ted@gould.cx> | 2017-08-13 02:37:12 +0000 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2017-08-13 02:37:12 +0000 |
| commit | 44f213ebca4f65e2b92c5daeb91e12662b337aaf (patch) | |
| tree | fcd90c392f83e664b4c836e5f8af2c25727ad579 /snap | |
| parent | Add flatten button to simplify, bspline and spiro. Need to rerun cmake becaus... (diff) | |
| download | inkscape-44f213ebca4f65e2b92c5daeb91e12662b337aaf.tar.gz inkscape-44f213ebca4f65e2b92c5daeb91e12662b337aaf.zip | |
Add interfaces for networking and printing
We added the cups-control interface for getting and adjusting
a printer. And added the network interface for the OCAL lookup
and grabbing of graphics.
Diffstat (limited to 'snap')
| -rw-r--r-- | snap/snapcraft.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 8aed159e3..6ef3a2f54 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -99,7 +99,7 @@ parts: apps: inkscape: command: snapcraft.sh desktop-launch inkscape - plugs: [home, unity7, gsettings] + plugs: [home, unity7, gsettings, cups-control, network] desktop: share/applications/inkscape.desktop viewer: command: snapcraft.sh desktop-launch inkview |
