4 comments

  • miduil11 minutes ago
    You can skip inotify tools altogether and do use systemd like this to trigger `rm -rf`:<p><pre><code> `~&#x2F;.config&#x2F;systemd&#x2F;user&#x2F;remove-thunderbird-dir.path` [Unit] Description=Watch for unwanted ~&#x2F;thunderbird directory [Path] PathExists=%h&#x2F;thunderbird Unit=remove-thunderbird-dir.service [Install] WantedBy=default.target</code></pre>
  • lomlobon56 minutes ago
    I&#x27;ve long given up on keeping a clean home folder because so many software do this and keeping it clean is a constant chore. Now I just make a real_home folder in my &#x27;home&#x27; and put all my actual stuff there. They can use the ~ landfill
    • neuropacabra19 minutes ago
      I stopped using that software no matter how painful it was some games included. I wanted to play BG2 and the remake from GOG just litter the Documents folder even when running though Wine. Well, no game for then. Pity. I want my computer to serve me and to have my own files where yo want them.
  • the__alchemist42 minutes ago
    There are so many annoyances in TB. I stopped using it after a few days. My primary concerns:<p><pre><code> - Opening an email thread opens multiple (potentially many) tabs, and is difficult to nagivate or understand the flow of messages - I don&#x27;t know how to write an email without it making the spacing between paragraphs&#x2F;lines larger than I would like. (I.e. double-spacing) - Search is unreliable &#x2F; broken.</code></pre>
    • Saris9 minutes ago
      Shift+Enter for a normal new line. No idea why it&#x27;s like this.
    • fph24 minutes ago
      What did you replace it with?
  • sam_lowry_27 minutes ago
    You can control where XDG puts its litter, cf. <a href="https:&#x2F;&#x2F;wiki.archlinux.org&#x2F;title&#x2F;XDG_user_directories" rel="nofollow">https:&#x2F;&#x2F;wiki.archlinux.org&#x2F;title&#x2F;XDG_user_directories</a><p>Just note that XDG_DESKTOP_DIR and XDG_DOWNLOAD_DIR can not point to the same directory or chromium will disregard your config.<p>Reader, if you can commit to chromium without much hassle, check this and fix: see <a href="https:&#x2F;&#x2F;wiki.archlinux.org&#x2F;title&#x2F;Talk:XDG_user_directories" rel="nofollow">https:&#x2F;&#x2F;wiki.archlinux.org&#x2F;title&#x2F;Talk:XDG_user_directories</a>
    • nixosbestos12 minutes ago
      You (and other folks...) should probably click-through to the bugzilla links. Yes, normally. But, it looks like some legacy code path near the XDG stuff caused an accidental extra dir creation.<p>(I was rolling my eye wading in, thinking that Thunderbird was doing XDG and maybe some distro just wasn&#x27;t setting XDG_CONFIG_HOME correctly, etc, but alas, no it&#x27;s a TB bug)