Last active
July 3, 2026 02:47
-
-
Save megahall/703239891d721a00e399cd54a782e709 to your computer and use it in GitHub Desktop.
maked home subdirectories on Debian work like the ones on Ubuntu and Kubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| sudo aptitude install xdg-user-dirs xdg-user-dirs-gtk | |
| xdg-user-dirs-update --force | |
| xdg-user-dirs-gtk-update | |
| rm -r ~/.local/share/user-places.xbel* | |
| sudo systemctl restart sddm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment