xterm/xterm-desktop_file_icon.patch

18 lines
492 B
Diff
Raw Permalink Normal View History

Accepting request 631631 from home:pcerny:factory - Patch #335 - 2018/08/14 * add colorInnerBorder resource to make a change from patch #334 configurable (reports by H Merijn Brand, Gabriele Balducci). - Patch #334 - 2018/08/12 * modify Imakefile to reflect the fact that NetBSD no longer has a working termcap emulation. * add resource-setting validShells which can be used to augment the system's /etc/shell (prompted by discussion with Paul Lampert). * stifle some useless warnings from lintian in test-packages. * add the ncurses extension “RGB” to the responses for the termcap-query feature. * improved getopts-handling in sample scripts. * fix some warnings from gcc8 and clang --analyze. * update note about incorrect documentation for DECRQSS to include VT525 (report by Markus Schmidt). * correct check for default-values in rectangular parsing; a zero counts as a missing or default parameter (report/testcase by Markus Schmidt). * correct some ranges in the ambiguous[] table in wcwidth (adapted from patch by KUGA Tsutomu). * fix a special case with faint video attribute incorrectly combined with default color. * add private control XTREPORTSGR for reporting video-attributes and color on a rectangle, and script report-sgr.pl to demonstrate it. * modify some of the markup in ctlseqs.ms to work around groff's reassignment of ASCII punctuation characters as documented in groff_char(7). OBS-URL: https://build.opensuse.org/request/show/631631 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=158
2018-08-26 23:45:34 +02:00
# HG changeset patch
# Parent fa7b175db269546b9408d1af03d9c04dddbc4d9b
# use system stock icon for XTerm
2023-10-03 16:04:15 +02:00
Index: xterm-385/xterm.desktop
Accepting request 1006528 from home:dirkmueller:Factory - update to 373: * improve rendering of TrueType fonts: + add resource xftTrackMemUsage to enable/disable a new feature of Xft which improves performance. + add resources xftMaxGlyphMemory and xftMaxUnrefFonts to customize memory-usage of Xft and fontconfig. + provide for display of colored fonts in libXft 2.3.5 + allow for an extra TrueType font to be specified using the -fa option, as an override to the fontconfig scheme of fallback fonts (request by Nickolas Raymond Kaczynski). + improve caching of TrueType missing-glyph tests. + allow no more than 255 fonts to be scanned for a fontset. + eliminate a table-lookup in findXftGlyph * improvements status-line feature: + save/restore wraparound flag when updating the status-line (report by Rajeev V. Pillai). + avoid clearing the status-line when switching between normal and alternate screens (report by Valtteri Vuorikoski). + remove adjustment from update_winsize leftover from initial work (report by Valtteri Vuorikoski). * modify wcwidth tables to separate Unicode Cf category as formatting control-characters, to better match the guideline for unsupported characters (report by Tim Chase). * add configure option --disable-exec-selection. * use mkstemp where mkdtemp is unavailable, when initializing colored cursor. * adapt fixes from OpenBSD xenocara: + improve ifdef's for a few optional features. + correct #ifdef to #if in a few uses of OPT_PRINT_ON_EXIT. * set StartupWMClass in “.desktop” files, e.g., to help OBS-URL: https://build.opensuse.org/request/show/1006528 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=204
2022-09-28 09:00:54 +02:00
===================================================================
2023-10-03 16:04:15 +02:00
--- xterm-385.orig/xterm.desktop
+++ xterm-385/xterm.desktop
Accepting request 1006528 from home:dirkmueller:Factory - update to 373: * improve rendering of TrueType fonts: + add resource xftTrackMemUsage to enable/disable a new feature of Xft which improves performance. + add resources xftMaxGlyphMemory and xftMaxUnrefFonts to customize memory-usage of Xft and fontconfig. + provide for display of colored fonts in libXft 2.3.5 + allow for an extra TrueType font to be specified using the -fa option, as an override to the fontconfig scheme of fallback fonts (request by Nickolas Raymond Kaczynski). + improve caching of TrueType missing-glyph tests. + allow no more than 255 fonts to be scanned for a fontset. + eliminate a table-lookup in findXftGlyph * improvements status-line feature: + save/restore wraparound flag when updating the status-line (report by Rajeev V. Pillai). + avoid clearing the status-line when switching between normal and alternate screens (report by Valtteri Vuorikoski). + remove adjustment from update_winsize leftover from initial work (report by Valtteri Vuorikoski). * modify wcwidth tables to separate Unicode Cf category as formatting control-characters, to better match the guideline for unsupported characters (report by Tim Chase). * add configure option --disable-exec-selection. * use mkstemp where mkdtemp is unavailable, when initializing colored cursor. * adapt fixes from OpenBSD xenocara: + improve ifdef's for a few optional features. + correct #ifdef to #if in a few uses of OPT_PRINT_ON_EXIT. * set StartupWMClass in “.desktop” files, e.g., to help OBS-URL: https://build.opensuse.org/request/show/1006528 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=204
2022-09-28 09:00:54 +02:00
@@ -38,7 +38,7 @@ Exec=xterm
Terminal=false
Type=Application
Encoding=UTF-8
-Icon=xterm-color_48x48
+Icon=terminal
Categories=System;TerminalEmulator;
Keywords=shell;prompt;command;commandline;cmd;
Accepting request 1006528 from home:dirkmueller:Factory - update to 373: * improve rendering of TrueType fonts: + add resource xftTrackMemUsage to enable/disable a new feature of Xft which improves performance. + add resources xftMaxGlyphMemory and xftMaxUnrefFonts to customize memory-usage of Xft and fontconfig. + provide for display of colored fonts in libXft 2.3.5 + allow for an extra TrueType font to be specified using the -fa option, as an override to the fontconfig scheme of fallback fonts (request by Nickolas Raymond Kaczynski). + improve caching of TrueType missing-glyph tests. + allow no more than 255 fonts to be scanned for a fontset. + eliminate a table-lookup in findXftGlyph * improvements status-line feature: + save/restore wraparound flag when updating the status-line (report by Rajeev V. Pillai). + avoid clearing the status-line when switching between normal and alternate screens (report by Valtteri Vuorikoski). + remove adjustment from update_winsize leftover from initial work (report by Valtteri Vuorikoski). * modify wcwidth tables to separate Unicode Cf category as formatting control-characters, to better match the guideline for unsupported characters (report by Tim Chase). * add configure option --disable-exec-selection. * use mkstemp where mkdtemp is unavailable, when initializing colored cursor. * adapt fixes from OpenBSD xenocara: + improve ifdef's for a few optional features. + correct #ifdef to #if in a few uses of OPT_PRINT_ON_EXIT. * set StartupWMClass in “.desktop” files, e.g., to help OBS-URL: https://build.opensuse.org/request/show/1006528 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=204
2022-09-28 09:00:54 +02:00
StartupWMClass=XTerm