[LyX/master] Fix #13305 - xcb is currently the only reasonable solution for Wayland
Pavel Sanda <[email protected]> Tue, 12 May 2026 05:44:42 +0000
| Newsgroups | gmane.editors.lyx.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit aeaaef66b6374c43195411acda6b06be4e3b6811 Author: Pavel Sanda <[email protected]> Date: Tue May 12 07:43:07 2026 +0200 Fix #13305 - xcb is currently the only reasonable solution for Wayland --- lib/lyx.desktop.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lyx.desktop.in b/lib/lyx.desktop.in index c158e88d58..490554833b 100644 --- a/lib/lyx.desktop.in +++ b/lib/lyx.desktop.in @@ -5,7 +5,7 @@ Name=LyX@program_suffix@ GenericName=Document Processor Comment=High level LaTeX frontend Keywords=WYSIWYG;WYSIWYM;TeX;LaTeX;GUI;frontend;editor; -Exec=lyx@program_suffix@ %F +Exec=env QT_QPA_PLATFORM=xcb lyx@program_suffix@ %F TryExec=lyx@program_suffix@ Icon=lyx@program_suffix@ StartupNotify=false -- lyx-cvs mailing list [email protected] https://lists.lyx.org/mailman/listinfo/lyx-cvs