Re: X11 on Start-Up and Ethereal
Re: X11 on Start-Up and Ethereal
- Subject: Re: X11 on Start-Up and Ethereal
- From: "..lj" <email@hidden>
- Date: Mon, 28 Mar 2005 17:45:45 -0800
Have you considered making a AppleScript App that starts X11 and
ethereal. That App should be able to be handled like any other Mac
Application
--_____Start script
tell application "Finder"
launch application "X11"
end tell
set results to do shell script "cd ~; source ~/.bashrc;
/sw/bin/ethereal > /dev/null 2>&1 &"
--_____End Script
..lj
On Mar 28, 2005, at 16:21, Jason Buckalew wrote:
Hello,
I have installed Ethereal under Apple Mac OSX (10.3) X11.
When I am in Terminal I use command startx that opens X and Ethereal
automatically.
I would like to have X11 open on start-up and open Ethereal
automatically.
I have gone into System Preferences > Accounts > Start-Up options and
enabled X11 to start-up when OSX boots up, however Ethereal does not
open
once X11 opens.
If I click on X11 icon under Applications Ethereal also doesn't open
automatically; only when using the startx command under Terminal does
Ethereal open automatically.
Any ideas?
Is X and X11 different applications?
I thought that once modifying the xinitrc file and placing it under
root
both X and X11 would read from file.
Jason
..lj
http://public.xdi.org/=lj
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden