[kdeconnect] [Bug 417615] Option to disable kdeconnect

2020-02-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=417615

--- Comment #3 from tagwer...@innerjoin.org ---
For what it's worth, the "IPv6 only" comment above came from a misunderstanding
of the netstat output. If it lists a service listening on "tcp6", it is _also_
listening on IPv4. Confirmation by:

root@testbox:~# nc -v 127.0.0.1 1716
Connection to 127.0.0.1 1716 port [tcp/*] succeeded!
^C

root@testbox:~# pkill kdeconnectd

root@testbox:~# nc -v 127.0.0.1 1716
nc: connect to 127.0.0.1 port 1716 (tcp) failed: Connection refused

So, the KDE Connect has an open port on both IPv4 and IPv6

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdeconnect] [Bug 417615] Option to disable kdeconnect

2020-02-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=417615

--- Comment #2 from tagwer...@innerjoin.org ---
Tried creating a

.config/autostart/org.kde.kdeconnect.daemon.desktop

file (0744), containing

[Desktop Entry]
Hidden=True

The kdeconnectd process was still here. More magic seemily required.

Uninstall works (without taking out other apps/libraries).

"Wishlist" is fine; heads up though that there a process with an open port
(seemingly just IPv6...)

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdeconnect] [Bug 417615] Option to disable kdeconnect

2020-02-14 Thread Matthijs Tijink
https://bugs.kde.org/show_bug.cgi?id=417615

Matthijs Tijink  changed:

   What|Removed |Added

   Severity|normal  |wishlist
   Priority|NOR |LO
 CC||matthijstij...@gmail.com
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #1 from Matthijs Tijink  ---
You can just uninstall it, if it's not needed.

Otherwise, I _think_ you can disable it by removing the plasmoid, and
overriding the XDG autostart (see
https://wiki.archlinux.org/index.php/XDG_Autostart).


I am going to leave this bug open though, since having such an option could be
useful in some cases (e.g. multi-user systems).

-- 
You are receiving this mail because:
You are watching all bug changes.