Detection

Asked by Distant Thunder

Hello !

First of all, let me thank you for having coded the plugin, i found the repeat-1 fonction to be a very huge and mysterious lack in Rhythmbox, as it's a very efficient tool. So here's my question : I didn't have any ~/.gnome2/rhythmbox folder, but i did find one in ~/.gconf/rhythmbox/plugins/ . I tried to copy the plugin folder in that directory and then to the /usr/lib/ryhthmbox/plugins/ directory, relaunched the application, but still the plugin won't appear in Rhythmbox plugins list... What should i do ?

Question information

Language:
English Edit question
Status:
Solved
For:
Repeat One Song Edit question
Assignee:
No assignee Edit question
Solved by:
Distant Thunder
Solved:
Last query:
Last reply:
Revision history for this message
Distant Thunder (temptempor) said :
#1

Sorry for having bothered you... ^^', solved the problem myself, with some

[code]

chmod +r -R /usr/lib/rhythmbox/plugins/repeat-one-song/*

[/code]

I don't know if you even had the time to read my first message, but thanks for the attention anyway...

Revision history for this message
Eduardo Mucelli Rezende Oliveira (eduardo-mucelli) said :
#2

Sorry, I just realized that question now. Shame on me!

Revision history for this message
Nathanael (nathanael81) said :
#3

Hey Guys,

where do I have to place this code:

[code]

chmod +r -R /usr/lib/rhythmbox/plugins/repeat-one-song/*

[/code]

Thanks in advance...
Nathanael

Revision history for this message
Distant Thunder (temptempor) said :
#4

Hey Guys,

where do I have to place this code:

[code]

chmod +r -R /usr/lib/rhythmbox/plugins/repeat-one-song/*

[/code]

Thanks in advance...
Nathanael

--------------------------

In a terminal, you'll probably have to run it with some "sudo" before.

Revision history for this message
Nathanael (nathanael81) said :
#5

Thanks for the quick reply,
I'm pretty new to Linux file system and Terminal usage,
I run the Code like this:

[code]

root@David:/home/nathanael# chmod +r -R /usr/lib/rhythmbox/plugins/repeat-one-song/*

[/code]

but still the plugin is not showing up in the Plugins menu,
thanks in advance,

Nathanael