Wow… managed to find the original post from 2004. This is the slashdot news story that got me started with e17 nearly 20 years ago.
Ahhh, e17 - I’ve got memories of building it from either cvs or svn at the time as soon as it was announced by rasterman on Slashdot.
e17 was my daily driver for a long time. It looked very pretty, before compositing was even a thing on the desktop, all without sacrificing performance. The biggest downside was that it wrote its configs as binary blobs which frequently broke as new development releases came out.
My heart still belongs to enlightenment/e17 but I’ve been using i3 for the past few years, and then hyprland for the last 4 months or so. It’s working out well.
If that’s the case, it’s a bit of an ugly hack but you could make a wrapper script placed in
/usr/local/bin/inkscape
like this:#!/bin/bash flatpack run org.inkscape.Inkscape ${*}
(the
${*}
will pass along all the arguments that the wrapper script was called with)