Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update faqlinux.md #260

Merged
merged 1 commit into from
Mar 9, 2020
Merged
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
4 changes: 4 additions & 0 deletions en/faq/faqlinux.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ For Ubuntu you may also have a look at the [Ubuntu page on Java](https://help.ub

As far as we know, JabRef is not yet running on these free JVMs, due of our dependencies. However, JabRef is reported to run nicely on the [IcedTea](http://fedoraproject.org/wiki/Features/IcedTea) runtime, which is based on the [OpenJDK](http://openjdk.java.net/) built with [GNU Classpath](http://www.gnu.org/software/classpath/) to fill in missing classes. Some issues have been encountered with the look and feel \(see issues [\#393](https://github.com/JabRef/jabref/issues/393) and [\#2003](https://github.com/JabRef/jabref/issues/2003)\). Please let us know if newer versions give different results. If you have an idea or the expertise to make JabRef work under Classpath, let us know.

## Everything looks too big or too small. How can I change it to to a more reasonable size?
In the background, JabRef uses [JavaFX](https://en.wikipedia.org/wiki/JavaFX). Applications using JavaFX can be scaled via```java -Dglass.gtk.uiScale=1.5 -jar <application>.jar ```. If you have installed JabRef via a package manager, you probably don't have a .jar file but a binary file. In this case, you need to find your _JabRef.cfg_ in your installation folder (possibly located at /opt/JabRef/lib/app/JabRef.cfg) and add in the section _[JavaOptions]_ the line
```-Dglass.gtk.uiScale=1.5```. Then, restart JabRef. Try finding a value that is suitable for you. On high resolution displays, values around 1.5 seem to be reasonable.