13th December 2016, 10:39
OK I finally made a reliable workaround: I setup a startup script that basically does this:
After logging in after 10 secs, it always starts successfully. It makes me wonder what it is that it needs to be running in order to start successfully, but since it doesn't produce any log file nor dump I cannot find it out.
Code:
sleep 10 && bash -c "xembedsniproxy &"
After logging in after 10 secs, it always starts successfully. It makes me wonder what it is that it needs to be running in order to start successfully, but since it doesn't produce any log file nor dump I cannot find it out.