Skip to content

Instantly share code, notes, and snippets.

@megahall
Last active July 3, 2026 02:47
Show Gist options
  • Select an option

  • Save megahall/703239891d721a00e399cd54a782e709 to your computer and use it in GitHub Desktop.

Select an option

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
#!/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