GSConnect / gnome-shell-extension-gsconnect

KDE Connect implementation for GNOME

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't connect my IOS device to GSConnect

AlessioSarica opened this issue · comments

Describe the bug

My Distro is Fedora 39 and i try to install GSConnect and give me an error "openssl" then i installed it but on my IOS device i don't view my computer

Steps to reproduce

Go to KDEConnect
Try to pair a new device but don't view never

Expected behavior

No response

GSConnect version

56

Installed from

Extension Manager

GNOME Shell version

45

Linux distribution/release

Fedora 39

Paired device(s)

iPhone 12 Pro

KDE Connect app version

0.3.0

Plugin(s)

No response

Support log

No response

Screenshots

No response

Notes

No response

@AlessioSarica

Sorry for the delay, it sounds like you need firewalld configs to allow incoming connections.

GUI:

Open Firewall Configuration (firewall-config). In Zones ➔ Services, check the kdeconnect service. Turn in on if it's not.

Make sure you choose the "Permanent" Configuration: option in the drop-down menu at the top, otherwise rebooting will discard your settings changes.

(Note: The GUI tool is actually just labeled "Firewall", in the app list on Fedora. If you don't have it on your system, install the firewall-config package.)

CLI:

sudo firewall-cmd --permanent --zone=public --add-service=kdeconnect 
sudo firewall-cmd --reload

In the above command --zone=public, replace public with your current zone.

If you're using the GUI, you'd want to see something like this. (I've circled the important parts; the zone selected by default when you launch the tool should be the correct one, so you shouldn't have to worry about that.)

Screenshot from 2024-03-29 21-55-56

Let us know if you're still having problems after opening up the firewall to receive kdeconnect connections.

Thank you