Skip to content

[Component Chooser] Add setting for "tel" URI

Kai Uwe Broulik requested to merge work/kbroulik/componentchooser-tel into master

In addition to KDE Connect sending phone numbers to the phone, there could be other video conferencing apps handling "tel" URLs


Noticed that Zoom had stolen my tel: URLs, now I could change it back.

I was looking at making the URL handler stuff generic but there's a bunch of app-specific URL handlers (e.g. spotify:/, steam:/, etc) that makes no sense to be user-configurable, so let's just add yet another explicit URI scheme handler setting.

(The KDE Connect thing was never really meant to be user-facing, hence the clunky name)

Screenshot_20220107_115512

UI also implies this would change the dialer app on PlaMo, too, but I don't know 😄

@vkrause @tfella @meven

Merge request reports