Hi, On Wednesday 21 November 2007, Qiuye Wang wrote: > Here is the output of ls -l > total 12 > drwxr-xr-x 2 qiuye qiuye 4096 2007-11-14 10:25 application > drwxr-xr-x 2 qiuye qiuye 4096 2007-11-21 22:34 audio > drwxr-xr-x 2 qiuye qiuye 4096 2007-11-05 20:17 image > > >Every directory should be owned by your user and be "rwx" for at least the > >user. > > so the permissions and owner seem to be right > > >You can also check if there is a file > >.kde/share/mimelnk/audio/x-mp3.desktop > >and if there is that its owner is also your user and it is at least "rw" > > for the owner. > > Here is the output of ls -l > total 4 > -rw------- 1 qiuye qiuye 78 2007-11-21 22:34 x-mp3.desktop > > Well also not wrong... Yes, looks good. Try this # touch ~/.kde/share/mimelnk/audio/x-mp3.desktop Does this work? Explaination: this tries to "touch" the file given its relative path to the home directory. "touch" means it will only modify the access timestamp, i.e. not do any change on the file itself, but it will test if the access is allowed. If it works, what does # kde-config --path mime write as its output? Cheers, Kevin -- Kevin Krammer, KDE developer, xdg-utils developer KDE user support, developer mentoring
Attachment:
signature.asc
Description: This is a digitally signed message part.
___________________________________________________ This message is from the kde mailing list. Account management: https://mail.kde.org/mailman/listinfo/kde. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html.