[Xquartz-dev] new xpbproxy

John Koren jpkoren at gmail.com
Thu Oct 16 21:39:10 PDT 2008


Jeremy,

I am using 2.3.2_beta1, which fixed some bugs related to
"-no-pasteboard", nevertheless I need to include the flag to avoid the
problem I brought up in this thread. My applewmproto is 1.1.

The file "/usr/X11/lib/X11/xinit/xinitrc.d/99-quartz-wm.sh" also uses
"--no-pasteboard" when calling quartz-wm :

if [ -x /usr/X11/bin/xpbproxy ] ; then
       /usr/X11/bin/xpbproxy &
       [ -x /usr/bin/quartz-wm ] && exec /usr/bin/quartz-wm --no-pasteboard
else
       [ -x /usr/bin/quartz-wm ] && exec /usr/bin/quartz-wm
fi

Anyway, with the "--no-pasteboard" flag xpbproxy works very well. I am
a happy camper.

-John

On Thu, Oct 16, 2008 at 9:16 PM, Jeremy Huddleston <jeremyhu at apple.com> wrote:
>
> On Oct 16, 2008, at 20:19, John Koren wrote:
>
>> George, Jeremy
>>
>> I just noticed that in my .xinitrc I had "exec /usr/bin/quartz-wm" and
>> not "exec /usr/bin/quartz-wm --no-pasteboard". Using "-no-pasteboard"
>> flag solved the problem. Earlier Jeremy wrote "-no-pasteboard does
>> nothing on 2.3.1 since it defaults to --no-pasteboard", but I guess
>> that's not entirely the case.
>
> That is the case if you're using 2.3.2_beta1 (not 2.3.1).  Did you install
> 2.3.1 or 2.3.2_beta1?  If you notice the changelog for 2.3.2 under quartz-wm
> (http://xquartz.macosforge.org/trac/wiki/ChangeLog):
>
> # Fixed bug with --no-pasteboard option that didn't completely disable it
> (it still grabbed PRIMARY in activate/deactivate)
> # defaults to --no-pasteboard when the server uses version 1.1 and greater
> of applewmproto
>
> --Jeremy
>
>
> _______________________________________________
> Xquartz-dev mailing list
> Xquartz-dev at lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/xquartz-dev
>
>


More information about the Xquartz-dev mailing list