After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 664286 - rhythmbox don't create a folder for lyrics
rhythmbox don't create a folder for lyrics
Status: RESOLVED OBSOLETE
Product: rhythmbox
Classification: Other
Component: Plugins (other)
HEAD
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
: 664398 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2011-11-17 17:18 UTC by Pedro Villavicencio
Modified: 2018-05-24 17:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch fixing issue (999 bytes, patch)
2012-02-11 21:39 UTC, Adrian Zgorzałek
none Details | Review

Description Pedro Villavicencio 2011-11-17 17:18:27 UTC
this report has been filed here:

https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/880191

"the function to choose a folder for lyrics don't let do it"

rhythmbox debug log:

https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/880191/+attachment/2596817/+files/rhythmbox-debug.txt
Comment 1 Jonathan Matthew 2011-11-20 00:06:08 UTC
*** Bug 664398 has been marked as a duplicate of this bug. ***
Comment 2 Fatman 2011-12-27 01:01:43 UTC
I can confirm that this bug exists also in Precise.

IM(NS)HO, it looks like this crept up in the conversion (or re-write, if you will) to Gnome 3; as this problem does not exist with version 0.12.8, 0.13.1 or 0.13.3 working under Gnome 2.3x.

One last comment, when using gconf-editor in a Gnome 3 fall back session, the lyrics plugin entry does not show up under '/apps/rhythmbox/plugins'; but it can be found using gconf-editor with the older versions.
Comment 3 Fatman 2012-01-29 00:49:41 UTC
While doing some other general mucking around my Precise install; I was able to perform a ``workaround`` to this problem.

Install `dconf-editor` using aptitude or synaptic. 
(YES, ---> Dconf-editor; NOT Gconf-editor.)

Create, if necessary, a folder to store your lyrics.

Launch Dconf-editor, and navigate to:

org > rhythmbox > plugins > lyrics

in the right hand pane, there are a couple of preferences, one of them being `folder`. Type the complete path to your folder in the text box. Open Rhythmbox, and navigate to the plugins preferences, you should find the folder listed. FWIW, I have updates to version 2.95.
Comment 4 Adrian Zgorzałek 2012-02-11 21:39:20 UTC
Created attachment 207364 [details] [review]
Patch fixing issue

The problem is that in code we try to get parent of widget which we create. As documentation of libpeas says there is no guarantee what kind of object it is and how it is implemented. I just removed call to set_transient_for which was using non-existing self.dialog.
Comment 5 GNOME Infrastructure Team 2018-05-24 17:14:17 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/rhythmbox/issues/1131.