Stable: 2.5.2
Development: 2.6-alpha3
Hello,
I got a problem with moc 2.5.0-alpha4 on Ubuntu 10.10 :(
I've set these lines in my config file (that is surely read by moc)
in ~/.moc/config
Keymap = keymap
ExecCommand2 = "rm %f"
and this one in my keymap file (same of before)
in ~/.moc/keymap
exec_command2 = F2
Then, when I press F2 on a mp3 file in moc, I receive this error:
rm: Unable to remove `/home/***/Music/***.mp3': Permission denied
Command exited with error (status 1).
What am I doing wrong ?
maek
Tue, 2010-12-14 20:13
Permalink
My fault
I got wrong directory permissions, so it was my fault. Sorry.