On 11/01/2024 02:44, Valerio Vanni wrote:
After, guide was not showing anymore. Calling it (click on "help" on Vmware application) began opening Abiword.

In kde control panel -> app -> default, Firefox is set as default browser.

Likely when sorted by name Abiword is before Firefox and even before Chromium. So you you need to override defaults in a mimeapps.list either system-wide or user-wide.

https://wiki.debian.org/DefaultWebBrowser

Check associations for text/html, x-scheme-handler/http, x-scheme-handler/https (may be wrapped by mail applications)

grep -E 'x-scheme-handler/https?|text/x?html|application/xhtml' 
/usr/share/applications/mimeinfo.cache 
~/.local/share/applications/mimeinfo.cache /etc/xdg/mimeapps.list 
~/.config/mimeapps.list

For KDE try for various MIME types

ktraderclient5 --mimetype x-scheme-handler/https \
  --servicetype Application

Reply via email to