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:
parent
2412b9d763
commit
63b9ddda8f
1 changed files with 2 additions and 2 deletions
|
@ -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")))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue