2001-04-20 Miguel de Icaza <miguel@ximian.com>
* gdesktop.c (new_terminal): Use gnome_open_terminal, and do not pass arguments here. * gcmd.c (gnome_open_terminal_with_cmd): When launching gnome-terminal, pass the --start-factory-server --use-factory arguments here.
Этот коммит содержится в:
родитель
5dbac5708e
Коммит
8eee4a32f4
@ -1,3 +1,12 @@
|
||||
2001-04-20 Miguel de Icaza <miguel@ximian.com>
|
||||
|
||||
* gdesktop.c (new_terminal): Use gnome_open_terminal, and do not
|
||||
pass arguments here.
|
||||
|
||||
* gcmd.c (gnome_open_terminal_with_cmd): When launching
|
||||
gnome-terminal, pass the --start-factory-server --use-factory
|
||||
arguments here.
|
||||
|
||||
2001-04-14 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gdesktop.c (desktop_icon_set_busy): Use a pretty arrow instead
|
||||
|
@ -73,7 +73,7 @@ gnome_open_terminal_with_cmd (const char *command)
|
||||
char *q;
|
||||
|
||||
if (quote_all)
|
||||
q = g_strconcat (p, " -e '", command, "'", NULL);
|
||||
q = g_strconcat (p, " --start-factory-server --use-factory -e '", command, "'", NULL);
|
||||
else
|
||||
q = g_strconcat (p, " -e ", command, NULL);
|
||||
my_system (EXECUTE_AS_SHELL, shell, q);
|
||||
|
@ -2939,7 +2939,7 @@ new_terminal (GtkWidget *widget, gpointer data)
|
||||
if (is_a_desktop_panel (cpanel))
|
||||
mc_chdir (home_dir);
|
||||
|
||||
gnome_open_terminal_with_cmd ("--use-factory --start-factory-server");
|
||||
gnome_open_terminal ();
|
||||
}
|
||||
|
||||
static GnomeUIInfo gnome_panel_new_menu [] = {
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user