Daniel Borek

Results 154 comments of Daniel Borek
trafficstars

I tried to edit settings that I set previously with ` "alwaysOnTop": false,` and I am getting again this error ``` Error: Error(message: "Skipping icon creation because no PNG or...

This is especially annoying when having Zotero literature notes full titles and Zotero aliases

Might be relavant https://github.com/pyqtgraph/pyqtgraph/issues/2896; https://github.com/jim-easterbrook/Photini/issues/229 This seems to be a Qt bug on MacOS Sonoma, affecting both PySide6 6.6 and PyQt6 ( through PySide6 6.5 seems to be ok) [\[QTBUG-120181\]...

I can confirm that downgrading on MacOS 14.3.1 helps with crash and it gives the other expected error `AttributeError: 'MNEQtBrowser' object has no attribute 'canvas'` After removing `mne-qt-browser` from my...

installing in my env `PySide6 != 6.6.1` solved crash (PySide6 6.6.2 seems to be ok again) , now "MNE QT Broswer" should be easier to fix/ use the existing PR

The PR seems to fix the problem with `raw_plot`, but since it is using under hood `mne.viz.set_browser_backend('qt'), it would be great to have similar defaults as `mne.viz.plot_raw(raw)`, currently `mnelab` is...

I created new issue. Regarding the icons - might it be related? https://stackoverflow.com/questions/76887079/opengl-causes-pyside6-pyqt6-application-to-reload-itself

@cbrnr Quick look how the icons are set in https://github.com/cbrnr/mnelab/blob/3efff8318e65870118fbd7fdde2c9f3a4faff983/mnelab/mainwindow.py#L78 , it seems that `mne-qt-browser` might reset icons paths when inititializing with `_qt_init_icons()`, check those lines https://github.com/mne-tools/mne-qt-browser/blob/b2f9216a93e4219747044c1efdb52abf95a2c30b/mne_qt_browser/_pg_figure.py#L5162C1-L5167C22 https://github.com/mne-tools/mne-qt-browser/blob/b2f9216a93e4219747044c1efdb52abf95a2c30b/mne_qt_browser/_pg_figure.py#L3107

Probably yes, I am not a QT specialist, something like this on mne-qt-browser side might help ‘QIcon.setThemeSearchPaths([local_icon_dir] + QIcon.themeSearchPaths())’ On Mon, 26 Feb 2024 at 07:41, Clemens Brunner ***@***.***> wrote:...

Pinning PySide6 to 6.5.3 and reverting `mnelab` to 0.8.6 fixes crashing on MacOS Sonoma