2
0
mirror of https://github.com/mbusb/multibootusb synced 2024-11-01 15:40:16 +00:00

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
This commit is contained in:
Alin Trăistaru 2017-04-25 22:10:46 +03:00
parent 1e384a27a2
commit c85eae4806

View File

@ -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 = []