Summary: | URL navigator's drop down list of recent places doesn't contain recent places | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | davidblunkett <dav1dblunk3tt> |
Component: | URL navigator | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | bugs.kde.org, kdelibs-bugs, nate |
Priority: | NOR | ||
Version First Reported In: | 5.55.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/kio/commit/5ae49645e211c37f1f104d2c9ba818bfe1d6d10c | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | dialog picture |
Description
davidblunkett
2019-01-23 08:53:48 UTC
Can you attach a screenshot of your Save dialog? I want to make sure you're referring to what I think you're referring to. Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! To be sure: I'm referring to the path that appears above the file list. If you click the path it becomes a text entry box with a pull down list of recent places. If you pull the recent places down it doesn't update between instances. I can't get a screenshot because the list hides when it loses focus. you can get a screenshot by using Spectacle's timer with Full Screen or Rectangular Region mode. Set the delay to 2 seconds, click "take screenshot", then open the menu before it takes the screenshot. Created attachment 118370 [details]
dialog picture
Thanks! OK. Step one, fixing the regression that limited that "path combo" at the top to 5 items (4 defaults + 1 useful). https://invent.kde.org/frameworks/kio/-/merge_requests/90 I'll look at propagating updates next... A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kio/-/merge_requests/92 Git commit 5ae49645e211c37f1f104d2c9ba818bfe1d6d10c by David Faure. Committed on 14/08/2020 at 07:43. Pushed by dfaure into branch 'master'. KFileWidget: reparse config to grab dirs added by other instances of the app Can't use KConfigWatcher since KFileWidget is short-lived. Well it would have to be a Q_GLOBAL_STATIC, use memory and watch forever even if the user is no longer using the file dialog in this app, not sure the tradeoff is a good one. With the current solution, I measured that the reparseConfiguration call takes 4ms in kmail (very large app config file), seems acceptable. (Non-optimized Qt build, optimized KF5 build, SSD) M +1 -0 src/filewidgets/kfilewidget.cpp https://invent.kde.org/frameworks/kio/commit/5ae49645e211c37f1f104d2c9ba818bfe1d6d10c |