Re: Is it possible to have X11 and Quartz side-by-side?

2015-12-03 Thread Gustavo Seabra
Ah, ok. Thanks! Gustavo Seabra > Em 3 de dez de 2015, à(s) 14:44, Ryan Schmidt > escreveu: > > Yes, select which MacPorts installation by using the absolute path to the > port command in that installation. > >> On Dec 3, 2015, at 11:43, Gustavo Seabra wrote: >> >> How about when I need

Re: Is it possible to have X11 and Quartz side-by-side?

2015-12-03 Thread Ryan Schmidt
Yes, select which MacPorts installation by using the absolute path to the port command in that installation. > On Dec 3, 2015, at 11:43, Gustavo Seabra wrote: > > How about when I need to install a new port? wouldn’t I need to select one > installation over another? > > Gustavo Seabra > >

Re: Is it possible to have X11 and Quartz side-by-side?

2015-12-03 Thread Brandon Allbery
On Thu, Dec 3, 2015 at 12:43 PM, Gustavo Seabra wrote: > How about when I need to install a new port? wouldn’t I need to select one > installation over another? Just use the full path to the appropriate "port" command. -- brandon s allbery kf8nh sine nomine assoc

Re: Is it possible to have X11 and Quartz side-by-side?

2015-12-03 Thread Gustavo Seabra
How about when I need to install a new port? wouldn’t I need to select one installation over another? Gustavo Seabra > Em 3 de dez de 2015, à(s) 14:30, Ryan Schmidt > escreveu: > > There would be nothing to switch because both would be installed. Just use > the full path to whatever progra

Re: Is it possible to have X11 and Quartz side-by-side?

2015-12-03 Thread Ryan Schmidt
There would be nothing to switch because both would be installed. Just use the full path to whatever program you want to run. > On Dec 3, 2015, at 11:24, Gustavo Seabra wrote: > > Funny - I actually never noticed any difference between quartz and x11 :-) > > Assuming there is some noticeable

Re: Is it possible to have X11 and Quartz side-by-side?

2015-12-03 Thread Gustavo Seabra
Funny - I actually never noticed any difference between quartz and x11 :-) Assuming there is some noticeable difference and I decide to keep both, how do I switch from one macports installation to the other and back when using it? Thanks, Gustavo Seabra > Em 3 de dez de 2015, à(s) 14:21, Ryan

Re: Is it possible to have X11 and Quartz side-by-side?

2015-12-03 Thread Ryan Schmidt
We default to X11 because there are still many software packages written by developers who do not test on a Mac, are not aware of Quartz, and inadvertently write software that requires X11. Some users prefer to use Quartz because its visual appearance is more pleasing to them than X11. If you

Re: Is it possible to have X11 and Quartz side-by-side?

2015-12-03 Thread Gustavo Seabra
OK, it looks as id it will take a bit more work than normal to get it working… BTW, do you know of any port that does not have a +x11 variant, and would require exclusively the +quartz one? (I’m trying to decide if there’s any reason to keep the quartz around at all). Thanks, Gustavo Seabra

Re: Is it possible to have X11 and Quartz side-by-side?

2015-12-03 Thread Ryan Schmidt
On Dec 3, 2015, at 08:46, Gustavo Seabra wrote: > > I have recently changed to Quartz, a process started with the command > suggested here: > http://article.gmane.org/gmane.os.apple.macports.user/39617 > > After some kinks, it all works fine now. However, I now want to install a > port that dep

Re: Is it possible to have X11 and Quartz side-by-side?

2015-12-03 Thread Gustavo Seabra
Just as an update… when i try to deactivate gtk2+quartz, I get: $ sudo port deactivate gtk2 variant +quartz ---> Deactivating gtk2 @2.24.28_1+quartz ---> Unable to deactivate gtk2 @2.24.28_1+quartz, the following ports depend on it: --->gtksourceview2 @2.10.5_9 --->gwenhywfar4-gtk @4.14

Re: Is it possible to have X11 and Quartz side-by-side?

2015-12-03 Thread Gustavo Seabra
I see… In this case, how does it work at runtime? Do I need to activate / deactivate the correct variant overtime I run the program? Or is this necessary only for installation? Thanks a lot! Gustavo Seabra > Em 3 de dez de 2015, à(s) 12:21, David Strubbe > escreveu: > > You don't have to

Re: Is it possible to have X11 and Quartz side-by-side?

2015-12-03 Thread David Strubbe
You don't have to uninstall; you can deactivate the gtk +quartz port instead, and switch with activate/deactivate between the two gtk variants depending on which ports you are trying to build or use. Still not very convenient, unfortunately. David On Thu, Dec 3, 2015 at 9:46 AM, Gustavo Seabra w

Is it possible to have X11 and Quartz side-by-side?

2015-12-03 Thread Gustavo Seabra
Hi all, I have recently changed to Quartz, a process started with the command suggested here: http://article.gmane.org/gmane.os.apple.macports.user/39617 After some kinks, it all works fine now. However, I now want to install a port that depends on x11 (PyMol). If I try this, the install crashe