Commit graph

11 commits

Author SHA1 Message Date
Russ Cox
61e362add9 mac: arrange for arm64 run on arm64
Makes 9term.app work again (not put you in an x86_64 jail).
2024-10-22 08:11:37 -04:00
Russ Cox
acffdcb6ee 9term.app: respect user-set shell instead of forcing bash 2020-05-05 09:30:39 -04:00
Russ Cox
a791787a38 mac/9term.app: invoke 9term with -l
This seems to match Terminal.

Fixes #145.
2018-11-14 00:13:01 -05:00
KADOTA, Kyohei
f3ed5754b1 9term.app: add $PLAN9/bin to $PATH if not already in $PATH (#144)
9term set $PLAN9 if PLAN9 is not set. But $PATH is not set.
As a result, 9term exits with "exec devdraw: No such file or directory"
2018-11-13 23:59:49 -05:00
marius a. eriksen
d52bdd3356 devdraw: plumb drag-n-dropped files
Change-Id: I7585870aee57c7482ebdd19c117be7982123ce79
Reviewed-on: https://plan9port-review.googlesource.com/1130
Reviewed-by: Russ Cox <rsc@google.com>
2015-06-03 15:26:27 +00:00
Rob Kroeger
66ad987412 mac/Plumb: add URL scheme to Info.plist
LGTM=rsc
R=rsc
CC=plan9port.codebot
https://codereview.appspot.com/40780044
2014-01-22 13:43:39 -05:00
David Jeannot
8423a43814 Plumb.app: prevent the Finder's activation after Devdraw's
The Finder can be reactivated after Devdraw's
activation if both windows are on the same space.

We prevent this by preventing Plumb.app's
activation in the first place.

R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/5498096
2012-01-16 17:04:52 -05:00
Rob Kroeger
83a5aba766 mac Plumb: skip loading non-existent .bashrc
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/5434052
2011-11-28 10:09:26 -05:00
Russ Cox
7064acbd10 devdraw: cleanup, fix macargv 2011-10-12 13:18:32 -04:00
Russ Cox
ff262e1029 Plumb.app: handle spaces in file names (Rob Pike)
R=rsc
http://codereview.appspot.com/4113042
2011-01-28 17:17:01 -05:00
Russ Cox
afea5fc3fd mac: add 9term.app, Plumb.app
R=rsc
http://codereview.appspot.com/2783041
2010-10-27 18:22:03 -07:00