Bug 104693 - the directories' names on root server are truncated
Summary: the directories' names on root server are truncated
Status: RESOLVED FIXED
Alias: None
Product: kio
Classification: Unmaintained
Component: smb (other bugs)
Version First Reported In: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-28 11:48 UTC by GML
Modified: 2012-08-17 11:49 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 2.7
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description GML 2005-04-28 11:48:31 UTC
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.
Comment 1 GML 2005-05-17 11:09:34 UTC
this is bug is in libsmbclient : https://bugzilla.samba.org/show_bug.cgi?id=246
Nobody have time to create a patch ?
Comment 2 Ralf Engels 2012-08-17 11:49:08 UTC
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