Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions en/faq/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,18 @@
## 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 quit completely on Linux

On some Linux distributions (especially with Wayland/GNOME), closing the window or using the close button does not fully exit JabRef — the process keeps running in the background.

#### Workarounds

- Use **File → Quit** or the keyboard shortcut **`Ctrl + Q`** instead of the window's close button.
- Try running JabRef with one of these commands:
```bash

Check failure on line 49 in en/faq/linux.md

View workflow job for this annotation

GitHub Actions / lint

Fenced code blocks should be surrounded by blank lines [Context: "```bash"]

en/faq/linux.md:49 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```bash"]
# Option 1
jabref --jvm-opt="-Dprism.order=sw"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is dangerous advice, and this will switch to software rendering instead!


# Option 2
JAVAFX_GLX=1 jabref

Check failure on line 54 in en/faq/linux.md

View workflow job for this annotation

GitHub Actions / lint

Files should end with a single newline character

en/faq/linux.md:54:21 MD047/single-trailing-newline Files should end with a single newline character
Loading