Hint that emacsclient.desktop should match a search for “emacsclient”
This is necessary to get the Gnome desktop to show “Emacs (Client)” when the user searches for “emacsclient”. * etc/emacsclient.desktop, emacsclient-mail.desktop (Keywords): Add “emacsclient”.
This commit is contained in:
parent
0a4b66f827
commit
aea7823a7e
2 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ MimeType=x-scheme-handler/mailto;
|
|||
NoDisplay=true
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Keywords=emacsclient;
|
||||
Actions=new-window;new-instance;
|
||||
|
||||
[Desktop Action new-window]
|
||||
|
|
|
@ -10,7 +10,7 @@ Terminal=false
|
|||
Categories=Development;TextEditor;
|
||||
StartupNotify=true
|
||||
StartupWMClass=Emacs
|
||||
Keywords=Text;Editor;
|
||||
Keywords=Text;Editor;emacsclient;
|
||||
Actions=new-window;new-instance;
|
||||
|
||||
[Desktop Action new-window]
|
||||
|
|
Loading…
Add table
Reference in a new issue