Re: [LyX/master] configure.py: Make 'notepad' last in text editor list

2017-01-18 Thread Guenter Milde
On 2017-01-14, Paul A. Rubin wrote: ... > Is there any evidence that xdg-mime/xdg-open will ever be safe? Not bullet-proof but maybe safe enaugh to be used as default. +1 in a properly configured system, the system-wide user preference will be honoured, no need to configure preferences for

Re: System for continuous integration (CI) of LyX master branch, compiled on Ubuntu

2017-01-18 Thread Pavel Sanda
Christian Ridderström wrote: > Hi, > > I'd like to announce that we now have a (somewhat) working system for doing > continuous integration (CI) of the LyX master branch on Linux. > > The system is currently doing this: > - Polls the LyX repository at git.lyx.org (every few hours) > - If branch

Re: System for continuous integration (CI) of LyX master branch, compiled on Ubuntu

2017-01-18 Thread Christian Ridderström
On 19 January 2017 at 01:45, Pavel Sanda wrote: > > The system is currently doing this: > > - Polls the LyX repository at git.lyx.org (every few hours) > > - If branch 'master' has changed, then it builds LyX in two different > > configurations > > What you mean by build? "make"

Re: Dependencies to build LyX (from Git) on clean Ubuntu 16.04 using Qt5?

2017-01-18 Thread Christian Ridderström
On 18 January 2017 at 01:21, Scott Kostyshak wrote: > On Tue, Jan 17, 2017 at 11:54:02PM +0100, Christian Ridderström wrote: > > Hi, > > > > Does anyone have a list of the build dependencies that need to be > installed > > in order to build the latest LyX on a clean Ubuntu

Re: System for continuous integration (CI) of LyX master branch, compiled on Ubuntu

2017-01-18 Thread Pavel Sanda
Christian Ridderström wrote: > On 19 January 2017 at 01:45, Pavel Sanda wrote: > > > > The system is currently doing this: > > > - Polls the LyX repository at git.lyx.org (every few hours) > > > - If branch 'master' has changed, then it builds LyX in two different > > >

Re: System for continuous integration (CI) of LyX master branch, compiled on Ubuntu

2017-01-18 Thread Christian Ridderström
On 19 January 2017 at 03:17, Pavel Sanda wrote: > > > > Trying with just "make distcheck" instead of "make" produced error about > > missing target 'distcheck'. > > distcheck is autotools not cmake target. Since we (still) build tarballs > via automake it would be worth using this

System for continuous integration (CI) of LyX master branch, compiled on Ubuntu

2017-01-18 Thread Christian Ridderström
Hi, I'd like to announce that we now have a (somewhat) working system for doing continuous integration (CI) of the LyX master branch on Linux. The system is currently doing this: - Polls the LyX repository at git.lyx.org (every few hours) - If branch 'master' has changed, then it builds LyX in

Re: Convertor lyx2.1 -> lyx2.2 does not understand TikZ in math macros

2017-01-18 Thread Richard Heck
On 01/17/2017 06:06 PM, חיים רוזנר wrote: > Hi, > I upgraded lyx 2.1 to lyx 2.2 (Win 10). I have a file with lots of > tikz environments and some math macros. The convertor took the -- line > command of tikz in the math macro and converted it to \twohyphens. > This conversion made me errors. > >

Re: System for continuous integration (CI) of LyX master branch, compiled on Ubuntu

2017-01-18 Thread Pavel Sanda
Christian Ridderström wrote: > The Jenkins SW is capable of sending an e-mail, I just tested to two of my > e-mail addresses. > But to where should e-mails be sent - lyx-devel-list? I would think so, unless other people are not against it. > I think the sender, ci-...@inria.fr, needs to be added

Re: [CONFIRMED] Display Problem in Stable with \notin, etc.

2017-01-18 Thread Jean-Marc Lasgouttes
Le 17/01/2017 à 18:01, Enrico Forestieri a écrit : Hello Enroci, Hi JMcra :) :) I often do this typo, but usually I manage to correct it in time. Yes, but I would propose to do that in addition. Nonetheless, my feeling is that this issue is caused by the assumptions of Qt about a given

Re: [CONFIRMED] Display Problem in Stable with \notin, etc.

2017-01-18 Thread Enrico Forestieri
On Wed, Jan 18, 2017 at 03:19:31PM +0100, Jean-Marc Lasgouttes wrote: > > I am not completely sure what this styleName thing does. Is it mac/windows > only? No, it is platform independent. For example, if you ask for a font with name cmsy10, Qt would pick the first cmsy10.ttf it stumbles upon.