Quote:
Originally Posted by
tipi
Hi!
A bug on X11 leopard prevent me from using a program through ssh channel. My unix guru suggest me to install X11 tiger, in which the bug is absent.
So I tried to follow
the step given by Ben Byer.
My problem is simple, the first step :
sudo launchctl unload -w /System/Library/LaunchAgents/org.x.X11.plist
return me the following error :
launchctl: Error unloading: org.x.X11
Is someone have already made this installation, or even know what the problem is for the command I give in this post?
Thanks a lot for your help,
Tp
The problem for the command you gave in this post is that org.x.X11.plist is not in Leopard's LaunchAgents, or even LaunchDaemons directories.
To see what launchd items are loaded:
sudo launchctl list
You'll probably see only one X11 related item, that being "org.x.privileged_startx".
Sadly, the instructions you are referencing has no mention of the OS the installation id to be applied to (even if you navigate forward or back by thread).
Try updating your system software to the latest (you might have to restore some service configs, but Apple's pretty nice about retaining a backup of your config files for reference. You'll probably need to look for another set of instructions, too...