Lukas Holecek
Lukas Holecek
Just checked with **GammaRay** and it seems the tool bar is leaking memory:  Qt bug: https://bugreports.qt.io/browse/QTBUG-87774 I will try to implement a workaround and check other places.
> Just checked with **GammaRay** and it seems the tool bar is leaking memory Perhaps I'm misinterpreting the number. The number grows only if GammaRay is monitoring the app. There...
Thanks for looking into this. Would it be possible to update CMake files instead or perhaps create a script? The new steps in documentation look very complex.
I cannot help much without seeing the build logs. GitHub Actions build and bundle all plugins correctly. To see if the plugin is included in the app, check if there...
Yup, no plugins included. Did they build fine? Or maybe there was a problem when creating the bundle.
Are the plugins built? E.g. is there `plugins/libitemencrypted.so` in the build directory (or maybe in different subdirectory)?
This looks like a bug in Qt/Wayland integration. There is probably nothing I can do about it on the application side.
Do you mean Ctrl+A (select all), Ctlr+C (copy) in a tab?
> But doing what you suggest sticks the plain text. I want to keep the HTML formatting Concatenating HTML is not supported and probably won't be (it is not a...
Maybe something like this: #597 Alternatively, the following command pastes selected items one by one ([here is how to add the command to CopyQ](http://copyq.readthedocs.io/en/latest/faq.html#how-to-load-shared-commands-and-share-them)): ```ini [Command] Command=" copyq: hide(); //focusPrevious();...