From 2dbfdde5a887fea4d4b8bf3af8c4ef3b8e9aebd5 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 3 Jul 2014 23:24:48 +0200 Subject: [PATCH] xsession: remove use of _JAVA_OPTIONS There is no way to suppress those annoying warnings. See: https://bugs.openjdk.java.net/browse/JDK-8039152 Let's just use wrapper when we need it. --- xsession | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xsession b/xsession index 2f8fafb..c98a6a5 100644 --- a/xsession +++ b/xsession @@ -10,8 +10,7 @@ export LC_MESSAGES=en_US.utf8 # Ensure we use the appropriate gtkrc-2.0 file export GTK2_RC_FILES=$HOME/.gtkrc-2.0 -# Java fonts are ugly by default -export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=lcd' +# Java incompatibility with awesome export _JAVA_AWT_WM_NONREPARENTING=1 # We do not want to rely on crappy mailcap