Am 13.07.2019 um 21:47 schrieb Stephan Witt <st.w...@gmx.net>: > > Am 13.07.2019 um 16:46 schrieb Jean-Marc Lasgouttes <lasgout...@lyx.org>: >> >> Le 13/07/2019 à 16:14, Jean-Marc Lasgouttes a écrit : >>> commit 575761c665229e70d9ce9b2bd941d01a1873b9f1 >>> Author: Jean-Marc Lasgouttes <lasgout...@lyx.org> >>> Date: Sat Jul 13 16:21:37 2019 +0200 >>> Use backing store also with wayland platform >>> Like with macOS, the Wayland compositor seems to require a >>> backingstore when doing partial updates like we do. >>> This extends the mechanism that has been introduced for macOS. This >>> has to be done at run time, not compile time. >> >> Stephan, Helge, >> >> Could you confirm that macOS and Wayland work correctly after this commit? > > I’ve built it with current checkout from master. I tried it with the > users-guide > with normal and full-screen and cannot see any problem. > > Is there any corner case to look for or should it be obvious? > > BTW, while testing the console window I saw this: > > EILSEQ An invalid multibyte sequence has been encountered in the input. > When converting from UTF-8 to UCS-4LE. > Input: 0x7e 0x2f 0x4c 0x69 0x62 0x72 0x61 0x72 0x79 0x2f 0x4d 0x79 0x20 0x4d > 0x6f 0x62 0x69 0x6c 0x65 0x20 0x44 0x6f 0x63 0x75 0x6d 0x65 0x6e 0x74 0x73 > 0x2f 0x43 0x6c 0x6f 0x75 0x64 0xff 0x63 0x73 0x2f 0x54 0x69 0x63 0x6b 0x65 > 0x74 0x2d 0x36 0x32 0x31 0x31 0x2e 0x6c 0x79 0x78 > Error returned from iconv
I’ve converted it to ASCII - it’s: ~/Library/My Mobile Documents/Cloud???/Ticket-6211.lyx And this must be from the list of last opened files… there is the first line: /Users/stephan/Library/My Mobile Documents/Cloud%Docs/Ticket-6211.lyx Stephan