Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the 'Run apps at different color depths simultaneously in X11' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Run apps at different color depths simultaneously in X11
Authored by: wgscott on Mon, Apr 30 2007 at 10:19AM PDT
One improvement is to use this for the last line:

/path/to/program/requiring/256/colors ; kill -9 %1

Then when you close the 8-bit program that you invoked, the script will kill the new instance of Xquartz (which appears as a blank white icon in the dock).

If you want to test this, make the script executable and replace the last line with, for example,

/usr/X11R6/bin/xclock ; kill -9 %1




[ Reply to This | # ]