diff --git a/snap/gui/PLOT64.png b/snap/gui/PLOT64.png new file mode 100644 index 0000000..ec630f3 Binary files /dev/null and b/snap/gui/PLOT64.png differ diff --git a/snap/gui/rdplot.desktop b/snap/gui/rdplot.desktop new file mode 100644 index 0000000..3fae344 --- /dev/null +++ b/snap/gui/rdplot.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Name=RDPlot +GenericName=Rate Distortion Plot +Type=Application +Encoding=UTF-8 +Exec=rdplot %F +Terminal=false +Icon=${SNAP}/meta/gui/PLOT64.png +Comment=RDPlot tool +NoDisplay=false +Name[en]=RDPlot +Categories=AudioVideo +X-KDE-StartupNotify=true diff --git a/snapcraft.yaml b/snap/snapcraft.yaml similarity index 93% rename from snapcraft.yaml rename to snap/snapcraft.yaml index 2eb8530..1227643 100644 --- a/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,7 @@ name: rdplot version: git -icon: src/rdplot/logo/PLOT64.png +type: app +icon: snap/gui/PLOT64.png summary: The plotting tool for rate distortion curves in the context of video coding. description: | RDPlot is a tool for plotting rate-distortion curves. The major feature consists in the parsing @@ -14,7 +15,6 @@ confinement: strict apps: rdplot: command: desktop-launch ${SNAP}/bin/rdplot - desktop: lib/python3.5/site-packages/rdplot/misc/rdplot.desktop plugs: [home, removable-media, network, x11, wayland, desktop, desktop-legacy, opengl, gsettings] parts: