Bug 989056

Summary: Playlist cannot be emptied
Product: [Fedora] Fedora Reporter: Michael Schwendt <bugs.michael>
Component: paroleAssignee: Christoph Wickert <christoph.wickert>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: bugs.michael, christoph.wickert, kevin, rosset.filipe
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-03 22:53:33 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michael Schwendt 2013-07-27 08:14:56 UTC
Description of problem: This could be multiple issues. Hard to tell. Parole fails at clearing the playlist. Upon restart it always reactivates removed/cleared playlist entries.


Version-Release number of selected component (if applicable):
$ rpm -q parole
parole-0.5.2-1.fc19.x86_64


How reproducible:
Always

Steps to Reproduce:
1. enable "Remember playlist" checkbox in "Edit > Preferences > Playlist"
2. add multiple music files
3. quit parole
4. restart parole
5. remove all files (either one by one or with "clear" button)
6. restart parole

Actual results:
The files reappear in the playlist.


Expected results:
The playlist would be empty.


Additional info:
There are mixed results when emptying the playlist with the "clear" button and restarting Parole. It would clear everything but the first file or nothing at all.

The "Remember playlist" setting gets reset to "off" upon restart.

Issues are reproducible with "Remember playlist" disabled, btw.

Comment 1 Christoph Wickert 2013-07-28 10:05:52 UTC
This is a single problem: Unchecking "Remember Playlist" doesn't actually set the value false, the GUI doesn't represent the settings status correctly. You can check this with

$ xfconf-query -c parole -p /playlist/remember-playlist
true

Now if you set the value with

$ xfconf-query -c parole -p /playlist/remember-playlist -s false

and restart parole, the playlist is empty as expected.

Comment 2 Christoph Wickert 2013-07-28 10:11:18 UTC
After some further debugging, I've reported this upstream to
https://bugzilla.xfce.org/show_bug.cgi?id=10269

Comment 3 Michael Schwendt 2013-07-28 15:14:27 UTC
It's not yet implemented. The three other checkboxes get set:
  src/parole-conf-dialog.c
  parole_conf_dialog_set_defaults_playlist()

Comment 4 Filipe Rosset 2013-12-21 18:51:07 UTC
Hi guys, the upstream bug is fixed.
Michael, can you please take a lot if it works fine for you?

https://admin.fedoraproject.org/updates/parole-0.5.4-1.fc20

Comment 5 Filipe Rosset 2014-01-03 22:53:33 UTC
I can confirm it's fixed in parole 0.5.4 so I'm closing this bug.