easyssh icon indicating copy to clipboard operation
easyssh copied to clipboard

Show in File Browser - fails

Open dreamonhigh opened this issue 5 months ago • 1 comments

hello.

filemanager start fails on xfce (Xubuntu 22.04)

"%u sftp://user@server:port" error info for file "/home/user/%u sftp:/user@server:22"

### CODE: var res = Process.spawn_command_line_sync ("cat /usr/share/applications/" + filename, . . if(split_line[0] == "Exec") { filemanager = split_line[1].replace("%U", "");

xdg-mime query default inode/directory → xfce4-file-manager.desktop inside /user/share/applications/xfce4-file-manager.desktop → Exec=exo-open --launch FileManager %u <<-

removing "%U" in your code fails here, cause its a lowercase %u instead of %U, as you can see. Maybe its better to remove lower and upper %u/%U

Greetings

dreamonhigh avatar Jan 13 '24 20:01 dreamonhigh

I removed %u from → /usr/share/applications/xfce4-file-manager.desktop so filemanager starts like it should. Maybe this starts new trouble on other programms.. didn't tried out till now..

dreamonhigh avatar Jan 13 '24 20:01 dreamonhigh