You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in Sunflower from context menu, "Enter path.." ftp://[email protected]/
Sunflower will display content of FTP directory
navigate to e.g. /pub/vim/
double click file "green_ball.gif" (at end)
this launches external image viewer but with an error that it can't find the file
I had a break point here:
File "/home/christian/tech/IdeaProjects/Sunflower/sunflower/__main__.py", line 224, in <module>
exit_status = application.run(sys.argv)
File "/usr/lib/python3/dist-packages/gi/overrides/Gio.py", line 44, in run
return Gio.Application.run(self, *args, **kwargs)
File "/home/christian/tech/IdeaProjects/Sunflower/sunflower/plugin_base/item_list.py", line 528, in _handle_button_press
self._execute_selected_item(widget)
File "/home/christian/tech/IdeaProjects/Sunflower/sunflower/plugins/file_list/file_list.py", line 468, in _execute_selected_item
self._parent.associations_manager.execute_file(selected_file, provider=self.get_provider())
File "/home/christian/tech/IdeaProjects/Sunflower/sunflower/associations.py", line 314, in execute_file
self.open_file((path,), default_application)
File "/home/christian/tech/IdeaProjects/Sunflower/sunflower/associations.py", line 212, in open_file
if application_info is not None:
application (Gio.DesktopAppInfo) is retrieved with application.supports_uris() = True
convert selection to {list} ['file://ftp%3A//anonymous%40ftp.mirrorservice.org/pub/vim/green_ball.gif']
You can see the selection has an incorrect path for the external image viewer. The same happens if double clicking on files on a Samba share were the base URI is smb://...
The text was updated successfully, but these errors were encountered:
Using latest develop branch on Ubuntu 19.10, I can't open (double clicking) files in external application.
How to reproduce:
I had a break point here:
In open_file()
You can see the selection has an incorrect path for the external image viewer. The same happens if double clicking on files on a Samba share were the base URI is smb://...
The text was updated successfully, but these errors were encountered: