Home › Forums › discussions › ProjectLibre Desktop › ProjectLibre Desktop update 1.9.8
Tagged: ProjectLibre Desktop
- This topic has 7 replies, 5 voices, and was last updated 1 month, 2 weeks ago by
B9 Gamez.
-
AuthorPosts
-
-
May 1, 2025 at 8:48 am #2896
Karl SCHUH
ParticipantThank you for the update, but I still find no way to use it on a 4K-monitor. Everything is so tiny I can’t read the menu items. In the views toolbar I can’t find magnifying-glass icons. So for me it is just a nice project, but useless :-((
-
May 5, 2025 at 8:02 pm #2965
Project_Libre
KeymasterYes, it is fixed on the Cloud version but on the desktop it is going to take another major update. ProjectLibre is built on Java Swing, which does not scale automatically on high-DPI displays (like 4K monitors) unless extra scaling support is manually implemented. The result:
Tiny fonts, icons, and UI elements that are nearly unreadable
No built-in scaling or magnification in ProjectLibre itself
✅ Workarounds You Can Try
1. Force DPI scaling using Java flags
If you’re running on Windows or macOS, you can launch ProjectLibre with high-DPI overrides:Windows (using a .bat file to launch):
bat
Copy
Edit
java -Dsun.java2d.uiScale=2.0 -jar projectlibre.jar
(Replace 2.0 with your preferred scale, e.g. 1.5, 1.75.)macOS:
If you’re launching via the .app, you’d need to modify the Java command in the app bundle’s Info.plist or run.sh to add:bash
Copy
Edit
-Dsun.java2d.uiScale=2.0
⚠ Note: On macOS, this can be a bit tricky because the .app wraps the JVM. If you want step-by-step help editing the .app launch script, I can guide you through it.2. Lower screen resolution temporarily
On a 4K monitor, you can temporarily reduce the screen resolution (e.g. to 1920×1080) when using ProjectLibre. This is not ideal, but it makes the UI usable.3. Use compatibility settings (Windows)
Right-click ProjectLibre.exe or its shortcut → Properties → Compatibility → Change high DPI settings
Check Override high DPI scaling behavior and set it to System (Enhanced).📌 Status and Future Fixes
The ProjectLibre team is aware of HiDPI issues. But because the desktop version is still Java Swing-based, there’s no simple fix …. a significant update.ProjectLibre Cloud, the SaaS version, works in the browser and does scale properly on 4K monitors. If you’re open to switching, you’ll likely have a much better experience.
-
May 5, 2025 at 8:02 pm #2966
Project_Libre
KeymasterYes, it is fixed on the Cloud version but on the desktop it is going to take another major update. ProjectLibre is built on Java Swing, which does not scale automatically on high-DPI displays (like 4K monitors) unless extra scaling support is manually implemented. The result:
Tiny fonts, icons, and UI elements that are nearly unreadable
No built-in scaling or magnification in ProjectLibre itself
✅ Workarounds You Can Try
1. Force DPI scaling using Java flags
If you’re running on Windows or macOS, you can launch ProjectLibre with high-DPI overrides:Windows (using a .bat file to launch):
bat
Copy
Edit
java -Dsun.java2d.uiScale=2.0 -jar projectlibre.jar
(Replace 2.0 with your preferred scale, e.g. 1.5, 1.75.)macOS:
If you’re launching via the .app, you’d need to modify the Java command in the app bundle’s Info.plist or run.sh to add:bash
Copy
Edit
-Dsun.java2d.uiScale=2.0
⚠ Note: On macOS, this can be a bit tricky because the .app wraps the JVM. If you want step-by-step help editing the .app launch script, I can guide you through it.2. Lower screen resolution temporarily
On a 4K monitor, you can temporarily reduce the screen resolution (e.g. to 1920×1080) when using ProjectLibre. This is not ideal, but it makes the UI usable.3. Use compatibility settings (Windows)
Right-click ProjectLibre.exe or its shortcut → Properties → Compatibility → Change high DPI settings
Check Override high DPI scaling behavior and set it to System (Enhanced).📌 Status and Future Fixes
The ProjectLibre team is aware of HiDPI issues. But because the desktop version is still Java Swing-based, there’s no simple fix …. a significant update.ProjectLibre Cloud, the SaaS version, works in the browser and does scale properly on 4K monitors. If you’re open to switching, you’ll likely have a much better experience.
-
May 6, 2025 at 7:43 pm #2973
Marcos Felisberto
ParticipantThanks for the update! Do you have any specific instructions for installing it on MacOS? It’s crashing on startup. It only bounces once on the dock and then crashes.
MacOS Sequoia 15.4.1-
This reply was modified 1 month, 3 weeks ago by
Marcos Felisberto.
-
This reply was modified 1 month, 3 weeks ago by
-
May 13, 2025 at 2:20 pm #3019
-
May 13, 2025 at 2:21 pm #3020
B9 Gamez
ParticipantFree download latest version of B9 Game APK for Android. Earn money at home with this online real earning App by playing games.
-
May 13, 2025 at 2:22 pm #3021
-
-
AuthorPosts
- You must be logged in to reply to this topic.