Comment 11 for bug 764321

Revision history for this message
George Karavasilev (kokoto-java) wrote :

Sorry about the attachment complication, next time I will attach the .desktop files and the screenshot separately ;)
And the is only one .dektop file in the tarball - banshee.desktop, I dropped the Firefox quicklist thing due to the fact that there is already such a bug and Bilal Akhtar is his 'fixer'.
As far as testing goes I've tested it on two machines runing the latest and greatest Unity and Banshee quicklists work like a charm (screenshots included at the tarball), the .desktop file is strange, because quicklist syntax is bit different from an ordinary .desktop file syntax. Here is the included stuff in the .desktop file:
X-Ayatana-Desktop-Shortcuts=Play;Pause;Stop;Previous;Next;Preferences

[Play Shortcut Group]
Name=Play
Name[bg]=Изпълнение
Exec=banshee --play
TargetEnvironment=Unity

[Pause Shortcut Group]
Name=Pause
Name[bg]=Паузиране
Exec=banshee --pause
TargetEnvironment=Unity

[Stop Shortcut Group]
Name=Stop
Name[bg]=Спиране
Exec=banshee --stop
TargetEnvironment=Unity

[Previous Shortcut Group]
Name=Previous
Name[bg]=Предишна
Exec=banshee --previous
TargetEnvironment=Unity

[Next Shortcut Group]
Name=Next
Name[bg]=Следваща
Exec=banshee --next
TargetEnvironment=Unity

[Preferences Shortcut Group]
Name=Preferences
Name[bg]=Настройки
Exec=banshee --show-preferences
TargetEnviroment=Unity

Hoping I've cleared things up ;) If you have any recomendations to be added to the quicklists I'm listening :)