Skip to content

Fix findthisdevice sound URL

Nicolas Fella requested to merge nicolasfella/kdeconnect-kde:ring into release/20.04

There were two issues:

  1. While searching for the default sound a valid URL was accepted even if it didn't exist, which lead to .local/share/sounds being preferred over /usr/share/sounds even if it didn't actually contained sounds.
  2. When using a user-selected sound it was missing the file:// prefix, making QtMultimedia choke

Merge request reports