summaryrefslogtreecommitdiffstats
path: root/packaging/appimage
diff options
context:
space:
mode:
authorvanntile <valentin.ionita1201@gmail.com>2019-01-24 06:24:03 +0000
committervanntile <valentin.ionita1201@gmail.com>2019-01-24 06:24:03 +0000
commitdeeb288fc38e09fba325741afb2c66f693438f9b (patch)
tree8bfd904d16ae1b598afaf82ee9bd9ffe83afbe9f /packaging/appimage
parentOnly connect color profile event when building against LCMS. (diff)
downloadinkscape-deeb288fc38e09fba325741afb2c66f693438f9b.tar.gz
inkscape-deeb288fc38e09fba325741afb2c66f693438f9b.zip
Rename Linux metadata Issue fix
Diffstat (limited to 'packaging/appimage')
-rw-r--r--packaging/appimage/generate.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/appimage/generate.sh b/packaging/appimage/generate.sh
index 71b1f0afc..1d05d9e2f 100644
--- a/packaging/appimage/generate.sh
+++ b/packaging/appimage/generate.sh
@@ -25,7 +25,7 @@ cp ../packaging/appimage/AppRun appdir/AppRun ; chmod +x appdir/AppRun
( cd appdir/usr/lib/ ; ln -s ../* . ) # FIXME: Why is this needed?
( cd appdir/ ; ln -s usr/* . ) # FIXME: Why is this needed?
cp ./appdir/usr/share/icons/hicolor/256x256/apps/inkscape.png ./appdir/
-sed -i -e 's|^Icon=.*|Icon=inkscape|g' ./appdir/usr/share/applications/inkscape.desktop # FIXME
+sed -i -e 's|^Icon=.*|Icon=org.inkscape.Inkscape|g' ./appdir/usr/share/applications/org.inkscape.Inkscape.desktop # FIXME
cd appdir/
########################################################################
@@ -73,7 +73,7 @@ cd -
wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
chmod a+x linuxdeployqt-continuous-x86_64.AppImage
-./linuxdeployqt-continuous-x86_64.AppImage --appimage-extract-and-run appdir/usr/share/applications/inkscape.desktop \
+./linuxdeployqt-continuous-x86_64.AppImage --appimage-extract-and-run appdir/usr/share/applications/org.inkscape.Inkscape.desktop \
-appimage -unsupported-bundle-everything -executable=appdir/usr/bin/inkview \
-executable=appdir/usr/lib/inkscape/libinkscape_base.so \
-executable=$(readlink -f appdir/usr/lib/x86_64-linux-gnu/gdk-pixbuf-*/*/loaders/libpixbufloader-xpm.so) \
@@ -93,4 +93,4 @@ chmod a+x linuxdeployqt-continuous-x86_64.AppImage
-executable=$(readlink -f appdir/usr/lib/x86_64-linux-gnu/gtk-*/*/engines/libadwaita.so) \
-executable=appdir/usr/bin/python2.7
-mv Inkscape*.AppImage* ../ \ No newline at end of file
+mv Inkscape*.AppImage* ../