A Rubber wrapper using inotify.
Go to file
Paul van Tilburg c5d363406e
Fix infinite loop when exiting viewer
The CLD signal handler cleaned the ini file leading to another CLD
signal, which called the handler again etc.
Replace this by just killing the main process after the viewer exists
in the code for the fork.

Also note that we don't know which child process exited in the CLD
signal handler. This might be the viewer, but also rubber.
2020-12-04 22:37:54 +01:00
COPYING Added a license/COPYING file. 2009-03-24 19:58:02 +01:00
TODO Add the ToDo list. 2009-03-30 12:50:00 +02:00
rubberin Fix infinite loop when exiting viewer 2020-12-04 22:37:54 +01:00