trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: June 2018

Re: [trinity-devel] "could not find module 'kde-fonts'"

From: Luke Kenneth Casson Leighton <lkcl@...>
Date: Sun, 3 Jun 2018 11:22:40 +0100
 access("/root/.trinity/share/locale/POSIX/LC_MESSAGES/tdecmshell.mo",
R_OK) = -1 ENOENT (No such file or directory)
 access("/opt/trinity/share/locale/POSIX/LC_MESSAGES/tdecmshell.mo",
R_OK) = -1 ENOENT (No such file or directory)
-access("/usr/share/locale-langpack/POSIX/LC_MESSAGES/tdecmshell.mo",
R_OK) = -1 ENOENT (No such file or directory)
 access("/root/.trinity/share/locale-bundle/POSIX/LC_MESSAGES/tdecmshell.mo",
R_OK) = -1 ENOENT (No such file or directory)

9th major difference: there are signs that the directory
/usr/share/locale-langpack does not exist:

+access("/usr/share/locale-langpack", F_OK) = -1 ENOENT (No such file
or directory)


also, one of the systems appears to have been set to plastik style,
the other to keramik

at that point the differences becomes significant (line 2603) because
the styles do radically different things.  one is looking for
/etc/tqt3/qtrc and finds it, the other doesn't look for it.

l.