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.
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();
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
On Tuesday 16 January 2018 22:06:46 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.
a few mounths ago, some one had a problem on mageia, with trinity not loading at all the session manager was crashing.... it was fixed for 14.5 it could be the same bug....
in an other DE run starttde in a terminal It will launch tde inside the other DE, yes.... a bit hacky.... when there's the crash, paste here the out put of the terminal.... I guess you could find this in a log, but i don't know where....
it could be possible, to edit something in /opt/trinity/bin/starttde to temporary fix this