Bug 36855 - Неверные терминал и браузер по умолчанию
Summary: Неверные терминал и браузер по умолчанию
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: geany (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Fr. Br. George
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-04 12:38 MSK by Andrey Cherepanov
Modified: 2019-06-10 17:07 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)