Bug 267509 - Button to stop collection scan during startup
Summary: Button to stop collection scan during startup
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Setup-Collections (show other bugs)
Version: 1.8.0
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-02 22:53 UTC by Pierre Dumuid
Modified: 2017-08-09 20:29 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 2.6.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pierre Dumuid 2011-03-02 22:53:46 UTC
Version:           1.8.0 (using KDE 4.6.0) 
OS:                Linux

When starting digikam, and the collection has changed considerably, it's currently impossible to stop the collection scan (if it hasn't been turned off at start up).

It would be good to have button / url on the splash screen with the simple words, "skip". 

Reproducible: Didn't try
Comment 1 caulier.gilles 2011-03-03 10:06:21 UTC
Pierre,

Disabled Splashscreen at startup. Another startup dialog will appear when collection are scanned. This dialog has a cancel button.

Marcel, 

perhaps we can add a small button over splash, or better when user click somewhere on splash, it close it and scan is canceled... 

Gilles Caulier
Comment 2 Marcel Wiesweg 2011-03-03 18:59:36 UTC
I fully agree we should have some sort of progress indicator on the splash screen, possibly with a cancel button.
The splash screen goes away very easily, it's enough to click somewhere if you want to continue work in another app while digikam starts, and it's gone, so that should perhaps not be taken as any user input.

To fix the underlying issue, there is one thing we can do: The initial startup scan does some important housekeeping work, like checking for removed files or directories, and internal cleanup. This is relatively fast. Things get slow when new files need to be parsed. So it should be possible - at first glance - to quickly do the housekeeping, start digikam, and do a second round of new-file scanning in the background.
Comment 3 Marcel Wiesweg 2012-03-12 10:52:22 UTC
Changes as promised in the last lines of my comment have been implemented