Re: 2.3.4

2019-11-13 Thread Jürgen Spitzmüller
Am Mittwoch, den 13.11.2019, 23:06 -0500 schrieb Richard Kimberly Heck:
> Hi, all,
> 
> I know I've talked before about moving towards a 2.3.4 release, but
> things have just been kind of crazy here. That said, I should have
> some
> time for this now, and the Wayland bug seems to demand action. So:
> Are
> there any lingering bugs we really need to fix? Especailly are there
> any
> that would require string changes? 

Not from my side.

> I'd like to freeze strings and get
> the email to translators this weekend, if possible, and we can hope
> for
> an actual release around 1 December, possibly.

Good plan.

Jürgen

> 
> Riki
> 
> 


signature.asc
Description: This is a digitally signed message part
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


2.3.4

2019-11-13 Thread Richard Kimberly Heck
Hi, all,

I know I've talked before about moving towards a 2.3.4 release, but
things have just been kind of crazy here. That said, I should have some
time for this now, and the Wayland bug seems to demand action. So: Are
there any lingering bugs we really need to fix? Especailly are there any
that would require string changes? I'd like to freeze strings and get
the email to translators this weekend, if possible, and we can hope for
an actual release around 1 December, possibly.

Riki


-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: Ctest export failing with TL19

2019-11-13 Thread Guenter Milde
On 29.10.19, Kornel Benko wrote:

> With today's TL19, most of the remaining tests pass.
> (polyglossia updated today).

> Remaining tests are

> export/examples/fr/Modules/Braille_dvi3_systemF
> export/examples/fr/Modules/Braille_pdf5_systemF
> export/examples/fr/Presentations/Foils_pdf5_systemF

This looks like a problem with French, LuaTeX, and system fonts
(maybe polyglossia).

> export/export/latex/languages/th-en_utf8_pdf4_systemF
> export/examples/ko/cjk-ko-doc_pdf4_systemF

What is the error here?


With TL18 (Debian/Buster's "texlive 2018.20190227"), these test pass fine
(except Foils, because I do no have the required LaTeX package).

Instead, I get failures with 

The following tests FAILED:
5761 - export/examples/sr/Modules/Braille_dvi3_systemF (Failed)
5765 - export/examples/sr/Modules/Braille_pdf4_systemF (Failed)

The polyglossia package throws a (spurious) error because it asserts that
the font supports the Cyrillic script -- despite the document using Latin
script and language "Serbian (Latin)"!


> Günter, this is for you: The following inverted tests fail:
> INVERTED.LYXBUGS_export/export/latex/lyxbugs/3059-language-in-tables_dvi3_systemF
> INVERTED.LYXBUGS_export/export/latex/lyxbugs/3059-language-in-tables_pdf5_systemF
> INVERTED.TEXISSUES_export/doc/he/Intro_dvi3_systemF
> INVERTED.TEXISSUES_export/doc/he/Tutorial_dvi3_systemF
> INVERTED.TEXISSUES_export/examples/he/Example_%28LyXified%29_dvi3_systemF
> INVERTED.TEXISSUES_export/examples/he/Example_%28LyXified%29_pdf5_systemF
> INVERTED.TEXISSUES_export/examples/he/Example_%28raw%29_dvi3_systemF
> INVERTED.TEXISSUES_export/examples/he/Example_%28raw%29_pdf5_systemF
> INVERTED.TEXISSUES_export/examples/he/Welcome_dvi3_systemF
> INVERTED.TEXISSUES_export/examples/he/Welcome_pdf5_systemF
> INVERTED.TEXISSUES_export/examples/ar/Welcome_dvi3_systemF

Export fails with TL18 (after uninverting)

I updated unreliable:varying-versions.

Günter


-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: Fwd: Lyx is unusable because of its window graphics not being updated

2019-11-13 Thread Neven Sajko
> Wayland, for example). But if the menus do not really work, I would
> check whether other qt5 applications work. This might not be our bug.

Just checked with two other QT5 applications: shotcut does not seem to
manifest this bug, but wireshark does. Don't know what to make of it.
As far as I understand, this could indeed be a Xorg, graphics driver
or QT bug ... I suppose someone more knowledgeable about X11 and Xorg
could infer some useful conclusions from the fact that the bug does
not appear in the screencasts.


Neven
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: Fwd: Lyx is unusable because of its window graphics not being updated

2019-11-13 Thread Neven Sajko
I will not have time to debug this for a few more weeks, probably, but
here is something I found on the Web, could maybe be relevant:

https://github.com/tallforasmurf/CHIP8IDE/issues/22

TLDR: Somebody had a similar problem and fixed it by adding two QT
calls after the QT Widget update() call. That was a few years ago, and
possibly caused by a bug internal to QT.


Neven
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: Fwd: Lyx is unusable because of its window graphics not being updated

2019-11-13 Thread Jean-Marc Lasgouttes

Le 13/11/2019 à 00:51, Neven Sajko a écrit :

It is only the LyX work area that is not updated or the whole window
(toolbar, menus...)?


I am not sure what do you mean by "work area", but for me (while I am
looking at the Xorg-powered display and using lyx), there are problems
on almost the whole window. The little animations that should happen
when the pointer hovers over the toolbar elements do not happen (the
highlighting, maybe that is what it is called), menus do not drop
down, and usually even the updates to the main area when the text goes
do not happen (so, if I type "aosdiasduioh", the screen stays the same
instead of that being shown as typed in. But this is where things turn
even weirder ...


The work area is the place where you write. We implemented it completely 
within our code, so bugs can happen there (we recently fixed one with 
Wayland, for example). But if the menus do not really work, I would 
check whether other qt5 applications work. This might not be our bug.


JMarc

--
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Picture filenames with multiple dots, workaround not working with texlive 2019

2019-11-13 Thread 25 C
Hello,

this is not a lyx bug however affects a workaround that has been put in
place in lyx to deal with filenames with multiple dots. After updating to
texlive 2019 I discovered that the workaround for files with multiple dots
does not work anymore.

If you export a .lyx file to .tex and pass it to pdflatex, expressions like:
\includegraphics{dummy\lyxdot 1\lyxdot 0}
give an error:
LaTeX Warning: File `dummy.1.0' not found on input line 19.
! LaTeX Error: Unknown graphics extension: .1.0.
while on texlive 2018 everything worked.

Thanks for having a look.
Best regards,
Pietro
%% LyX 2.3.3 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[english]{article}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{graphicx}

\makeatletter

%% LyX specific LaTeX commands.
%% A simple dot to overcome graphicx limitations
\newcommand{\lyxdot}{.}


\makeatother

\usepackage{babel}
\begin{document}
\includegraphics{dummy\lyxdot 1\lyxdot 0}
\end{document}


dummy.1.0.pdf
Description: Adobe PDF document


newfile1.lyx
Description: application/lyx
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: Fwd: Lyx is unusable because of its window graphics not being updated

2019-11-13 Thread Pavel Sanda
On Tue, Nov 12, 2019 at 11:51:29PM +, Neven Sajko wrote:
> This might explain why this bug
> would only become apparent when using Lyx alongside a minimal WM like
> DWM or without a WM (I usually use Lyx-like applications so they are
> almost full screen).

I tried to install dwm in oldstable debian and lyx 2.3.2 works just fine
under dwm, so this seems to be something more specific to your config than only
combination of lyx and basic wm. (maybe newer version of X11/dwm/wt/lyx
might mater).

Perhaps you can reproduce the problem even with wm which is less basic
on your system?

Pavel
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel