diff --git a/src/xdgmenumaker b/src/xdgmenumaker index 11aabc5..48111d5 100755 --- a/src/xdgmenumaker +++ b/src/xdgmenumaker @@ -560,7 +560,7 @@ def fluxbox(): for app in menu_category.applist: # closing parentheses need to be escaped, otherwise they are # cropped out, along with everything that comes after them - name = app.name.decode().replace(')', '\)') + name = app.name.decode().replace(')', r'\)') icon = app.icon command = app.command path = app.path