* lisp/net/browse-url.el (browse-url-kde-program, browse-url-kde-args):
Update defaults to more modern alternative to kfmclient. Kfmclient is
only installed when Konqueror is installed, which isn't the default
file-manager since KDE4. In contrast, it is more likely that kde-open
is installed as it is required by Plasma, and it exists since
KDE4. (Bug#74775)
(cherry picked from commit
63b9ddda8f8dcfea2927cc4fab7134a7f65c0229)
:type 'number
:version "23.1")
-(defcustom browse-url-kde-program "kfmclient"
+(defcustom browse-url-kde-program "kde-open"
"The name by which to invoke the KDE web browser."
:type 'string
:version "21.1")
-(defcustom browse-url-kde-args '("openURL")
+(defcustom browse-url-kde-args nil
"A list of strings defining options for `browse-url-kde-program'."
:type '(repeat (string :tag "Argument")))