Created attachment 57241 [details] link local ipv6 addresses show up like this in dolphin's places panel Version: unspecified (using KDE 4.6.0) OS: Linux i have recently migrated my home lan to ipv6 to learn a bit on the subject when i noticed that dolphin doesn't display them correctly in the places panel. i think it's very nice, that dolphin automatically shows nfs mounts in there, just the parsing of ipv6 addresses seems not to work right. the error appears when using link local addresses (with interface). i don't know if it also appears with publicly routeable addresses, since i don't have one :> Reproducible: Didn't try Steps to Reproduce: in my fstab i have for example an entry like this one: [fe80::202:44ff:feb9:558%eth0]:/data/user /mnt/user nfs4 auto,_netdev,user 0 0 Actual Results: it shows up in dolphin as ":202:44ff:feb9:558%eth0]:/data/user on [fe80" Expected Results: i would expect to see "/data/user on [fe80::202:44ff:feb9:558%eth0]" it would be especially great, if it was possible to rename automatically added entries. as far as i understood, it is not yet possible to mount hosts with link local addresses via their ipv6 hostname in fstab, since some 'servername6%eth0' syntax does not seem to be supported there.
I have fixed the parsing of the data normaly now you can see "/data/user on [fe80::202:44ff:feb9:558%eth0]" if you checkout the code at this revision : http://commits.kde.org/kdelibs/52c6efbc1194ce8a03f718ad7c0ce87602767161 i check if we can rename automatically the entries. Thanks Mario
wow! thanks a lot for the light-speed reaction! hail KDE! ;)