XFCE 4.20 Released
alexxcons.github.io
XFCE 4.20 Released
1–10 of 49 posts
Re: XFCE 4.20 Released
#2tl;dr they are adding Wayland support while maintaining X support by abstracting both into an interface so they never lose support to either.
Re: XFCE 4.20 Released
#3Re: XFCE 4.20 Released
#4This is very impressive. tl;dr they are adding Wayland support while maintaining X support by abstracting both into an interface so they never lose support to either.
Re: XFCE 4.20 Released
#5This is very impressive. tl;dr they are adding Wayland support while maintaining X support by abstracting both into an interface so they never lose support to either.
Wayland still intrigues me - it was first released 16 years ago but still support like in XFCE is "experimental". I really don't know much about Wayland but its initial goals and the excitement if caused (at first) seemed always very noble.
Re: XFCE 4.20 Released
#6Re: XFCE 4.20 Released
#7 $ cat /usr/local/bin/noko-make-icon
convert -size 24x24 -gravity center -background yellow -fill black\
label:$1 ~/.local/share/icons/$1.png
file=~/.local/share/applications/$1-noko.desktop
echo [Desktop Entry] > $file
echo Name=$1 >> $file
echo Comment=noko-made >> $file
echo Exec=$1 >> $file
echo Terminal=false >> $file
echo Icon=~/.local/share/icons/$1.png >> $file
echo Type=Application >> $file
"convert" is from ImagemagickRe: XFCE 4.20 Released
#8This is very impressive. tl;dr they are adding Wayland support while maintaining X support by abstracting both into an interface so they never lose support to either.
Wayland still intrigues me - it was first released 16 years ago but still support like in XFCE is "experimental". I really don't know much about Wayland but its initial goals and the excitement if caused (at first) seemed always very noble.
Re: XFCE 4.20 Released
#9This is very impressive. tl;dr they are adding Wayland support while maintaining X support by abstracting both into an interface so they never lose support to either.
Wayland still intrigues me - it was first released 16 years ago but still support like in XFCE is "experimental". I really don't know much about Wayland but its initial goals and the excitement if caused (at first) seemed always very noble.
Future projects wanting to overturn crusty old incumbents by supercharging the worst part of that incumbents' process should at least provide a side project where all the extra bits that maybe people liked can grow a replacement, even though it's not the focus.
Re: XFCE 4.20 Released
#10Wayland support is huge news. Of course, it's still limited, and Wayland itself is still limited in many ways. But this appears to be the road forward, and Xfce is taking it, showing how it's future-proof. I like how it was done by factoring out things related to the Wayland support into a library, while maintaining most of the rest. This hopefully shows that the code is in a good shape, well-structured.
Congratulations with the release!