Gnome-terminal and --use-factory



Hi,

Is there a good reason to set use_terminal_factory to FALSE in each command
line argument ?

Regarding these bugs report:

http://bugzilla.gnome.org/show_bug.cgi?id=32092
http://bugzilla.gnome.org/show_bug.cgi?id=30079

gnome-terminal can't use terminal factory if the command line is
"--use-factory --another-commnad"

So in gnome-terminal.c I see for each command line argument (Here is an
example):

case FONT_KEY:
                cfg->font = (char *)arg;
                start_terminal_factory = FALSE;
                use_terminal_factory = FALSE;
                break;

Christian




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]