Images do not open in non-linux systems
Created by: cargaji
The method for opening images uses xdg-open
, which is exclusive of XDG-compliant desktops (mostly Linux systems). Should be changed to Desktop#open(File)
(should be supported in most systems); or [file]
, xdg-open [file]
and open [file]
for Windows, Linux and MacOS (respectively).