diff options
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 |
commit | 411a788efa6056ce11491b1dee23ba009b195ead (patch) | |
tree | ffa7583a2362e6e5768425fba49430185fe7215c /system/fsviewer/README.patch.txt | |
parent | edc28b0ee7ee59b43de7d3b891365645d7886e27 (diff) |
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.txt | 16 |
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 000000000000..4218fb95474e --- /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. |