Bug 158703 - zeroconf:/ in KDE 4 does not work
Summary: zeroconf:/ in KDE 4 does not work
Status: RESOLVED FIXED
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: zeroconf (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Jakub Stachowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-03 01:24 UTC by Magnus
Modified: 2008-03-03 21:04 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Magnus 2008-03-03 01:24:02 UTC
Version:            (using Devel)
Installed from:    Compiled sources
Compiler:          gcc 4.1 
OS:                Linux

The zeroconf:/ kio-slave does not seem to work in KDE 4. I've got Avahi running on a server in my LAN, which announces the SSH service. When using zeroconf:/ with konqueror from KDE 3 it discovers this service. Using zeroconf:/ with konqueror from KDE 4 (from trunk updated yesterday) however, no services are discovered. I'm not sure where to start debugging this, as starting konqueror from a shell doesn't seem to yield any errors. Let me know if more information is needed.
Comment 1 Jakub Stachowski 2008-03-03 21:04:54 UTC
SVN commit 781887 by qbast:

Make it actually work. Also some changes:
- removed support for helper protocols. They don't  belong to ioslave - maybe plasma applet
- use hardcoded protocols. Configurability is good but let's not go overboard.
- added fish:// support
- temporarily removed support for multiple domains (default domain is always used) - kdirmodel
  does not like listing zeroconf://domain/_ftp._tcp/name from inside zeroconf:/_ftp._tcp/

BUGS: 158703, 121292



 M  +0 -1      CMakeLists.txt  
 D             CONFIG_FORMAT  
 D             _ftp._tcp  
 D             _http._tcp  
 D             _ldap._tcp  
 D             _nfs._tcp  
 D             _sftp-ssh._tcp  
 D             _ssh._tcp  
 D             _telnet._tcp  
 D             _webdav._tcp  
 M  +51 -127   dnssd.cpp  
 M  +23 -17    dnssd.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=781887