Comment 4 for bug 1635701

Revision history for this message
Julien Lavergne (gilir) wrote :

Thanks, the diff looks OK, except for 2 things :

It needs libqtxdg 2.0, so it needs to be sync before liblxqt (See https://launchpad.net/ubuntu/+source/libqtxdg)

There is 2 missings symbols between the 2 versions (see the diff) :
- (c++)"LXQt::PageSelectWidget::sizeHint() const@Base" 0.9.0+20150911
- (c++)"LXQt::ScreenSaver::xdgProcess_finished(int, QProcess::ExitStatus)@Base" 0.9.0+20150911

Usually, that needs a soname bump, but upstream didn't do it, and Debian didn't force it either. But, since liblxqt is only used in LXQt, and we are going to rebuild all the components, that's not a big issue.

When libqtxdg is synced in z, you can test build liblxqt, and if it's OK, it can be sync also.