• Cousin Mose
      link
      fedilink
      116 months ago

      Desktop.ini, desktop.ini, DESKTOP.INI or some other fucked up casing

  • ElcaineVolta
    link
    fedilink
    286 months ago

    auto installing in the home directory is like walking into someone’s house and putting your feet up on their table. so rude.

    • qazOP
      link
      fedilink
      English
      196 months ago

      I’ve seen some programs put their shit in ~/Documents which is even worse.

      • @[email protected]
        link
        fedilink
        86 months ago

        This nonsense is why I’ve never set my XDG_HOME_DIRS to their actual values. A convenient button in file browsers isn’t worth the intrusion.

  • @[email protected]
    link
    fedilink
    256 months ago

    I’d like to know which one is creating /.Trash-1000. Yes, at the root folder. No, I don’t have any other OS installed in this system but linux

    • qazOP
      link
      fedilink
      English
      24
      edit-2
      6 months ago

      You should be able to set a watch using the Linux Audit system (which home-watcher also uses). Try something like this

      sudo auditctl -w /.Trash-1000 -p rwxa -k trash_monitor
      

      You should then be able to search for events in the logs with

      sudo ausearch -k trash_monitor
      
    • redjard
      link
      fedilink
      96 months ago

      The kde default explorer dolphin does.
      It creates them at the root of separate partitions (or maybe only network mounts).
      Basically as a fallback to moving it slowly into a local trash.

      You probably have the system mounted elsewhere and are accessing it remotely with dolphin would be my guess.

      Last time I encountered it I found no good solution, it’s very anyoing.
      Best workaround is to create a file of the same name as the folder, that way at least it stays empty.

  • Eager Eagle
    link
    fedilink
    English
    126 months ago

    Nice, I’ve wanted something like this many times now.