Color scheme command line switches don't work
Brought to you by:
realh
I can't get color scheme command line switches to work.
The -c switch only throws errors, no matter what I type:
ivan ~/Downloads $ roxterm -c Black
** (roxterm:5697): WARNING **: Error parsing command line options: Error parsing option -c
ivan ~/Downloads $ roxterm -c=Black
** (roxterm:5770): WARNING **: Error parsing command line options: Missing argument for -c
ivan ~/Downloads $ roxterm -c 'black'
** (roxterm:5843): WARNING **: Error parsing command line options: Error parsing option -c
The --color-scheme and --colour-scheme switches don't throw errors, but also have no effects. The new terminal window is opened using the default color scheme.
I have a "Black" color scheme and can switch to it through the menus or using dbus commands.
OS: Debian Jessie 64-bit.
Version: ROXTerm 2.9.5 GTK 2/VTE 9 build
Anonymous