You are not logged in.
This looks like it's related to the other thread? Why do you need to do this from the terminal? Why not just use the graphical tools that are available?
As for the items identified, you can disable the display of desktop icons via:
xfconf-query -c xfce4-desktop -p /desktop-icons/style --create -t int -s 0
There is no easy way to remove panels or individual panel items.
To remove the Applications label, assuming that's the application menu plugin, something like this should work:
xfconf-query -c xfce4-panel -p /plugins/plugin-$(xfconf-query -c xfce4-panel -lv | grep applicationsmenu | awk '{print $1}' | awk -F '-' '{print $2}')/show-button-title --create -t bool -s false
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
YES! This two command work exelent.
Offline
Nope. First command completely breaks the functionality of the desktop. With it, then it's impossible to interact, and I just need to remove the labels.
Offline
Nope. First command completely breaks the functionality of the desktop. With it, then it's impossible to interact, and I just need to remove the labels.
If you just want to remove the desktop icon labels:
xfconf-query -c xfce4-desktop -p /desktop-icons/font-size -n -t double -s 0
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 533.13 KiB (Peak: 533.97 KiB) ]