mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-13 21:35:45 +01:00
wmmenugen: Add executable detection, make Wmconfig use it
Add fileInPath, which determines whether or not a given file exists in $PATH (some heuristics apply). Make the Wconfig parser use it. Signed-off-by: Tamas TEVESZ <ice@extreme.hu>
This commit is contained in:
committed by
Carlos R. Mafra
parent
0451160f7d
commit
5377ec8fba
@@ -51,6 +51,7 @@ char *env_lang, *env_ctry, *env_enc, *env_mod;
|
||||
*/
|
||||
void parse_locale(const char *what, char **env_lang, char **env_ctry, char **env_enc, char **env_mod);
|
||||
char *find_terminal_emulator(void);
|
||||
Bool fileInPath(const char *file);
|
||||
|
||||
/* implemented parsers
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user