From c85eae48066ff785dbfe7a2ccab851acb59e1f0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alin=20Tr=C4=83istaru?= Date: Tue, 25 Apr 2017 22:10:46 +0300 Subject: [PATCH] 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 --- scripts/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/config.py b/scripts/config.py index 630e5a5..aa684af 100644 --- a/scripts/config.py +++ b/scripts/config.py @@ -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 = []