allexzander
allexzander
@solaristhesun Could you share logs that are created at the moment when the problem happens after standby?
@tobiasKaminsky So, do we need to have "Search globally" with a magnifying glass inside a background as the last completer list entry on the desktop, according to the second picture?...
Likely, this needs inheriting the **QCompleter** and overriding some of its public methods (e.g. **setPopup()**).
> I also faced same problem with V3.5.4 on windows11. I moved virturl folder to another path which contains many jpg files. when processing, I opened some virtual file and...
@claucambra Buttons in this new version look kinda off. They look huge. Maybe you need to ask @jancborchardt or @nimishavijay for review. Here is how they look for me with...
@claucambra This KF5Archive seems to be unavailable on our CI (both drone and Windows).
@claucambra Just, please don't forget to fix the build
- check first that inside SyncJournalDb class we really check any error from low-level methods implementing the DB operations (SqlQuery::exec for example) - make it impossible to ignore the return...
diff --git a/src/gui/tray/ActivityActionButton.qml b/src/gui/tray/ActivityActionButton.qml index 8b828eed2..03ce9ca8b 100644 --- a/src/gui/tray/ActivityActionButton.qml +++ b/src/gui/tray/ActivityActionButton.qml @@ -17,6 +17,8 @@ Item { property color textColor: Style.unifiedSearchResulTitleColor property color textColorHovered: Style.unifiedSearchResulSublineColor + property bool isCurrentItem: false...
@mgallien How can this be tested?