Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/config.py')
-rw-r--r--src/common/config.py14
1 files changed, 4 insertions, 10 deletions
diff --git a/src/common/config.py b/src/common/config.py
index 6796a83a2..2d2ef7d51 100644
--- a/src/common/config.py
+++ b/src/common/config.py
@@ -59,16 +59,10 @@ class Config:
DEFAULT_ICONSET = 'dcraven'
DEFAULT_MOOD_ICONSET = 'default'
DEFAULT_ACTIVITY_ICONSET = 'default'
- if sys.platform == 'darwin':
- DEFAULT_OPENWITH = 'open'
- DEFAULT_BROWSER = 'open -a Safari'
- DEFAULT_MAILAPP = 'open -a Mail'
- DEFAULT_FILE_MANAGER = 'open -a Finder'
- else:
- DEFAULT_OPENWITH = 'gnome-open'
- DEFAULT_BROWSER = 'firefox'
- DEFAULT_MAILAPP = 'mozilla-thunderbird -compose'
- DEFAULT_FILE_MANAGER = 'xffm'
+ DEFAULT_OPENWITH = 'gnome-open'
+ DEFAULT_BROWSER = 'firefox'
+ DEFAULT_MAILAPP = 'mozilla-thunderbird -compose'
+ DEFAULT_FILE_MANAGER = 'xffm'
__options = {
# name: [ type, default_value, help_string ]