I will use a stable branch tde 14.0.4 32-bit. As for the conditions for the occurrence of an error, this happens completely by accident: sometimes everything loads normally, sometimes it suddenly falls. This is similar to the desynchronization of two kernel threads, but I'm not a programmer or developer of tde, it's hard to draw conclusions about the reasons...
2018-01-17 0:55 GMT+03:00 deloptes deloptes@gmail.com:
Oleg Levenets wrote:
Hi, is anyone using Trinity for Slackware? On my Slackware 14.2, kdesktop is not always loaded, the error seems to be related to tqt3 and the use of utf-8 encoding in the system. This happens when using the smp-kernel, there is no error on the usual kernel. Unfortunately I'm not a programmer and I do not know what can be done. I attached a log, maybe it will help to understand what might be the matter.
best regards, Oleg Levenets.
I can't help much, I guess you use 14.0 and here is what I found as it happened that I had tdebase open. When you say "kdesktop is not always loaded" - does it mean that it loads sometimes? Under which condition? In my opinion this is a problem with initializing / reading configuration whatever.
But this was changed in master, so might be a newer version would mitigate it.
https://git.trinitydesktop.org/cgit/tdebase/tree/kdesktop/main.cc?h=r14.0.x
https://git.trinitydesktop.org/cgit/tdebase/tree/kdesktop/lockeng.cc?h=r14.0...
Code says kdesktop/main.cc:267
261 KDesktopSettings::instance(kdesktop_name + "rc");
bool x_root_hack = args->isSet("x-root"); bool wait_for_kded = args->isSet("waitforkded"); // This MUST be created before any widgets are created
267 SaverEngine saver;
and
139 configure();
394 // create a new config obj to ensure we read the latest options 395 KDesktopSettings::self()->readConfig();
To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting