854
edits
imported>Dalto (Moved links to See Also section & general cleanup) |
(Updated style and added translate tags) |
||
Line 1: | Line 1: | ||
<languages/> | |||
__TOC__ | |||
{{SectionTemplate|<translate>Introduction</translate>|2= | |||
This fix makes your Java apps use your GTK+ theme (colours & such) & your chosen font settings. Here is how it looks like: | This fix makes your Java apps use your GTK+ theme (colours & such) & your chosen font settings. Here is how it looks like: | ||
{{FlexSideContainerTemplate| | |||
[[File:Java_default_look.png|thumb|none|400px|Before the fix]] | |||
| | |||
[[File:Java_GTK_look.png|thumb|none|400px|After the fix]] | |||
|1|1}}}} | |||
{{SectionTemplate|<translate>How do you do it?</translate>|2= | |||
<translate> | |||
Set the variable '''_JAVA_OPTIONS''' by running this command in a terminal: | Set the variable '''_JAVA_OPTIONS''' by running this command in a terminal: | ||
Line 21: | Line 22: | ||
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. | 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. | ||
</translate> | |||
}} | |||
{{SectionTemplate|<translate>See Also</translate>| | |||
* [http://askubuntu.com/questions/21886/how-can-i-get-a-java-apps-to-use-the-gtk-theme How can I get a java apps to use the GTK+ theme?(askubuntu)] | * [http://askubuntu.com/questions/21886/how-can-i-get-a-java-apps-to-use-the-gtk-theme How can I get a java apps to use the GTK+ theme?(askubuntu)] | ||
* Related [https://forum.manjaro.org/t/wiki-set-all-java-apps-to-use-gtk-font-theme-settings/19305 forum post] | * Related [https://forum.manjaro.org/t/wiki-set-all-java-apps-to-use-gtk-font-theme-settings/19305 forum post]|Chmsee-icon.png}} | ||
[[Category:Contents Page]] | [[Category:Contents Page{{#translation:}}]] |