diff options
| author | Peter Oliver | 2021-06-30 15:01:46 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2021-06-30 15:01:46 +0200 |
| commit | f355f32e69b1389f7d51b8a50c0a9c064dc2cb32 (patch) | |
| tree | 392dfe414343610e1ae3d8497e7626f65c33c790 | |
| parent | 81622484bc711f98bf7b4b5f84052590a0ae5d3f (diff) | |
| download | emacs-f355f32e69b1389f7d51b8a50c0a9c064dc2cb32.tar.gz emacs-f355f32e69b1389f7d51b8a50c0a9c064dc2cb32.zip | |
Revert more of a partially reverted emacsclient.desktop patch
* etc/emacsclient.desktop: Undo setting of StartupWMClass=Emacsd, since
this relies on a change to etc/emacs.service which was also undone. See
bug#37847 for more explanation (bug#49259).
| -rw-r--r-- | etc/emacsclient.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/emacsclient.desktop b/etc/emacsclient.desktop index 2c1edb4b66a..f76fb2f5d93 100644 --- a/etc/emacsclient.desktop +++ b/etc/emacsclient.desktop | |||
| @@ -9,5 +9,5 @@ Type=Application | |||
| 9 | Terminal=false | 9 | Terminal=false |
| 10 | Categories=Development;TextEditor; | 10 | Categories=Development;TextEditor; |
| 11 | StartupNotify=true | 11 | StartupNotify=true |
| 12 | StartupWMClass=Emacsd | 12 | StartupWMClass=Emacs |
| 13 | Keywords=Text;Editor; | 13 | Keywords=Text;Editor; |