We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b0512 commit 8d5b48eCopy full SHA for 8d5b48e
1 file changed
src/nemo-window-menus.c
@@ -1357,7 +1357,7 @@ action_open_terminal_callback(GtkAction *action, gpointer callback_data)
1357
view = get_current_view (window);
1358
1359
gchar *path;
1360
- gchar *uri = nemo_view_get_uri (view);
+ gchar *uri = nemo_view_get_backing_uri (view);
1361
GFile *gfile = g_file_new_for_uri (uri);
1362
path = g_file_get_path (gfile);
1363
open_in_terminal_other (path);
0 commit comments