[Antique] Неубиваемое окно ...
Anatoly Chernov
aichernov на umail.ru
Вс Мар 27 08:09:33 UTC 2011
27.03.2011 11:59, Yurii Suhanov пишет:
>
> После 9 патча все преглючило
>
Это ...-alt-scripts.patch
Не оно случаем? :
diff --git a/icewm/src/wmapp.cc b/icewm/src/wmapp.cc
index d23086f..d4dc269 100644
--- a/icewm/src/wmapp.cc
+++ b/icewm/src/wmapp.cc
@@ -1609,6 +1609,14 @@ int main(int argc, char **argv) {
themeName = newstr(overrideTheme);
#endif
YWMApp app(&argc, &argv);
+ // when icewm is restarted, it runs a $HOME/.icewm/restart script.
+ // This is usefull to send a HUP signal to icewmtray or other programs
+ if (restart) {
+ char *scriptFile = app.findConfigFile("restart", X_OK);
+ const char *args[] = { scriptFile, 0, 0 };
+ app.runProgram(scriptFile, args);
+ delete[] scriptFile;
+ }
??
--
Anatoly Chernov aichernov на umail.ru
Подробная информация о списке рассылки Antique