Hi,
I can't copy and paste from any X11 to any Aqua application. I guess this is because in theory, im running
2 different platforms on the same display, so this could be that each one is independent of each other. But,
is there a way to making this possible? Is it just a problem a have?
Daniel R. --
If you are running OS X 10.3 and Apple's X11 with the Apple quartz window manager, "It should just work (TM)". Report back if this is the story, and hopefully someone smarter than I can help you.
If you are running OS X 10.3 and Apple's X11 with a different window manager, you can supposedly start quartz-wm with the option --only-proxy which will let you use another window manager, but the cut and paste is handled by quartz-wm. Just add the following line to .xinitrc before you start you window environment:
quartz-wm --only-proxy &
If you are running Fink's X11, you probably need to install the autocutsel package, and add a line in your .xinitrc:
autocutsel &
If you are running OS X 10.2, I'm not sure what the story is there anymore.
Kevin Horton
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
