On Cinnamon and LxQt, the trash is in ~/.local/share/Trash. Is it the same for all desktop environments?

    • @[email protected]
      link
      fedilink
      34
      edit-2
      6 months ago

      Also fyi there’s trash-cli

      I have rm aliased to trash-rm (not in sudo tho, so I can still force true deletion), so that if I remove something in terminal it also goes to trash.

      You can empty the trash via trash-empty

      It also uses ${XDG_DATA_HOME}/Trash (usually ~/.local/share/Trash)

      • dave@hal9000
        link
        16 months ago

        Oh that’s neat! Thanks for the tip!