You are not logged in.
I believe it's Debian.
johnaweiss@penguin:~$ sudo apt-get -y install gvfs
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
gvfs is already the newest version (1.46.2-1).
gvfs set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
johnaweiss@penguin:~$ sudo apt-mark auto gvfs
gvfs set to automatically installed.
Last edited by johnywhy (2023-08-18 16:18:45)
arch xfce x86_64
Offline
Do you also have gvfs-backends installed?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
That's the fix.
Why was it missing?
Here's how i installed Thunar
sudo apt-get -y install thunar
Is there an alternative installation command for Thunar which would include gvfs-backends automatically?
Thanks!
Last edited by johnywhy (2023-08-18 16:21:50)
arch xfce x86_64
Offline
If you run:
apt show thunar
...you will see that gvfs-backends is suggested. The distro has set it up this way.
I believe apt/apt-get have an "--install-suggests" parameter that will also install the suggested packages.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
[ Generated in 0.010 seconds, 7 queries executed - Memory usage: 521.3 KiB (Peak: 522.15 KiB) ]