use alternative keyword to be compatible with Debian 7
[instantlauncher.git] / src / main / java / eu / svjatoslav / instantlauncher / menu / MultiLevelMenu.java
index d75d224..f3f1d93 100755 (executable)
@@ -137,7 +137,7 @@ public class MultiLevelMenu implements MenuListener {
 
             final String[] c = new String[3];
             c[0] = "nautilus";
-            c[1] = "-w";
+            c[1] = "-n";
             c[2] = directoryPath;
 
             try {