Earlier quoted context omitted.
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.
XFCE is the one running late here. Gnome, kde, and even all the wlroots based compositors have been pretty solid
XFCE 4.20 Released
11–20 of 49 posts
Re: XFCE 4.20 Released
#12Earlier quoted context omitted.
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.
There's definitely a lesson to be learned from Wayland's rollout. Technically it's a vastly superior approach to system graphics. The major roadblock to its adoption has been that it didn't deal with all the "extras" that X provided to desktop distributions as well. Things like copy/paste, screen sharinf, and others don't have a single standard way of accomplishing through Wayland because those aren't things related…
The whole point of freedesktop.org was to provide such a side project in the first place. The fact that it doesn't seem to be doing this with any effectiveness at present is the real issue.
Re: XFCE 4.20 Released
#13Making your own app-icons is notoriously difficult. $ 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 >> $fi…
BTW you can DRY it up:
convert ... # Unchanged.
cat ~/.local/share/applications/$1-noko.desktop
[Desktop Entry]
Name=$1
Comment=noko-made
Exec=$1
Terminal=false
Icon=~/.local/share/icons/$1.png
Type=Application
EOFRe: XFCE 4.20 Released
#14Making your own app-icons is notoriously difficult. $ 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 >> $fi…
Also, if you specify Terminal=true, your configured preference for your terminal emulator is ignored by all desktop environments.
Re: XFCE 4.20 Released
#15Re: XFCE 4.20 Released
#16Earlier quoted context omitted.
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.
There's definitely a lesson to be learned from Wayland's rollout. Technically it's a vastly superior approach to system graphics. The major roadblock to its adoption has been that it didn't deal with all the "extras" that X provided to desktop distributions as well. Things like copy/paste, screen sharinf, and others don't have a single standard way of accomplishing through Wayland because those aren't things related…
the decision to roll window management and keyboard management and screen management into one thing called "compositor" looks very cavalier to me. It resulted in a need to duplicate so many things that are modular and pluggable under X.
(Repeating myself, I wish somebody created a Wayland compositor that explicitly delegates most tasks to plugins, providing a stable interface, so that you could use your own WM, your own keyboard switcher, etc. Thankfully, screenshooting is using a similar approach already, but in a limited way. The idea is so obvious that somebody must have attempted this already.)
Re: XFCE 4.20 Released
#17Re: XFCE 4.20 Released
#18Now, currently I'm using LXQt (which is probably even more bare bones and "get the job done" DE), what can XFCE give me? I mean, I certainly see a point when people switch to XFCE from Gnome or KDE. But what about if coming from the other side of the spectrum?
Re: XFCE 4.20 Released
#19...And just the other day I was thinking about maybe trying XFCE out :) Now, currently I'm using LXQt (which is probably even more bare bones and "get the job done" DE), what can XFCE give me? I mean, I certainly see a point when people switch to XFCE from Gnome or KDE. But what about if coming from the other side of the spectrum?
I think you basically answered it right there.
It sits between. For the lxde people it would be more of a full fledged desktop, but not with the full weight of KDE or Gnome.