apply_java_applications_fix.sh 226 B

1234567891011
  1. #!/bin/bash
  2. # fail if any commands fails
  3. set -e
  4. # debug log
  5. #set -x
  6. sudo echo "export _JAVA_AWT_WM_NONREPARENTING=1" | $su tee -a /etc/profile.d/jre.sh
  7. #echo "export AWT_TOOLKIT=MToolkit" >> ~/.xinitrc
  8. #echo "wmname compiz"