mojira.dev
MCL-2642

Legacy: Launcher looks horrible on KDE

The look of the MineCraft launcher on KDE is that of unstyled swing apps, resulting in the following ugly look for the launcher.

Attachments

Comments 3

This code may fix the issue:

for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) {
    if ("com.sun.java.swing.plaf.gtk.GTKLookAndFeel".equals(info.getClassName())) {   
       javax.swing.UIManager.setLookAndFeel(info.getClassName());
       break;
     } 
}

Is this still a concern in the current Minecraft Launcher version for Linux, 1.6.84-j? If so, please update the affected versions in order to best aid Mojang ensuring bugs are still valid in the latest releases/pre-releases. If this has been done, we can reopen the issue.

Keep in mind that the "Resolved"-Status on this ticket just means "Answered", and that we are waiting for further information on whether this issue still exists or not. It will be reopened it as soon as the requested information has been delivered.

This has been resolved, thanks.

Wyatt Childers

(Unassigned)

Unconfirmed

astetic, kde, linux

Retrieved