Summary: | krunner displays one one result at a time | ||
---|---|---|---|
Product: | [Plasma] krunner | Reporter: | David Palacio <dpalacio> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | CLOSED FIXED | ||
Severity: | normal | CC: | antonio.merker, asraniel |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | ls options, not visible |
I figured out what is happening: krunner is set to be: free window (not on top). With that setting it can not be resized, unlike in screen top mode ( http://www.youtube.com/watch?v=LagzshqS6ms ). When it is resized in top mode, it adopts the same size in free mode. If the set size is too big, the window will resize itself to what looks like a smaller hardcoded maximum size. True, you can go through the "top edge of screen" mode to resize the krunner results screen for the "free floating window" mode. But this is still a usability bug, IMHO, because there should be a way to resize without switching modes. I only found this solution through experimenting, which really shouldn't be necessary. also affected here in 4.5.1 SVN commit 1172223 by aseigo: fix resize for floating mode BUG:242516 M +22 -17 krunnerdialog.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1172223 SVN commit 1172224 by aseigo: fix resize for floating mode BUG:242516 M +22 -17 krunnerdialog.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1172224 |
Created attachment 48240 [details] ls options, not visible Version: unspecified (using Devel) OS: Linux KRunner's new fixed size for result list is too small, displaying only one result at a time. If, for example, the command runner returns a result, it is difficult to use with the expanded options view. See screenshot Reproducible: Always