logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 4e3e3d8fa627933843b74d46a32fc994ddf450f9
parent a0d139427da8b30b0bcb0000fef4208bdaad91ff
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 20 Dec 2020 21:13:50 +0100

notes/pure-wayland: Setup info

Diffstat:

Mnotes/pure-wayland.shtml1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/notes/pure-wayland.shtml b/notes/pure-wayland.shtml @@ -13,6 +13,7 @@ You can find this kind of similar setup in embedded systems (ie. SailfishOS), as X11 makes no sense outside of keyboard+mouse setups, but I don't expect it until a bunch of years for regular desktops (say when X.Org will have died), I'm doing this right now to avoid having to rush to get rid of X11 with having to push the End-of-Life date way back it's upstream date (that happened with python-2 because it wasn't much prepared until the last year or two).<br/> It's also the kind of setup that I expect soon in security-oriented systems because Wayland addresses a number of design flaws. </p> + <p>Testing is done on Gentoo Linux with <code>USE="-X -XWayland"</code> and with the <a href="https://swaywm.org">Sway compositor</a>.</p> <p>Reminder: <dl> <dt>static linking</dt><dd>(<code>LDFLAGS="-static"</code>) some of the library is copied in the executable</dd>