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) diff --git a/README.markdown b/README.markdown index de18705..ba42960 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