You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



Thunar browsing performance implementation - errors on gvfs

Author (Read 3394 times)

0 Members and 1 Guest are viewing this topic.

Re: Thunar browsing performance implementation - errors on gvfs
« Reply #2 on: November 17, 2019, 03:24:52 PM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8775
    Posts
  • Reputation: 801
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
I'll try Series 5.x without the browsing performance implementation and see if there is a difference.
 

Thunar browsing performance implementation - errors on gvfs
« Reply #1 on: November 17, 2019, 06:53:27 AM »
 

robinc

  • Occasional Poster
  • **
  • 60
    Posts
  • Reputation: 13
  • Linux Lite Member
    • View Profile

  • CPU: AMD Turion 64

  • MEMORY: 4Gb
I have been puzzling over errors in .xsession-errors - esp.

Code: [Select]
This tool has been deprecated, use 'gio mount' instead.
See 'gio help mount' for more info.

gio: file:///home/robin/%3E: volume doesn’t implement mount
gio: file:///dev/null: volume doesn’t implement mount
gio: file:///home/robin/&&: volume doesn’t implement mount
gio: file:///home/robin/gvfs-ls: volume doesn’t implement mount
gio: file:///home/robin/%3E: volume doesn’t implement mount
gio: file:///dev/null: volume doesn’t implement mount

I found that in Session and Startup it's running Thunar browsing performance implementation which calls
Code: [Select]
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: [Select]
gio mount network: > /dev/null && gvfs-ls network: > /dev/nullin terminal then no gio error, but .xsession-errors now contains
Code: [Select]
gio: file:///home/robin/%3E: volume doesn’t implement mount
gio: file:///dev/null: volume doesn’t implement mount
gio: file:///home/robin/&&: volume doesn’t implement mount
gio: file:///home/robin/gvfs-ls: volume doesn’t implement mount
gio: file:///home/robin/%3E: volume doesn’t implement mount
gio: file:///dev/null: volume doesn’t implement mount
[b]gio: network:///: Location is already mounted
gio: network:///: Location is already mounted[/b]

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.
 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section