mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-15 13:35:53 +01:00
many bug fixes, finished some delegate code, updated menu file bug from EXEC
to SHEXEC, updated french translations
This commit is contained in:
@@ -645,7 +645,12 @@ loadConfigurations(WMScreen *scr, WMWindow *mainw)
|
||||
}
|
||||
free(path);
|
||||
|
||||
file = popen("wmaker --version", "r");
|
||||
path = getenv("WMAKER_BIN_NAME");
|
||||
if (!path)
|
||||
path = "wmaker";
|
||||
path = wstrappend(path, " --version");
|
||||
|
||||
file = popen(path, "r");
|
||||
if (!file || !fgets(buffer, 1023, file)) {
|
||||
wsyserror(_("could not extract version information from Window Maker"));
|
||||
wfatal(_("Make sure wmaker is in your search path."));
|
||||
|
||||
Reference in New Issue
Block a user