Bug 36855

Summary: Неверные терминал и браузер по умолчанию
Product: Sisyphus Reporter: Andrey Cherepanov <cas>
Component: geanyAssignee: Fr. Br. George <george>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P3 CC: george
Version: unstable   
Hardware: all   
OS: Linux   

Description Andrey Cherepanov 2019-06-04 12:38:02 MSK
diff --git a/geany/src/keyfile.c b/geany/src/keyfile.c
index 05373af..4143e75 100644
--- a/geany/src/keyfile.c
+++ b/geany/src/keyfile.c
@@ -78,7 +78,7 @@
 #elif defined(__APPLE__)
 #define GEANY_DEFAULT_TOOLS_TERMINAL   "open -a terminal %c"
 #else
-#define GEANY_DEFAULT_TOOLS_TERMINAL   "xterm -e \"/bin/sh %c\""
+#define GEANY_DEFAULT_TOOLS_TERMINAL   "xvt -e \"/bin/sh %c\""
 #endif
 #ifdef __APPLE__
 #define GEANY_DEFAULT_TOOLS_BROWSER            "open -a safari"
@@ -86,7 +86,7 @@
 #define GEANY_DEFAULT_FONT_MSG_WINDOW  "Menlo Medium 12"
 #define GEANY_DEFAULT_FONT_EDITOR              "Menlo Medium 12"
 #else
-#define GEANY_DEFAULT_TOOLS_BROWSER            "firefox"
+#define GEANY_DEFAULT_TOOLS_BROWSER            "xbrowser"
 #define GEANY_DEFAULT_FONT_SYMBOL_LIST "Sans 9"
 #define GEANY_DEFAULT_FONT_MSG_WINDOW  "Monospace 9"
 #define GEANY_DEFAULT_FONT_EDITOR              "Monospace 10"
Comment 1 Repository Robot 2019-06-10 17:07:19 MSK
geany-1.35-alt2 -> sisyphus:

Mon Jun 10 2019 Fr. Br. George <george@altlinux.ru> 1.35-alt2
- Chenge terminal/browser defaults (Closes: #36855)