Re: Question: how to run Reconfigure without GUI

2019-02-08 Thread Dr Eberhard Lisse
I futureproofed it a little :-)-O #!/bin/bash function lyxconfigure { if [[ "$OSTYPE" == "darwin"* ]] then BASEDIR="/Users/$(whoami)/Library/Application Support/LyX" LYXVER=$(lyx --version 2>&1 \ | perl -ne 'if (/^LyX/) {

Re: Question: how to run Reconfigure without GUI

2019-02-06 Thread Dr Eberhard Lisse
That was a first stab at it :-)-O When I have a moment I'll do it right :-)-O greetings, el On 06/02/2019 09:53, Steve Litt wrote: > On Tue, 5 Feb 2019 13:49:31 -0500 > Scott Kostyshak wrote: > >> On Tue, Feb 05, 2019 at 12:35:55PM +0200, Dr Eberhard Lisse wrote: >>> Scott, >>> >>> this is

Re: Question: how to run Reconfigure without GUI

2019-02-05 Thread Steve Litt
On Tue, 5 Feb 2019 13:49:31 -0500 Scott Kostyshak wrote: > On Tue, Feb 05, 2019 at 12:35:55PM +0200, Dr Eberhard Lisse wrote: > > Scott, > > > > this is very helpful for my alias file on the Mac. > > > > function lyxconfigure > > { > > pushd ~/ > > python -tt > >

Re: Question: how to run Reconfigure without GUI

2019-02-05 Thread Jean-Marc Lasgouttes
Le 05/02/2019 à 19:49, Scott Kostyshak a écrit : On Tue, Feb 05, 2019 at 12:35:55PM +0200, Dr Eberhard Lisse wrote: Scott, this is very helpful for my alias file on the Mac. function lyxconfigure { pushd ~/ python -tt "/Applications/LyX.app/Contents/Resources/configure.py"

Re: Question: how to run Reconfigure without GUI

2019-02-05 Thread Scott Kostyshak
On Tue, Feb 05, 2019 at 12:35:55PM +0200, Dr Eberhard Lisse wrote: > Scott, > > this is very helpful for my alias file on the Mac. > > function lyxconfigure > { > pushd ~/ > python -tt "/Applications/LyX.app/Contents/Resources/configure.py" > popd > } Nice. Thanks for sharing

Re: Question: how to run Reconfigure without GUI

2019-02-05 Thread Dr Eberhard Lisse
Scott, this is very helpful for my alias file on the Mac. function lyxconfigure { pushd ~/ python -tt "/Applications/LyX.app/Contents/Resources/configure.py" popd } greetings, el On 15/01/2019 19:02, Scott Kostyshak wrote: > On Tue, Jan 15, 2019 at 11:27:34AM -0500,

Re: Question: how to run Reconfigure without GUI

2019-01-15 Thread Scott Kostyshak
On Tue, Jan 15, 2019 at 11:27:34AM -0500, Daniel Gómez Martínez wrote: > I found out I can start the action I want with "lyx -x reconfigure"; > however, GUI is triggered at the end. You can call the configure script directly. For example, python -tt "/usr/local/share/lyx/configure.py" Be sure

Re: Question: how to run Reconfigure without GUI

2019-01-15 Thread Paul A. Rubin
On 1/15/19 11:27 AM, Daniel Gómez Martínez wrote: I found out I can start the action I want with "lyx -x reconfigure"; however, GUI is triggered at the end. Already tried "lyx -batch -x reconfigure" but lyx ask for an input file, which I consider should not happen; I’m considering a bug

Re: Question: how to run Reconfigure without GUI

2019-01-15 Thread Daniel Gómez Martínez
I found out I can start the action I want with "lyx -x reconfigure"; however, GUI is triggered at the end. Already tried "lyx -batch -x reconfigure" but lyx ask for an input file, which I consider should not happen; I’m considering a bug report. Regards, *Daniel Gómez Martínez | Profesional en

Question: how to run Reconfigure without GUI

2019-01-15 Thread Daniel Gómez Martínez
Hello everyone, I was wondering if there's a way to execute Tools>Reconfigure without GUI (i.e. from the terminal) in Linux. Thanks in advance, *Daniel Gómez Martínez* * <3044313476>*