| Summary: | Amarok saves invalid XML for playlists on KDE exit | ||
|---|---|---|---|
| Product: | [Applications] amarok | Reporter: | Marcelo Vanzin <mmvgroups> |
| Component: | general | Assignee: | Amarok Bugs <amarok-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | john.ettedgui, silver.salonen |
| Priority: | NOR | ||
| Version First Reported In: | 1.4.2 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Marcelo Vanzin
2006-09-06 07:22:34 UTC
Upgrade to 1.4.3; playlist saving has been made a lot faster, so that truncating on exit is less likely. 1400 tracks should be handled OK. However, at the core this is really a KDE issue. KDE should not kill applications without asking the user. When you put 10000 tracks in your playlist, you will probably still run into problems, as it simply takes some time to store this information. Hi Mark, Why isn't the "current.xml" file saved when you change the active playlist? It would most probably get rid of the problem, since it's unlikely that a user will leave its session right after changing the playlist. If saving the file takes too long, you can always use a thread. :-) Also, I am asking KDE to kill my apps, since I requested it to terminate my session. But I thought it did something more than just killing the app, like some kind of "OK, I'm shutting down, clean up after yourself and let me know when you're done" message. *** Bug 124294 has been marked as a duplicate of this bug. *** *** Bug 133761 has been marked as a duplicate of this bug. *** marcelo, it says "ok, i am shutting down, you have two seconds. one, two, bang-bang-bang. " ;) as markey told, playlist saving upon changes could be implemented after undo system refactoring (saving was even implemented at some point, but it messed up undo system). |