For the lxqt 0.9.0 -> 0.10.0 transition,
I've tried to make it as seamless as possible, but unfortunately,
users will have to run "dist-upgrade" over just "upgrade", as two
packages grew additional libraries that "upgrade" will not install
automatically.
sudo apt-get update ; sudo apt-get dist-upgrade ; sudo reboot
The reboot is required, as lxqt did a namespace change in the middle
of 0.9.0 -> 0.10.0 development that makes things interesting..
(lxqt-panel does odd things)
Background in jessie for lxqt 0.9.0 i've been following siduction's
package base as they were one of the first qt5/lxqt developers, for
0.10.0 they've been pushing everything to debian stretch/sid.
(essentially, I've moved our lxqt package base to just being a
backport of strech/sid now..)
https://wiki.debian.org/Derivatives/Census/siduction
Regards,