This commit is contained in:
Tony George 2021-09-25 10:45:37 +05:30
parent 1aff7c912c
commit aef4761a6b
2 changed files with 3 additions and 3 deletions

View File

@ -673,10 +673,10 @@ class MainWindow : Gtk.Window{
store.get (iter, 0, out bak);
if (App.btrfs_mode){
exo_open_folder(bak.path);
exo_open_folder(bak.path, false);
}
else{
exo_open_folder(bak.path + "/localhost");
exo_open_folder(bak.path + "/localhost", false);
}
return;
}

View File

@ -339,7 +339,7 @@ namespace TeeJee.System{
}
foreach(string app_name in
new string[]{ "nemo", "nautilus", "thunar", "pantheon-files", "marlin"}){
new string[]{ "nemo", "nautilus", "thunar", "io.elementary.files", "pantheon-files", "marlin", "dolphin" }){
path = get_cmd_path (app_name);
if ((path != null)&&(path != "")){