Slashdot Mirror


User: nicksay

nicksay's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:OT Re:Posted by pudge? on Apple Posts Their X11 Source · · Score: 1
    In the interest of efficiency, if you've installed Apple's X11, two lines will suffice:
    tell application "Finder" to launch application "X11"
    do shell script "open-x11 /sw/bin/gimp > /dev/null 2>&1 &"
    Nicksay