Update browse-url-kde variables

* 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)
This commit is contained in:
Björn Bidar 2024-12-11 00:43:29 +02:00 committed by Stefan Kangas
parent 2412b9d763
commit 63b9ddda8f

View file

@ -517,12 +517,12 @@ down (this *won't* always work)."
: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")))