From 94e3372364201dced3403451a890c372969bfa0e Mon Sep 17 00:00:00 2001 From: jeena Date: Mon, 11 Feb 2013 00:00:02 +0100 Subject: [PATCH 1/2] moved config file into .bungloo dir --- Linux/Bungloo.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Linux/Bungloo.py b/Linux/Bungloo.py index 8b3445c..edb6b5d 100755 --- a/Linux/Bungloo.py +++ b/Linux/Bungloo.py @@ -60,7 +60,8 @@ class Controller(QtCore.QObject): QtCore.QObject.__init__(self) self.app = app - self.config_path = os.path.expanduser('~/.bungloo.cfg') + os.mkdir(os.path.expanduser("~/.bungloo/")) + self.config_path = os.path.expanduser('~/.bungloo/bungloo.cfg') if os.access(self.config_path, os.R_OK): with open(self.config_path, 'r') as f: self.config = pickle.load(f) From edd043111f8a90bbb9a4be89e04555637785ee61 Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Mon, 11 Feb 2013 00:00:33 +0100 Subject: [PATCH 2/2] Update README.markdown --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index b827277..a72a38e 100644 --- a/README.markdown +++ b/README.markdown @@ -3,7 +3,7 @@ bungloo bungloo is a slim Tent client for OS X and Linux written in mostly JavaScript. -For more info check out the Wiki page: https://github.com/jeena/bungloo/wiki +For more info check out the Wiki page: https://github.com/jeena/Bungloo/wiki Thanks everyone in the Open Source community! bungloo is using: @@ -19,4 +19,4 @@ Thanks everyone in the Open Source community! bungloo is using: - Qt - http://qt.digia.com/ - python - http://www.python.org/ - PyQt - http://wiki.python.org/moin/PyQt -- Icon - http://www.fasticon.com \ No newline at end of file +- Icon - http://www.fasticon.com