- Patch #313 - 2014/11/28 * add regisScreenSize resource setting to allow custom screensizes for ReGIS graphics (prompted by discussion with Scott Froebe). * fix some minor issues in manpage (Jens Schweikhardt). * improve ReGIS font-handling (Ross Combs): + remove "random junk" generation for unknown characters + add xterm extension to load user glyphs for alphabet 0 + add xterm extension to specify loading an alphabet from a font by name + fix bug with use of empty alphabet slots which caused slot 0 to be clobbered + update/clarify ReGIS-related comments + add DECprint extension for printing/clearing the screen (only clearing is performed) * improve ReGIS colorspec conversion (Ross Combs): + avoid some floating point math for colorspace conversion + move two copies of colorspec parsing to a single function + change colorspec parsing to handle components being out of order or with spaces and commas between them + add support for an extension where RGB components can be given instead of HLS * improve use of const, e.g., for the LineData pointers (patch by Ross Combs). * clip of graphics that overlap the scrollback buffer and alt screen (patch by Ross Combs). * amend change to focus-change events in patch #287 to limit it to suppressing the reset of the urgency-hint, because some useful FocusOut events were lost (report by Joe Peterson). * modify dpkg build-script to configure xterm-dev as an OBS-URL: https://build.opensuse.org/request/show/279963 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=124
18 lines
456 B
Diff
18 lines
456 B
Diff
Group the desktop file into the Utilities folder in the GNOME
|
|
shell application overview.
|
|
|
|
diff --git a/xterm.desktop b/xterm.desktop
|
|
--- a/xterm.desktop
|
|
+++ b/xterm.desktop
|
|
@@ -34,9 +34,9 @@
|
|
Name=XTerm
|
|
#GenericName=Terminal
|
|
Comment=standard terminal emulator for the X window system
|
|
Exec=xterm
|
|
Terminal=false
|
|
Type=Application
|
|
Encoding=UTF-8
|
|
Icon=terminal
|
|
-Categories=System;TerminalEmulator;
|
|
+Categories=System;TerminalEmulator;X-GNOME-Utilities;
|