linux: try to use default text editor first

xdg-open launches the user's default text editor defined
on the current desktop environment for text/plain mimetype
pull/147/head
Alin Trăistaru 7 years ago
parent 1e384a27a2
commit c85eae4806

@ -33,7 +33,7 @@ imager_status_text = ""
install_size = ""
editors_linux = ["gedit", "kate", "kwrite"]
editors_linux = ["xdg-open", "gedit", "kate", "kwrite"]
editors_win = ["notepad++.exe", "notepad.exe"]
imager_usb_disk = []

Loading…
Cancel
Save