Fabian Vogt

Results 275 comments of Fabian Vogt

I guess some graphics driver issues. Can you get a backtrace of the stuck process somehow?

It's a bug in Qt: https://bugreports.qt.io/browse/QTBUG-112170 I don't think it's possible to work around, other than implementing the system tray without `QSystemTrayIcon`. `messageClicked()` is just too broken.

> I was trying to reproduce this behavior, and this what i found: > > * the issue **only get triggred when app is running as snap** > * executing...

KDE supports X11 session management. I guess the WebEngine page tries to show a "Do you really want to close this page" dialog but that's not hooked up, so it...

> Thanks for the request! I don't think that I can do much about this outside of adding to docs. I'm not aware of a way to cache things after...

The approach from the README and https://github.com/mymindstorm/setup-emsdk/issues/6#issuecomment-654913731 does not actually work. If setup-emsdk did not hit the cache, it will use `emsdk-main` as directory in the build environment, but both...

Build from git master (abe29f54aef8bd8eca51a5c27adbf44f18f77d03): [nPDF.zip](https://github.com/Legimet/nPDF/files/3258345/nPDF.zip) Needed two little changes to build: ``` diff --git a/Makefile b/Makefile index 1102f56..0736467 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ MUPDF_VERBOSE ?=...

I tried to build it, works fine for me. Note that you need to use ```make```, not ```make -j8``` or similiar as it has some issues.

> Because Harvester in this case "shrinks" below the minimum required - it causes the OS not to work. That's put very mildly. Harvester litererally deletes OS data from the...

Depends on the compositor you use. I'm not aware of any options for either weston or kwin. You can try ``` [General] GreeterEnvironment=QT_SCREEN_SCALE_FACTORS=2,QT_FONT_DPI=192 ```