forked from pool/xterm
8cf2ef8f79
In the lack of consensus on hiding the xterm desktop item completely in a GNOME session, this is a (hopefully temporary) workaround which puts the xterm item inside the Utilities app-folder in the GNOME Shell overview, which is where gnome-terminal is also listed; *only* affects while a user is in a GNOME session OBS-URL: https://build.opensuse.org/request/show/255346 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=115
14 lines
386 B
Diff
14 lines
386 B
Diff
Group the desktop file into the Utilities folder in the GNOME
|
|
shell application overview.
|
|
|
|
diff --git a/xterm.desktop.old b/xterm.desktop
|
|
index ea23c9b..5381d02 100644
|
|
--- a/xterm.desktop.old
|
|
+++ b/xterm.desktop
|
|
@@ -39,4 +39,4 @@ Terminal=false
|
|
Type=Application
|
|
Encoding=UTF-8
|
|
Icon=terminal
|
|
-Categories=System;TerminalEmulator;
|
|
+Categories=System;TerminalEmulator;X-GNOME-Utilities;
|