diff --git a/src/xdgmenumaker b/src/xdgmenumaker index 4036374..bf15dba 100755 --- a/src/xdgmenumaker +++ b/src/xdgmenumaker @@ -802,7 +802,6 @@ def twm(): print("{") for app in menu_category.applist: name = app.name.decode() - command = app.command # for some apps (like netbeans) the command is launched with # /bin/sh "command" # and the quotes get mixed up with the quotes twm puts