Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: a_manthey on 18 November 2023, 16:12:06

Title: [SOLVED] wlroots-based compositors: no ssh in filemanagers
Post by: a_manthey on 18 November 2023, 16:12:06
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
Title: Re: wlroots-based compositors: no ssh in filemanagers
Post by: a_manthey on 20 November 2023, 16:16:55
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?

Title: Re: wlroots-based compositors: no ssh in filemanagers
Post by: a_manthey on 23 November 2023, 10:23:37
I found the solution in a little hint in artix wiki (https://wiki.artixlinux.org/Main/Troubleshooting#My_file_manager_.2F_application_cannot_perform_elevated_privileges_tasks).

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