Daniel Kraus writes: > Hi! Hi Daniel, > It is still the same (no rclone process and nothing mounted) > (see log below where I try do visit dired /rclone:drive: ) > > Maybe I'm doing something wrong? > After `emacs --debug-init -Q` I just eval (setq tramp-verbose 10) > and then M-x dired with /rclone:drive: > ;; Emacs: 27.0.50 Tramp: 2.4.1-pre -*- mode: outline; -*- > ;; Location: /usr/share/emacs/27.0.50/lisp/net/tramp.elc Git: makepkg/ed3ae3fc58c12bb413f52026c06320a5fff84084 Hmm, this one looks strange. You are using git branch makepkg (a local one), which points to git revision ed3ae3fc58c12bb413f52026c06320a5fff84084. This is, at least in the master branch, a newer revision than my commit from yesterday (f3328f995ee316cffa1a86117e6da2ba299d2c90). I guess, you have merged the master branch into your makepkg branch. However, tramp.elc is located at /usr/share/emacs/27.0.50/lisp/net/tramp.elc. Do you have installed your latest Emacs compilation at this location? Furthermore, does it help to remove the check for `non-essential' in `tramp-rclone-maybe-open-connection'? That is