Okay that does not look good, for me it work and looks like:
Code:
$ xdg-open https://forums.opensuse.org
kf.coreaddons: no metadata found in "/usr/lib64/qt5/plugins/kf5/kio/desktop.so" "Failed to extract plugin meta data from '/usr/lib64/qt5/plugins/kf5/kio/desktop.so'"
kf.coreaddons: no metadata found in "/usr/lib64/qt5/plugins/kf5/kio/applications.so" "Failed to extract plugin meta data from '/usr/lib64/qt5/plugins/kf5/kio/applications.so'"
After that the tab is opened in Firefox.
The relevant error looks to me:
Code:
kf.kio.core: Protocol Class of url QUrl("https://forums.opensuse.org") , isn't ':local', cancelling job.
Searching for that on the Internet gives some hints.
Can you try:
Code:
$ xdg-mime query default x-scheme-handler/http
firefox.desktop
$ xdg-mime query default x-scheme-handler/https
firefox.desktop
Does it list anything else for you?