This content originally appeared on DEV Community and was authored by Calin Baenen
Why doesn't my XFCE4 log-in script work?
To my knowledge, everything seems set-up correct.
This is the actual script located in ~/Misc/CalinsStartUtils:
# Calin's start-up utilities.
# Remove recently used.
rm ~/.local/share/recently-used.xbel
# Clean trash.
rm -rf ~/.local/share/Trash/expunged
rm -rf ~/.local/share/Trash/info
rm ~/.local/share/gvfs-metadata/*.log
# Clear cache.
rm -rf ~/.cache/thumbnails/*/*
rm -rf ~/.cache/sessions/*
truncate -s 0 ~/.bash_history
# Connect to wifi.
iwctl station wlan0 scan
iwctl station wlan0 connect $HOME_WIFI
Thanks!
Cheers!
This content originally appeared on DEV Community and was authored by Calin Baenen
Calin Baenen | Sciencx (2022-01-27T17:55:48+00:00) Why won’t my XFCE4 log-in script work?. Retrieved from https://www.scien.cx/2022/01/27/why-wont-my-xfce4-log-in-script-work/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.
