Sergei Ilinykh
Sergei Ilinykh
it's better to try https://bugreports.qt.io/browse/QTBUG-3897
Psi can't find `themes` folder and its contents. or loading of any theme in the directory led to some failure. Terminal logs may have some explanation.
`themes` directory with default themes has definitely be included together with the Psi installer. Moreover recent versions build `themes` directory right into the Psi executable. Basically it's a copy of...
first terminal logs. maybe the problem is not in themes path. Besides Psi always checks multiple paths in search of themes.
this crash above is something different. unrelated to themes loading. but looks like a bug anyway. What I meant is that you can start Psi from a terminal and just...
[15:28:30] W:Failed to read client_icons.txt. Clients detection won't work [15:28:30] W:PsiThemeManager::Private::themePath("chatview/psi/classic"): not found So it's a path problem.
https://github.com/psi-im/psi/blob/master/src/psithemeprovider.cpp
recent versions have themes built-in IIRC. so the path problem isn't possible.
Hi @barracuda156 Unfortunately I have no plans to support Qt4 version.
The best way would probably be a backport of master changes. Particularly reading themes from builtin resources instead of files.