TAG | amarok
amarok-svn has been replaced by amarok-git from now on.
Cheers.
Da oggi amarok2-svn è stato privato della sezione script generator, suppongo in occasione delle qt4.5.
Da mailing list pare di capire che hanno intenzione di separare il pacchetto qtscriptgenerator, che sarà quindi aggiunto come dipendenza. Questa decisione porta notevoli vantaggi in fase di compilazione che diventa meno onerosa.
Per la compilazione occorrerà commentare questa riga dal CMakeLists.txt:
add_subdirectory( src/scriptengine/generator )
Per il pacchetto invece, ad aggiornamento fatto, occorrerà confermare i vari messaggi di warning per poi disattivare tutti gli script da script manager.
E` chiaro che questa è una pezza, si compila e si va avanti, ma imho è una buona pezza. Per quanto mi riguarda non ho mai trovato utili quei 4 script.
Saluti.
intro
$ sudo pacman -Sy xbindkeys
$ xbindkeys --defaults > ~/.xbindkeysrc
now let’s edit the config file adding some lines about amarok commands.
# amaroK / OPEN
"amarok"
m:0x10 + c:237
Mod2 + NoSymbol
# amaroK / Play or stop
"amarok -t"
m:0x0 + c:162
NoSymbol
# amaroK / Stop
"amarok -s"
m:0x0 + c:164
NoSymbol
# amaroK / Previous
"amarok -r"
m:0x0 + c:144
NoSymbol
# amaroK / Next
"amarok -f"
m:0x0 + c:153
NoSymbol
# amaroK / Volume up
"dcop amarok player volumeUp"
m:0x0 + c:176
NoSymbol
# amaroK / Volume down
"dcop amarok player volumeDown"
m:0x0 + c:174
NoSymbol
this lines are setted up for my keyboard. just need to take the respective button on your keyboard with
$ xbindkeys -k
and copy/paste overwriting mine.
my .xbindkeysrc
finally add a symlink to your ~/.kde/Autostart ( or better, *i* have kde
)
$ cd ~/.kde/Autostart && ln -s `which xbindkeys` xbindkeys
that’s all. bb.

