mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 17:40:40 -04:00
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
11 lines
596 B
Python
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__)),
|