summaryrefslogtreecommitdiffstats
path: root/system/fsviewer/README.patch.txt
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2013-02-11 23:45:51 -0600
committer Erik Hanson <erik@slackbuilds.org>2013-02-14 00:26:57 -0600
commit411a788efa6056ce11491b1dee23ba009b195ead (patch)
treeffa7583a2362e6e5768425fba49430185fe7215c /system/fsviewer/README.patch.txt
parentedc28b0ee7ee59b43de7d3b891365645d7886e27 (diff)
downloadslackbuilds-411a788efa6056ce11491b1dee23ba009b195ead.tar.gz
slackbuilds-411a788efa6056ce11491b1dee23ba009b195ead.tar.xz
system/fsviewer: Added (NextStep-like file browser)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/fsviewer/README.patch.txt')
-rw-r--r--system/fsviewer/README.patch.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/system/fsviewer/README.patch.txt b/system/fsviewer/README.patch.txt
new file mode 100644
index 0000000000..4218fb9547
--- /dev/null
+++ b/system/fsviewer/README.patch.txt
@@ -0,0 +1,16 @@
+Original behaviour in NextStep and OpenStep file viewer was that the first
+file view window had no close button or titlebar. This tends to bug the
+hell out of modern users, so this build includes an optional patch that
+adds a title bar (with a disabled close button) to the first viewer.
+
+This is strictly a cosmetic change... except if you run windowmaker,
+it allows normal wmaker stuff (right-click menu with minimize, Move to,
+Omnipresent, etc). Without a title bar, it's awkward or impossible to
+do normal window operations, so the patch actually adds functionality.
+
+By default, the patch isn't included in the build. To include it, set
+TITLEBAR=yes in the environment, like so:
+
+# TITLEBAR=yes ./fsviewer.SlackBuild
+
+...or if you use sbopkg, set TITLEBAR=yes as a build option.