Version: inconnu (using KDE 3.4.0, Debian Package 4:3.4.0-0ubuntu3 (3.1)) Compiler: gcc version 3.3.5 (Debian 1:3.3.5-8ubuntu2) OS: Linux (i686) release 2.6.10-5-686 When a share name on smb server has more 13 characters, the directory name is truncated and impossible to access their if you don't know the full name. But the subdirectories aren't this limitation.
this is bug is in libsmbclient : https://bugzilla.samba.org/show_bug.cgi?id=246 Nobody have time to create a patch ?
Git commit cba53ab9e64f80228b96d875c9cf6141496493bc by Ralf Engels. Committed on 17/08/2012 at 13:33. Pushed by rengels into branch 'master'. Make Amarok compile and link with TagLib installed in $HOME I installed TagLib 1.8-GIT in $HOME so I can try the new features (see also my other review request #101598). $HOME/bin is in $PATH and thus "taglib-config" returns all the right settings. Still Amarok did not compile. The reason is that it adds the taglib include directory to the list of include directories, but then still accesses the taglib headers with "#include <taglib/tstring.h>" in some places (instead of using "#include <tstring.h>"). This is clearly wrong, but coincidentally works if taglib is installed in /usr. I fixed that. Note: the taglib linking change was not included as discussed on reviewboard. Courtesy: Mathias Stephan Panzenböck FIXED-IN: 2.7 M +1 -1 shared/tag_helpers/APETagHelper.h M +1 -1 shared/tag_helpers/ASFTagHelper.h M +4 -4 shared/tag_helpers/ID3v2TagHelper.cpp M +1 -1 shared/tag_helpers/ID3v2TagHelper.h M +1 -1 shared/tag_helpers/MP4TagHelper.h M +1 -1 shared/tag_helpers/StringHelper.h M +1 -1 shared/tag_helpers/VorbisCommentTagHelper.cpp M +2 -2 shared/tag_helpers/VorbisCommentTagHelper.h http://commits.kde.org/amarok/cba53ab9e64f80228b96d875c9cf6141496493bc