summaryrefslogtreecommitdiff
path: root/mate-terminal.wrapper
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2025-08-19 11:13:21 -0400
committerVictor Kareh <[email protected]>2025-10-15 13:56:30 -0400
commit01821a62d4f79cd398d81f554e12f3bb19278331 (patch)
tree57dfa3e21e43625d492b44faf833168a2689185b /mate-terminal.wrapper
parentd3977a7f55d56c24f8f53e5ac481c469dbd59eef (diff)
downloadmate-terminal-01821a62d4f79cd398d81f554e12f3bb19278331.tar.bz2
mate-terminal-01821a62d4f79cd398d81f554e12f3bb19278331.tar.xz
options: Re-introduce the icon optionwindow-icon-option
Since profiles do not provide a way of setting the window icon, we re-introduce the --icon option to allow the window instance to report an icon programmatically. Fixes https://github.com/mate-desktop/mate-terminal/issues/246
Diffstat (limited to 'mate-terminal.wrapper')
-rwxr-xr-xmate-terminal.wrapper5
1 files changed, 0 insertions, 5 deletions
diff --git a/mate-terminal.wrapper b/mate-terminal.wrapper
index fad3a86..658760c 100755
--- a/mate-terminal.wrapper
+++ b/mate-terminal.wrapper
@@ -13,11 +13,6 @@ while ($opt = shift(@ARGV))
$arg = shift(@ARGV);
push(@args, "--window-with-profile=$arg");
}
- elsif ($opt eq '-n')
- {
- # Accept but ignore
- print STDERR "$0: to set an icon, please use -name <profile> and set a profile icon\n"
- }
elsif ($opt eq '-T' || $opt eq '-title')
{
push(@args, '-t', shift(@ARGV));