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 - DCOP server crashes
Summary: DCOP server crashes
Status: RESOLVED DUPLICATE of bug 3027
Alias: None
Product: TDE
Classification: Unclassified
Component: tdelibs (show other bugs)
Version: R14.1.x [Trinity]
Hardware: Other Linux
: P5 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2019-09-26 13:27 CDT by Roman
Modified: 2019-09-27 05:33 CDT (History)
2 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***