Variable: system-taskbar-dbus-desktop-file-name

system-taskbar-dbus-desktop-file-name is a customizable variable defined in system-taskbar.el.gz.

Value

"emacsclient"

Documentation

D-Bus desktop file base name for the system taskbar destination.

This should be the base name of the desktop file used to launch an Emacs instance. For example, if your launcher desktop file is called
"emacs.desktop", this option should be "emacs".

This variable was added, or its default value changed, in Emacs 31.1.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/system-taskbar.el.gz
(defcustom system-taskbar-dbus-desktop-file-name "emacsclient"
  "D-Bus desktop file base name for the system taskbar destination.
This should be the base name of the desktop file used to launch an Emacs
instance.  For example, if your launcher desktop file is called
\"emacs.desktop\", this option should be \"emacs\"."
  :type 'string
  :version "31.1")