Fixed error in status file writing via notify-send after TEMP_DIR deletion.#496
Fixed error in status file writing via notify-send after TEMP_DIR deletion.#496phoepsilonix wants to merge 1 commit intolinuxmint:masterfrom
Conversation
|
Why even bother with writing a script file? why not invoke the command directly using If you need a shell to do some parsing you could use You could make the functions, that are not needed outside
The bug you are fixing here might be happening to other parts where we call a script async. |
a38c08f to
85b2adb
Compare
That might be right. #475 |
85b2adb to
dacee98
Compare
…etion. Even after TEMP_DIR has been deleted, notify-send may still be executed. In such cases, writing to the status file becomes impossible. Since the inability to obtain notify-send's exit code does not cause any critical issues, the behaviour will be changed to refrain from creating the status file.
dacee98 to
db08988
Compare
|
I have changed the method for calling notifications so that it does not require a script. |
Even after TEMP_DIR has been deleted, notify-send may still be executed. In such cases, writing to the status file becomes impossible. Since the inability to obtain notify-send's exit code does not cause any critical issues, the behaviour will be changed to refrain from creating the status file.