ports/editors/py-room/files/patch-PyRoom-gui.py
Martin Wilke d27fbad2d1 With the goal of staying out of your way while writing creatively, PyRoom has a
very specialized featureset. In fact, most features are hidden from your main
interface, not cluttering your workspace with buttons and menus and statistics.

Features of PyRoom:
 * no visual clutter
 * work on multiple documents at once (main text, outline, etc)
 * control PyRoom via keyboard shortcuts
 * autosave your work
 * check wordcounts on keypress
 * choose from preconfigured designs or create your own color scheme
 * further customize visual appearance and whitespace (line spacing, border,
   padding...)

WWW:	http://www.pyroom.org

PR:		ports/140537
Submitted by:	Alexander Best
2009-11-17 09:12:42 +00:00

11 lines
596 B
Python

--- PyRoom/gui.py.orig 2009-11-13 04:07:00.000000000 +0100
+++ PyRoom/gui.py 2009-11-13 04:07:12.000000000 +0100
@@ -53,7 +53,7 @@
order of preference is homedir, global dir, source dir (if available)"""
local_directory = os.path.join(data_home, 'pyroom', 'themes')
- global_directory = '/usr/share/pyroom/themes' # FIXME: platform
+ global_directory = '%%LOCALBASE%%/share/pyroom/themes' # FIXME: platform
# in case PyRoom is run without installation
fallback_directory = os.path.join(
os.path.dirname(os.path.abspath(__file__)),