dcop compatibility broken?
Waldo Bastian
bastian at kde.org
Mon Apr 7 14:40:42 BST 2003
On Monday 07 April 2003 05:52, Navindra Umanee wrote:
> Hi,
>
> My current KDE HEAD build creates a file named .DCOPserver_localho__0
> in my home directory and a symlink named .DCOPserver_localho_:0
> pointing to that.
>
> However, my old KDE 3.x applications look for
> ~/.DCOPserver_localhost.localdomain__0 and never find it.
>
> Making a symlink fixes this problem. Anyone know what's going on and
> why localhost.localdomain is being truncated to localho (no pun
> intended) by DCOP HEAD?
Typo in dcopclient.cpp, fixed.
- hostName[sizeof(hostname)-1] = '\0';
+ hostName[sizeof(hostName)-1] = '\0';
Cheers,
Waldo
--
bastian at kde.org -=|[ SuSE, The Linux Desktop Experts ]|=- bastian at suse.com
More information about the kde-core-devel
mailing list