Summary: | Whitelist Calculator runner so that calculations/conversions can be done using a search | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Henning <boredsquirrel> |
Component: | Application Menu (Kicker) | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | dougshaw77, fanzhuyifan, nate |
Priority: | NOR | ||
Version: | 5.92.0 | ||
Target Milestone: | 1.0 | ||
Platform: | unspecified | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=389146 | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/-/commit/9244d38295e2d02437aeba819d830770294e1378 | Version Fixed In: | 6.1 |
Sentry Crash Report: |
Description
Henning
2024-02-01 17:11:48 UTC
It is working for me. The results are displayed next to the calculator icon instead of "Kcalc", so it's a little unfinished looking. Operating System: KDE neon Testing Edition KDE Plasma Version: 6.0.0 KDE Frameworks Version: 5.249.0 Qt Version: 6.6.1 Kernel Version: 6.5.0-15-generic (64-bit) Graphics Platform: Wayland Graphics Processor: AMD Radeon Pro WX 3200 Series Could you provide a screenshot? I am pretty sure calculator is enabled by default. Also if you go to settings - plasma search, you can check if calculator is enabled. are you using default kickoff, or the way less feature complete kicker? This was happening for me on kicker, where basically all plasma search modules are missing This is intentional for Kicker at the moment due to Bug 389146. If and when that's fixed, we can consider whitelisting the calculator runner here (and potentially others too) thanks for the update! A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2090 Git commit 9244d38295e2d02437aeba819d830770294e1378 by Nate Graham. Committed on 08/03/2024 at 16:06. Pushed by ngraham into branch 'master'. applets/kicker: add power, session, calc and unit converter runners There is a limitation on the number of runners we can add here since every runner adds a column, making the popup wider and wider. However these runners return results that are infrequently matched by accident, limiting the frequency with which they will appear and clutter up the UI. As such, I think adding them does not result in a worse UI and we can safely do it even before we fix it to not grow wider with every new runner's search results. Related: bug 375857 FIXED-IN: 6.1 M +6 -5 applets/kicker/package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/9244d38295e2d02437aeba819d830770294e1378 |