Quicklist for Guayadeque in Unity bar

General discussions
Locked
camaron
Posts: 462
Joined: Sat Sep 25, 2010 3:38 am

Quicklist for Guayadeque in Unity bar

Post by camaron »

I've managed to put together this way to create a quicklist for guayadeque for those of you who might be interested and use Ubuntu Unity.

1-in a terminal:
cp /usr/share/applications/guayadeque.desktop ~/.local/share/applications

2-in a terminal again:
gedit ~/.local/share/applications/guayadeque.desktop-

3-at the end of the text file copy:

X-Ayatana-Desktop-Shortcuts=Play/Pause;Next;Previous;
[Play/Pause Shortcut Group]
Exec=dbus-send --print-reply --type=method_call --dest=org.mpris.guayadeque /Player org.freedesktop.MediaPlayer.Play
Name=Play/Pause
TargetEnvironment=Unity
[Previous Shortcut Group]
Exec=dbus-send --print-reply --type=method_call --dest=org.mpris.guayadeque /Player org.freedesktop.MediaPlayer.Prev
Name=Previous
TargetEnvironment=Unity
[Next Shortcut Group]
Exec=dbus-send --print-reply --type=method_call --dest=org.mpris.guayadeque /Player org.freedesktop.MediaPlayer.Next
Name=Next
TargetEnvironment=Unity

4-save the file

5-alt+F2 and enter unity

It would be very interesting to have other items (Preferences, crossfading, smart mode..) but I don't know what the commands are. If someone can provide the commands I will amend this small tutorial so they are included
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Quicklist for Guayadeque in Unity bar

Post by anonbeat »

This was already posted by our friend mekanix. See http://guayadeque.org/forums/index.php? ... er#Item_10

At this moment Guayadeque dont have a command interface. I plan to add one but right now only mpris and mpris2 interfaces are implemented
camaron
Posts: 462
Joined: Sat Sep 25, 2010 3:38 am

Quicklist for Guayadeque in Unity bar

Post by camaron »

Oops!! How could I have missed that....!!

Good job mekanix! sorry i overlooked your job done already...

Thanks for pointing it out anonbeat
mekanix
Posts: 210
Joined: Wed Sep 29, 2010 11:20 pm

Quicklist for Guayadeque in Unity bar

Post by mekanix »

Thanks camaron! :)
Locked