On Wed, 09 Sep 2020 10:36:37 +0200
Pierre Neidhardt <m...@ambrevar.xyz> wrote:

> For me Qutebrowser has stopped working a while ago with
> 
> --8<---------------cut here---------------start------------->8---
> > qutebrowser  
> 10:36:12 INFO: Run :adblock-update to get adblock lists.
> 10:36:12 CRITICAL: Could not find QtWebEngineProcess
> Aborted
> --8<---------------cut here---------------end--------------->8---
> 

This is just a guess:
If it's trying to find a process by name, it might fail to do so if the
executable is wrapped in a shell script.
eg.: /bin/yes would wrap /bin/.yes-real
so argv[0] would be ".yes-real" instead of "yes"

Reply via email to