Rich Shepard wrote:
> I assume that you refer to the file filters on my system.
No, I was referring to the File filter list set by LyX for this file dialog. I
assume you are building LyX yourself. Could you apply the attached patch and
check if this helps?
(to apply: put the file in the uppermost folder of the lyx source tree, i.e.
above "src", issue "patch -p0 < x.diff" and then rebuild with "make").
> After cleaning these up, if it still crashes I'll run a backtrace and
> post the output.
Yes, please.
> Thanks,
>
> Rich
Jürgen
Index: src/frontends/qt4/GuiView.cpp
===================================================================
--- src/frontends/qt4/GuiView.cpp (Revision 28032)
+++ src/frontends/qt4/GuiView.cpp (Arbeitskopie)
@@ -1626,7 +1626,7 @@
LFUN_FILE_INSERT_PLAINTEXT_PARA : LFUN_FILE_INSERT_PLAINTEXT));
FileDialog::Result result = dlg.open(toqstr(bv->buffer().filePath()),
- QStringList());
+ QStringList(qt_("All Files (*)")));
if (result.first == FileDialog::Later)
return;