Open artistro08 opened 5 years ago
I can add it as an option to close all chats when the system shuts down
that would be great!
Well I've implemented closing all conversations as soon as the app gets an information about the system preparing to shut down, but the problem is that shortly after that the system kills all programs and sometimes the app doesn't have enough time to perform all operations. You can always use quick actions by right-clicking Messenger icon or any chat icon and selecting "Close all conversations".
Would it be beneficial to utilize the /etc/rc6.d shutdown?
For example, on install, it creates a script that runs the program with a --quit
flag on your program if open.
As the system shuts down and boots back up, there's leftover chats that end up in the dock. is there any way to get rid of these on boot?