--- kdebase-3.5.7/libkonq/kfileivi.cc~ 2006-03-17 13:17:42 +0300 +++ kdebase-3.5.7/libkonq/kfileivi.cc 2007-08-03 20:58:11 +0400 @@ -347,10 +347,12 @@ void KFileIVI::returnPressed() { if ( static_cast(iconView())->isDesktop() ) { KURL url = m_fileitem->url(); +#if 0 // When clicking on a link to e.g. $HOME from the desktop, we want to open $HOME // Symlink resolution must only happen on the desktop though (#63014) if ( m_fileitem->isLink() && url.isLocalFile() ) url = KURL( url, m_fileitem->linkDest() ); +#endif (void) new KRun( url, m_fileitem->mode(), m_fileitem->isLocalFile() ); } else {