1
1

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.
Этот коммит содержится в:
Miguel de Icaza 2001-04-21 02:06:22 +00:00
родитель 5dbac5708e
Коммит 8eee4a32f4
3 изменённых файлов: 11 добавлений и 2 удалений

Просмотреть файл

@ -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 [] = {