Skip to content

Fixed virtualmonitorplugin url generation

Fabian Arndt requested to merge fabian.arndt/kdeconnect-kde:vmp-url into master

BUG: 485830

The current implementation of the plugin is severly broken.

  1. The generated URL links to the localhost
  2. The port is not set

The URL is now generated on the request receiving side, not send in the request. This allows finding a valid IP address.

Furthermore, I changed the protocol by splitting it up. This could become useful, if we ever want to support other rdp protocols/platforms.

Note: This is a breaking change, but the current implementation is not working at all.. so it does not actually break something.

Edited by Fabian Arndt

Merge request reports