mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-28 08:53:34 +01:00
Parse Exec fields when generating menu-entries from XDG desktop-files.
Exec fields in desktop-files are subject to escaping. Unescape them. Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
This commit is contained in:
committed by
Carlos R. Mafra
parent
b32ccee5cb
commit
41ab926090
@@ -30,6 +30,7 @@
|
||||
#define F_RESTART_SELF (1 << 1)
|
||||
#define F_RESTART_OTHER (1 << 2)
|
||||
#define F_QUIT (1 << 3)
|
||||
#define F_FREE_CMD_LINE (1 << 4)
|
||||
|
||||
|
||||
/* a representation of a Window Maker menu entry. all menus are
|
||||
|
||||
Reference in New Issue
Block a user