![]() |
Thunar browsing performance implementation - errors on gvfs - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Other (https://www.linuxliteos.com/forums/forumdisplay.php?fid=20) +--- Thread: Thunar browsing performance implementation - errors on gvfs (/showthread.php?tid=6601) |
Thunar browsing performance implementation - errors on gvfs - robinc - 11-17-2019 I have been puzzling over errors in .xsession-errors - esp. Code: This tool has been deprecated, use 'gio mount' instead. I found that in Session and Startup it's running Thunar browsing performance implementation which calls Code: gvfs-mount network: > /dev/null && gvfs-ls network: > /dev/null Running that in terminal produced the deprecated error as above. If instead I run Code: gio mount network: > /dev/null && gvfs-ls network: > /dev/null Code: gio: file:///home/robin/%3E: volume doesn’t implement mount As it happens I have no interest in the network side, just hadn't switched this off in Session and Startup - not sure if it's a bug, but I have tracked down a number of posts about xdg being deprecated. Re: Thunar browsing performance implementation - errors on gvfs - Valtam - 11-17-2019 I'll try Series 5.x without the browsing performance implementation and see if there is a difference. |