diff options
author | Victor Kareh <[email protected]> | 2024-04-17 14:46:32 -0400 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2025-08-08 08:30:50 -0400 |
commit | 3d637e910064ddda896ebdfecfb71f529e6c55ff (patch) | |
tree | 20ec6132a6e33cee062519da8f34be828a94e848 /mate-terminal.wrapper | |
parent | d3977a7f55d56c24f8f53e5ac481c469dbd59eef (diff) | |
download | mate-terminal-3d637e910064ddda896ebdfecfb71f529e6c55ff.tar.bz2 mate-terminal-3d637e910064ddda896ebdfecfb71f529e6c55ff.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
Closes https://github.com/mate-desktop/mate-terminal/issues/62
Diffstat (limited to 'mate-terminal.wrapper')
-rwxr-xr-x | mate-terminal.wrapper | 5 |
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)); |