JaWeilBaum / pyqtlet2

pyqtlet2 extends pyqtlet which initially brought Leaflet maps to PyQt5 and PySide6.
Other
37 stars 19 forks source link

pyqtlet2 not working on Ubuntu 22.04.4 #64

Closed Alessandro-Minerba closed 5 months ago

Alessandro-Minerba commented 5 months ago

Hi I'm trying to run your basic example on a Ubuntu pc, but seems it's blocking somewhere in the code. I added some prints in the mapwidget.py file and in the _loadPage function can't go over the init_loop.exec(). My program just stops waiting for something from the map. On the other side, on Windows, it seems to work quite good. Do you have any idea? Thank you

Alessandro-Minerba commented 5 months ago

tried: sudo gedit .bashrc added at the bottom of the file: export QTWEBENGINE_CHROMIUM_FLAGS=--disable-seccomp-filter-sandbox Now is working