Bug #15043 2009-01-10 18:20
korse
CB can't open any file if in path relative symlink present
If I try to open file ./linktobase/folder1/fold2_relative_link/testfile.h
CB blocks makes nothing (no messages/errors).
But if i try to open the same file through absolute symlink ./linktobase/folder1/fold2_asolut_link/testfile.h
all is alright, the file opened.
I know that this is not really serious problem, but kate opens the file in all these situations well.
I test these on clean installation (compilation) on new user without any non-default configs in users home folder.
The structure of folders (made by `ls -l `)
(assume that we in "/home/test" folder)
----------------------------------------------------------------------------
.:
total 8
drwxr-xr-x 4 test test 4096 2009-01-10 20:54 base_folder
lrwxrwxrwx 1 test test 23 2009-01-10 20:55 linktobase -> /home/test/base_folder/
./base_folder:
total 8
drwxr-xr-x 2 test test 4096 2009-01-10 20:59 folder1
drwxr-xr-x 2 test test 4096 2009-01-10 20:56 folder2
./base_folder/folder1:
total 0
lrwxrwxrwx 1 test test 30 2009-01-10 20:59 fold2_asolut_link -> /home/test/base_folder/folder2
lrwxrwxrwx 1 test test 10 2009-01-10 20:54 fold2_relative_link -> ../folder2
./base_folder/folder2:
total 4
-rw-r--r-- 1 test test 14 2009-01-10 20:56 testfile.h
------------------------------------------------------------------------
System: Linux 2.6/Gentoo Kde 3.5 C::B: svn5394
- Category
- Application::Editor
- Group
- Status
- Open
- Close date
- Assigned to