aboutsummaryrefslogtreecommitdiff
path: root/editors/py-room/files/patch-PyRoom-preferences.py
diff options
context:
space:
mode:
Diffstat (limited to 'editors/py-room/files/patch-PyRoom-preferences.py')
-rw-r--r--editors/py-room/files/patch-PyRoom-preferences.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/py-room/files/patch-PyRoom-preferences.py b/editors/py-room/files/patch-PyRoom-preferences.py
new file mode 100644
index 000000000000..c7bb321cabed
--- /dev/null
+++ b/editors/py-room/files/patch-PyRoom-preferences.py
@@ -0,0 +1,11 @@
+--- PyRoom/preferences.py 2009-11-13 03:57:27.000000000 +0100
++++ PyRoom/preferences.py 2009-11-13 03:57:44.000000000 +0100
+@@ -95,7 +95,7 @@
+ self.conf_dir = os.path.join(config_home, 'pyroom')
+ self.data_dir = os.path.join(data_home, 'pyroom')
+ self.themes_dir = os.path.join(self.data_dir, 'themes')
+- self.global_themes_dir = '/usr/share/pyroom/themes'
++ self.global_themes_dir = '%%LOCALBASE%%/share/pyroom/themes'
+ # if we are not using a global installation,
+ # take the themes directly from sources
+ if not os.path.isdir(self.global_themes_dir) :