Re...

En suivant :
«
Optionally to use GTK look and feel, add the following line to .bashrc instead. Note that the Java options described above and this one only work for applications that draw their GUI in Java, like Jdownloader, and not for applications which utilize Java as backend only, like Openoffice.org and Matlab.

export _JAVA_OPTIONS='-Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel'
»

Ce qui me donne comme fichier /home/rene/.bashrc :
»
export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on'
export _JAVA_OPTIONS='-Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel'
»

Mais sans résultat.

Pour ce qui est des instructions :
«
 Font selection
TrueType fonts

Some Java applications may specify use of a particular TrueType font; these applications must be made aware of the directory path to the desired font. TrueType fonts are installed in the directory /usr/share/fonts/TTF. Add the following line to ~/.bashrc to enable these fonts.

export JAVA_FONTS=/usr/share/fonts/TTF
»

Je n'ai pas de dossier « /usr/share/fonts/TTF » et dans le dossier « /usr/share/fonts », j'ai :

«
/usr/share/fonts# ls -c1
truetype
X11
type1
cmap
»

Est-ce de là que viendrait le problème et si oui, comment le résoudre ?

L'ami René


--
Ubuntu-quebec mailing list
Ubuntu-quebec@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-quebec

Répondre à