Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 451318
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/src/nemo-view.c
0
++ b/src/nemo-view.c
Lines 6071-6077 static void Link Here
6071
open_in_terminal (gchar *location)
6071
open_in_terminal (gchar *location)
6072
{  
6072
{  
6073
    gchar *argv[2];
6073
    gchar *argv[2];
6074
    argv[0] = "x-terminal-emulator";
6074
    argv[0] = "gnome-terminal";
6075
    argv[1] = NULL;
6075
    argv[1] = NULL;
6076
    g_spawn_async(location, argv, NULL, G_SPAWN_SEARCH_PATH, NULL, NULL, NULL, NULL);
6076
    g_spawn_async(location, argv, NULL, G_SPAWN_SEARCH_PATH, NULL, NULL, NULL, NULL);
6077
}
6077
}

Return to bug 451318