GSConnect, the extension from extensions.gnome.org, not the webextension-gsconnect.x86_64 package from the F37 repo, doesn’t mount the phone storage in Nautilus, on Fedora 37 Workstation.
What I did so far:
-
Configured some storage locations in KDEConnect android app on the phone.
-
Installed
nautilus
packages:
nautilus.x86_64 43.0-2.fc37 @fedora nautilus-devel.x86_64 43.0-2.fc37 @fedora nautilus-extensions.x86_64 43.0-2.fc37 @fedora nautilus-gsconnect.noarch 54-1.fc37 @updates nautilus-python.x86_64
-
Issued the command
ssh-keygen -b 4096
-
Issued the command
ssh git@gitlab.com
, in order for~/.ssh/known_hosts
file to be created and filled with the first known host -
Created the file
~/.ssh/config
with the following content:
Host 192.168.1.* HostKeyAlgorithms +ssh-rsa
-
With
firewall-config
changed the currently connected WiFi network to trusted and enabledgsconnect
andkdeconnect
services -
Under the same trusted network, opened port ranges 1714-1764, both tcp and udp
-
Both the laptop and the android phone are connected to the same WiFi network
Any advice?