On Aug 30, 2010, at 17:53, [email protected] wrote: > At the moment, tho, I'm stuck because when I try to start 'claws-mail', > instead of it starting I get the Terminal message > Xlib: connection to ":0.0" refused by server > Xlib: No protocol specified > (claws-mail:72561): Gtk-WARNING **: cannot open display: :0.0 > My '~/.profile' already has > # To run X11 apps, we need: > export DISPLAY=:0.0
I don't recall what version of Mac OS X you have, but if it's Leopard or newer, you probably want to remove this "export DISPLAY=:0.0" line from your ~/.profile. Mac OS X Leopard and newer include an auto-start X11 mechanism that sets DISPLAY to the appropriate value for you automatically; you're disabling that mechanism by setting DISPLAY yourself. _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
