QupZilla / qupzilla

Cross-platform Qt web browser
http://www.qupzilla.com
GNU General Public License v3.0
1.11k stars 350 forks source link

No Inspect Element #2531

Closed PlayerW closed 6 years ago

PlayerW commented 6 years ago

I find the "Inspect Element" function to be essential to a browser, so after searching, I found the fix on https://github.com/QupZilla/qupzilla/wiki/FAQ#16-there-is-no-web-inspector-in-qupzilla-20 to be not working.

Latest packages installed on Manjaro.

nowrep commented 6 years ago

It does work:

QTWEBENGINE_REMOTE_DEBUGGING=12345 qupzilla

of course selected port must not be taken.

PlayerW commented 6 years ago

Okay, so closing the browser, and executing the command you posted here does open qupzilla with IE perfectly, but is there any way of making this change permanent? If I close QZ and restart it it's gone again

nowrep commented 6 years ago

Sure, you can for example change your launcher (.desktop) to execute this command instead of just qupzilla, or you can export that env variable globally for the whole session (not recommended), ...