appmenus: allow parenthesis in exec directive for special path such as Program Files (x86)
This commit is contained in:
parent
76769ab761
commit
9cb10f4805
@ -44,7 +44,7 @@ fields_regexp = {
|
||||
"GenericName": std_re,
|
||||
"Comment": std_re,
|
||||
"Categories": re.compile(r"^[a-zA-Z0-9/.; -]*$"),
|
||||
"Exec": re.compile(r"^[a-zA-Z0-9%>/\\:.= -]*$"),
|
||||
"Exec": re.compile(r"^[a-zA-Z0-9()%>/\\:.= -]*$"),
|
||||
}
|
||||
|
||||
def fallback_hvm_appmenulist():
|
||||
|
Loading…
Reference in New Issue
Block a user