logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: 2ed8b1edf5251970613f76efeb57d90a81ce1f5c
parent 842014a27beac2cd09180615bdf16c55df4b331c
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>