Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] wlroots-based compositors: no ssh in filemanagers (Read 289 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

[SOLVED] wlroots-based compositors: no ssh in filemanagers

I am on artix openrc, wayland.
On plasma or enlightenment all is working as expected.
On wlroots based compositors i cannot connect by ssh to remote resources from filemanagers, tested with nautilus, dolphin, thunar in sway, wayfire, hyprland.
ssh from terminal works  without any problems.

any help appreciated

Re: wlroots-based compositors: no ssh in filemanagers

Reply #1
Here two screenshots from thunar in plasma and in sway.
In plasma trash is shown correctly, in sway it is missing.
In the preferences a hint of missing gvfs is shown in sway but not in plasma .

Code: [Select]
pacman -Qs gvfs
local/gvfs 1.52.1-1 (gnome)
    Virtual filesystem implementation for GIO
local/gvfs-gphoto2 1.52.1-1 (gnome)
    Virtual filesystem implementation for GIO (gphoto2 backend; PTP camera,
    MTP media player)
local/gvfs-mtp 1.52.1-1 (gnome)
    Virtual filesystem implementation for GIO (MTP backend; Android, media
    player)
local/gvfs-nfs 1.52.1-1 (gnome)
    Virtual filesystem implementation for GIO (NFS backend)
local/gvfs-smb 1.52.1-1 (gnome)
    Virtual filesystem implementation for GIO (SMB/CIFS backend; Windows
    client)

edit: on a second notebook thunar works correctly in sway. On this notebook no packages are installed, that are not on the first notebook.

What can i do?


Re: wlroots-based compositors: no ssh in filemanagers

Reply #2
I found the solution in a little hint in artix wiki.

After Starting desktop-session of sway, wayfire or hyprland with
dbus-launch … file managers are working as expected.