Results 197 comments of Sylvia van Os

Simply applying the palette while Pext is running does cause any new window/widget (or the list when hovered over) to be correctly drawn: ``` def _menu_switch_theme(self, theme_identifier: Optional[str]) -> None:...

[Drone CI](https://drone.io/) seems to be the best possibility, seemingly having an Open Source "Community Edition". If we migrate to another platform, I'd rather it be an open one.

Can you please click "Show details..." and paste the text of that here? It'll tell me at exactly what line of code things went wrong.

I'm guessing it's in the AppVeyor build script and Conda should include it somehow. Do you have a local Python environment? The .exe may be falling back on parts of...

Your quick fix makes some sense, but I would prefer if it could work without those packages. From a quick web search: could you try uninstalling them again and launching...

Even then, the pip version should just work. This issue could affect other distros too.

They come from a QSystemTray instance (Qt 5), see the Tray class in `__main__.py`

My best guess is that this happens because Pext is launched as `python3.exe pext` internally

Oh look what I just randomly found: https://github.com/federico-terzi/espanso/pull/170 >Couple of things: In order for native notifications to register as coming from espanso, it needs to register an [AppUserModelID](https://msdn.microsoft.com/en-us/library/windows/desktop/dd378459(v=vs.85).aspx) during installation.

Sure! I don't use Windows myself though so I can't really give any useful suggestions on this issue and testing any changes you make will be slow (I'll have to...