Bob, I'm using Manjaro and I've just installed the 1.9.3-1 AUR version : still not able to right click on a cell and having a menu. Look at my first message in 2022. By the way this script (I named it javaRun.sh) was the way I use to run ProjectLibre: # Ce script permet d'exécuter une application Java avec une ancienne version de Java if [ $# -lt 2 ]; then echo "Usage: ./javaRun.sh <java_version> <command>" echo "Exemple: ./javaRun.sh java-11-openjdk projectlibre" exit 1 fi export PATH="/usr/lib/jvm/$1/bin/:$PATH"...
Bob, I'm using Manjaro and I've just installed the 1.9.3-1 AUR version : still not able to right click on a cell and having a menu. Look at my first message in 2022.
Why developpers are not responding to this issue on Linux? We've to use a script to launch ProjectLibre because right click menu isn't available with modern version of Java. That's not secure and not understandable. Please explains what is the problem, why it's not possible to use a correct version of Java? why it's so dependant of an old version?
I can confirm Benjamin troubleshoot (I'm under Manjaro, an Arch linux based OS too). Main visible difference is selecting multiples rows: with modern Java version, only two first columns are inverted ; with openjdk11 all columns are selected. /usr/lib/jvm> ls default default-runtime java-11-openjdk java-11-openjfx java-19-openjdk java-19-openjfx java-8-openjdk Java version clearly have an influence on ProjectLibre functionnality See image: https://i.imgur.com/k2N6Lnv
I can confirm Benjamin troubleshoot (I'm under Manjaro, an Arch linux based OS too). Main visible difference is selecting multiples rows: with modern Java version, only two first columns are inverted ; with openjdk11 all columns are selected. /usr/lib/jvm> ls default default-runtime java-11-openjdk java-11-openjfx java-19-openjdk java-19-openjfx java-8-openjdk Java version clearly have an influence on ProjectLibre functionnality See image: https://i.imgur.com/k2N6Lnv
In fact, some area could be right clicked but not cells on first grayed column. = https://i.imgur.com/kNuJ6OM
In fact, some area could be right clicked but not cells on first grayed column.
Right click doesn't works with ProjectLibre 1.9.3