Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37551108
en ru br
ALT Linux repositórios
S:2.3.7-alt2_11

Group :: Desktop gráfico/Outros
RPM: jwm

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: jwm-alt-add-sigchld-sigign.patch
Download


diff --git a/jwm/src/main.c b/jwm/src/main.c
index 8021333..7b4dbb4 100644
--- a/jwm/src/main.c
+++ b/jwm/src/main.c
@@ -289,6 +289,8 @@ void StartupConnection() {
    signal(SIGINT, HandleExit);
    signal(SIGHUP, HandleExit);
 
+   signal(SIGCHLD, SIG_IGN);
+
 #ifdef USE_SHAPE
    haveShape = JXShapeQueryExtension(display, &shapeEvent, &temp);
    if (haveShape) {
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009