Thanks Scott. It is loaded now for non sudo users. When I want to start Gedit as sudo user to work on a restricted file I get the same errors again. I tried to add the rg.freedesktop.dbus-session.plist before with sudo, but then it did not allow me because it was already loaded which is proven here: me-macbook-pro:bin me$ sudo launchctl list | grep 'freedesktop' Password: 43 - org.freedesktop.dbus-system
So how can I add it so it works for me as sudo user and normal user? On Sat, Oct 24, 2009 at 12:20 PM, Scott Haneda <[email protected]> wrote: > On Oct 23, 2009, at 9:42 PM, Jasper Frumau wrote: > > How do I verify that org.freedesktop.dbus-session.plist is loaded? >> > > This is the only one of your questions I know. In your shell: > sudo launchctl list | grep 'freedesktop' > > If it comes back empty, it is not loaded, if it comes back with a result, > it is, see the man page for what each column means. > > You can load it with > sudo launchctl load > /Library/LaunchAgents/org.freedesktop.dbus-session.plist > > Or, if it has the disabled key set, which you can see by looking at the > file at the path listed below, you will need to add the -w flag to write it > enabled... > sudo launchctl load -w > /Library/LaunchAgents/org.freedesktop.dbus-session.plist > > Conversely, you can unload it, so that it will not reload even after a > reboot with > sudo launchctl unload -w > /Library/LaunchAgents/org.freedesktop.dbus-session.plist > > The rest of your issues are beyond my knowledge, but if I had to wager I > guess, I would start googling how to resolve this error: > > Xlib: extension "RANDR" missing on display "/tmp/launch-mo9MMj/:0". > -- > Scott * If you contact me off list replace talklists@ with scott@ * > >
_______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
