By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 3044

Summary: DCOP server crashes
Product: TDE Reporter: Roman <roma251078>
Component: tdelibsAssignee: Timothy Pearson <kb9vqf>
Status: RESOLVED DUPLICATE    
Severity: normal CC: bugwatch, slavek.banko
Priority: P5    
Version: R14.1.x [Trinity]   
Hardware: Other   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:

Description Roman 2019-09-26 13:27:19 CDT
Hello!
After updating the libICE-1.0.10 library, DCOP Server began to crash. All TDE applications crash.
libICE-1.0.10 uses the $XDG_RUNTIME_DIR/ICEauthority directory.
Earlier versions of the libICE library used the $HOME/.ICEauthority directory.
If I declare a global variable ICEAUTHORITY with the path to the file, then everything works fine.
Is it possible to automate this process with binding to the libICE library?
Something like this:
--------------------------------------------------
#include <iostream>
#include <X11/ICE/ICElib.h>
#include <X11/ICE/ICEutil.h>

int main()
{
   //static char *authfilename = NULL;
   //authfilename = IceAuthFileName ();
   //printf("%s\n", authfilename);
   printf("%s\n", IceAuthFileName ());
}
----------------------------------------------------
$ g++ getauth.cpp -o getauth `pkg-config --libs ice`
----------------------------------------------------

Maybe you can add the -DWITH_ICE option.
Comment 1 Slávek Banko 2019-09-27 05:33:53 CDT
The problem with libICE 1.0.10 is already reported. Therefore, I close this bug report so that the same problem is not addressed in two separate bug reports.

*** This bug has been marked as a duplicate of bug 3027 ***