logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: d21e13a145bf35d0c2234193d7108daa729bb38d
parent 05d1ca267e46235978a396f2a5afa32c48f5f509
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 22 May 2021 04:12:59 +0200

notes/pure-wayland.shtml: The GIMP!

Diffstat:

Mnotes/pure-wayland.shtml3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/notes/pure-wayland.shtml b/notes/pure-wayland.shtml @@ -185,7 +185,8 @@ endif</code></pre> <li><a href="http://mypaint.org/">MyPaint</a>: Yes, Just Works</li> <li><a href="https://github.com/aearil/dustr">dustr</a> (light interactive cropping tool): Yes, Just Works</li> <li><a href="https://wiki.gnome.org/Apps/Evince">evince</a>: Yes, Just Works</li> - <li><a href="https://inkscape.org/">Inkscape: Yes, Just Works</a></li> + <li><a href="https://inkscape.org/">Inkscape</a>: Yes, Just Works</li> + <li><a href="https://www.gimp.org/">The GIMP</a> (2.99.6): Yes, Just Works</li> <li><a href="https://gstreamer.freedesktop.org/">gstreamer</a>: Mostly, only lacks wlr-based screen grabbing and <a href="https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1143">requires patching meson for GLVND</a></li> <li><a href="https://github.com/eXeC64/imv">imv</a> (IMage Viewer): Sort-of, needs a patch for <code>-lGL</code> to <code>-lOpenGL</code> (<a href="https://github.com/eXeC64/imv/pull/285">my PR for it</a>)</li> <li><a href="https://krita.org/">Krita</a>: Works, including tablet support. Had to switch Qt to full OpenGL instead of GLES and remove qtx11extra stuff in two <code>CMakeList.txt</code> files.</li>