rotopenguin, 1 year ago I handle it more like ln -s /var/lib/flatpak/exports/bin/org.inkscape.Inkscape ~/.local/bin/inkscape .local/bin is a directory that you may have to make, but your shell’s startup scripts should automatically add it to the PATH after that.
I handle it more like ln -s /var/lib/flatpak/exports/bin/org.inkscape.Inkscape ~/.local/bin/inkscape
ln -s /var/lib/flatpak/exports/bin/org.inkscape.Inkscape ~/.local/bin/inkscape
.local/bin is a directory that you may have to make, but your shell’s startup scripts should automatically add it to the PATH after that.