diff options
| author | Michael Albinus <michael.albinus@gmx.de> | 2026-05-23 10:25:46 +0200 |
|---|---|---|
| committer | Michael Albinus <michael.albinus@gmx.de> | 2026-05-23 10:25:46 +0200 |
| commit | 3d2bb233f27c00dac2bec0c70a569a6232f37c54 (patch) | |
| tree | 10d59a37be738f0555b099e29948953d5e8366dd /doc | |
| parent | f6281d757d35bb93790732164f9d8d11c043c00c (diff) | |
; Minor Tramp changes
* doc/misc/tramp.texi (Frequently Asked Questions):
google-drive has been disabled in GNOME 50.
* lisp/net/tramp-cmds.el (tramp-enable-method): Upcase prompt.
* lisp/net/tramp-sh.el (tramp-sh-handle-make-process)
(tramp-sh-handle-process-file): Improve setting of environment variables.
* test/lisp/net/tramp-tests.el (tramp-methods) <mock>:
Add `tramp-tmpdir'. Adapt `tramp-login-program'.
(ert-remote-temporary-file-directory): Improve expansion.
(tramp-test35-remote-path): Adapt test.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/tramp.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index ae65cf2a620..6daa2b010cf 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -6436,6 +6436,13 @@ You can change this directory by setting the user option @item +I get an error @samp{Method `gdrive' not supported by GVFS}. + +@samp{google-drive} has been disabled in @acronym{GNOME} 50. It is +not clear yet whether and when it will be reenabled. +@c @uref{https://discourse.gnome.org/t/google-drive-in-gnome-50/34417} + +@item How to ignore errors when changing file attributes? @vindex tramp-inhibit-errors-if-setting-file-attributes-fail |
