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:
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…
Reference in New Issue
Block a user