From 3d637e910064ddda896ebdfecfb71f529e6c55ff Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Wed, 17 Apr 2024 14:46:32 -0400 Subject: options: Re-introduce the 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 Closes https://github.com/mate-desktop/mate-terminal/issues/62 --- mate-terminal.wrapper | 5 ----- 1 file changed, 5 deletions(-) (limited to 'mate-terminal.wrapper') 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 and set a profile icon\n" - } elsif ($opt eq '-T' || $opt eq '-title') { push(@args, '-t', shift(@ARGV)); -- cgit v1.2.1