Is your feature request related to a problem? Please describe.
If the client has problems starting, as evident in #61 it generates an issue such as #59 with excessive unwanted duplicate log output.
Describe the solution you'd like
Need to either add a count variable, or a single condition to restart once upon crash and not again.
Describe alternatives you've considered
This may not be so trivial, as that same solution may create an issue with repetitive logging in and out, causing the same condition, but not in a crash situation.
Additional context
Need to ensure this is handled only when the client crashes, or the issue in #59 is present, which can likely be replicated by not having an /etc/X11/xorg.conf file as seen in the fix in 3f9fd88
Is your feature request related to a problem? Please describe.
If the client has problems starting, as evident in #61 it generates an issue such as #59 with excessive unwanted duplicate log output.
Describe the solution you'd like
Need to either add a count variable, or a single condition to restart once upon crash and not again.
Describe alternatives you've considered
This may not be so trivial, as that same solution may create an issue with repetitive logging in and out, causing the same condition, but not in a crash situation.
Additional context
Need to ensure this is handled only when the client crashes, or the issue in #59 is present, which can likely be replicated by not having an
/etc/X11/xorg.conffile as seen in the fix in 3f9fd88