mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Log detected WM anyway
This commit is contained in:
@@ -127,8 +127,8 @@ public class IdeaApplication {
|
||||
final Method getWMName = netProtocol.getClass().getDeclaredMethod("getWMName");
|
||||
getWMName.setAccessible(true);
|
||||
final String wmName = (String)getWMName.invoke(netProtocol);
|
||||
if (wmName == null) return;
|
||||
LOG.info("WM detected: " + wmName);
|
||||
if (wmName == null) return;
|
||||
|
||||
if ("Mutter".equals(wmName)) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user