X-Received: by 2002:ae9:dc87:: with SMTP id q129mr2109659qkf.92.1569487906064; Thu, 26 Sep 2019 01:51:46 -0700 (PDT) X-Received: by 2002:aca:ebd1:: with SMTP id j200mr1653499oih.111.1569487905537; Thu, 26 Sep 2019 01:51:45 -0700 (PDT) Path: csiph.com!3.us.feeder.erje.net!feeder.erje.net!news.snarked.org!border2.nntp.dca1.giganews.com!nntp.giganews.com!o24no10880697qtl.0!news-out.google.com!q23ni508qtl.1!nntp.google.com!o24no10880681qtl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Thu, 26 Sep 2019 01:51:45 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=129.45.15.32; posting-account=HagNvQoAAAC7MSycpc32gp8SxSlBD4dx NNTP-Posting-Host: 129.45.15.32 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <3213c6dc-3b6d-4890-b56b-6efb003b0da8@googlegroups.com> Subject: Re: Change the default terminal on windows From: s1291 Injection-Date: Thu, 26 Sep 2019 08:51:46 +0000 Content-Type: text/plain; charset="UTF-8" Lines: 33 Xref: csiph.com comp.graphics.apps.gnuplot:4226 On Wednesday, September 25, 2019 at 7:38:48 PM UTC+1, Karl Ratzsch wrote: > Am 25.09.2019 um 18:22 schrieb SyntaxErrorX00: > > > gnuplot/wgnuplot use wxt as the default terminal. I want to change that to be 'qt' instead so every time I have to run "set term qt" so I am looking for a way to change it permanently. I tried everything I found on internet: > > * create GNUPLOT.INI and insert "set term qt", > > * Create an environment variable GNUPLOT pointing to that directory (My home directory, C:\Users\username). > > > > * Tried to change the file wgnuplot.ini in my home directory. > > * Tried to change the file wgnuplot in C:\Program Files\gnuplot\share\wgnuplt.ini > > > > But unfortuately that have no effect, every time I open gnuplot I get the default terminal wxt. > > > > Could you please tell me how can I change that? > > You have to place the gnuplot.ini (not wgnuplot.ini, thats just for > the windows GUI) file in the $APPDATA directory, which usually is > \appdata\roaming > > (For some unknown reason, the ~\appdata directory is hidden by > default. First thing I change on every windows machine, right after > disabling the system sounds.) > > Enter "set APPDATA" on the command line to check. > > Or you reinstall gnuplot and choose a different default terminal in > the installer. > > Hth, Karl Thank you for you reply, Sorry I forgot to mention that I tried also with what you suggested: to add gnuplot.ini to %appdata% folder but unfortunately it didn't work. So I will try the second suggestion. Regards