|
From: Ralf J. <jue...@cs...> - 2009-08-22 19:42:33
|
On Sat, 22 Aug 2009, Ethan Merritt wrote: > What happens if you try > > echo "gnuplot*exportselection: off" | xrdb -merge Thanks, this does the trick. xrdb -query | grep export reports nothing before issuing the above command, btw. There also is not directory /usr/local/lib/X11/app-defaults/ on my system (Ubuntu 8.04). Ralf > > You can check the state by doing, for example > > stonelion [86] xrdb -query | grep export > gnuplot*exportselection: off > > Depending on your system configuration, the default x11 settings for gnuplot > may be given in a file > /usr/local/lib/X11/app-defaults/Gnuplot > Or maybe not. We provide such a file, but it is not clear that distribution > packages install it in a useful place. If this fixes your problem, I suggest > to add the line > gnuplot*exportselection: off > to the file ~/.Xdefaults in your login directory > > >> >> G N U P L O T >> Version 4.3 patchlevel 0 >> last modified January 2009 >> >> I use focus follows mouse if that is relevant. >> >> regards. >> >> ------------------------------------------------------------------------------ >> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day >> trial. Simplify your report design, integration and deployment - and focus on >> what you do best, core application coding. Discover what's new with >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> _______________________________________________ >> gnuplot-beta mailing list >> gnu...@li... >> https://lists.sourceforge.net/lists/listinfo/gnuplot-beta >> > > |