diff --git a/en/collect/newentryfromplaintext.md b/en/collect/newentryfromplaintext.md index afea8a44a..0f0e70195 100644 --- a/en/collect/newentryfromplaintext.md +++ b/en/collect/newentryfromplaintext.md @@ -8,6 +8,8 @@ In case you have a reference string, JabRef offers the functionality to convert Different parsers will lead to different results. It is strongly recommended to fact-check all conversions, regardless of parser choice. All of them can confabulate. For comparison, [adding entries using an ID](add-entry-using-an-id.md) is much more reliable and accurate. {% endhint %} +The following example shows how a plain reference text can be pasted and converted into a BibTeX entry. + Example: ``` diff --git a/en/faq/linux.md b/en/faq/linux.md index e190b2da0..cfdd3b5df 100644 --- a/en/faq/linux.md +++ b/en/faq/linux.md @@ -31,3 +31,9 @@ In the background, JabRef uses [JavaFX](https://en.wikipedia.org/wiki/JavaFX). A ## Where can I find JabRef's log files? A: On Linux, the path to the log files is `~/.local/share/jabref/logs/$version/` + +## JabRef does not start on Wayland (Sway, Wayland GNOME, etc). What should I do? + +JabRef uses JavaFX for its user interface. Currently, JavaFX requires [XWayland](https://wayland.freedesktop.org/xserver.html) to run on Wayland-based systems. If XWayland is not installed, JabRef may fail to start. Installing XWayland usually resolves this issue. + +