تنظیم همهٔ برنامههای جاوا برای استفاده از قلم و زمینهٔ +GTK
Revision as of 06:40, 13 February 2022 by K2latmanesh (talk | contribs) (Created page with "اگر نتایج مورد تایید شما هست، بیایید تغییرات را دائمی کنیم:")
This fix makes your Java apps use your GTK+ theme (colours & such) & your chosen font settings. Here is how it looks like:
متغیر JAVA_OPTIONS_ را با دستور زیر در پایانه، تنظیم کنید:
export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel -Dswing.crossplatformlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel ${_JAVA_OPTIONS}"
First test to see if the outcome is what you expect by running your Java app from the same terminal window.
اگر نتایج مورد تایید شما هست، بیایید تغییرات را دائمی کنیم:
Append the above definition of the _JAVA_OPTIONS variable to ~/.profile (for your user only) or /etc/profile.d/90-java_ops.sh (system-wide). In both cases, if the file does not exist, create it.
