https://bugs.kde.org/show_bug.cgi?id=514959
--- Comment #2 from Fabio <[email protected]> --- So, i finally had some time to dig into this issue. KDE connect's virtualmonitor plugin is generating a different random password and an incremental port number at every connection. The relevant code is here: https://invent.kde.org/network/kdeconnect-kde/-/blob/master/plugins/virtualmonitor/virtualmonitorplugin.cpp?ref_type=heads#L206 The problem is that a different krdpserver with custom parameters is started for every connection, so a new random password gets generated and a different port gets used to avoid clashing with previous instances of krdpserver. In order to fix this some reworking in needed in how kdeconnect makes use of krdpserver. -- You are receiving this mail because: You are watching all bug changes.
