>Em 28-08-2015 04:54, [email protected] escreveu: >> for i in $LXQT_PREFIX/share/desktop-directories/* >> do >> ln -svf $i /usr/share/desktop-directories/ >> done > Fixed. Thanks. > I've changed many things, including that, without success. > Today, I tried to revert the other modifications, and it did finally > work. I was needing your post. > >-- >[]s, >Fernando
Today I have fixed a strange problem for Qt applications (includes LXQT and sddm): Qt applications cannot get the keyboard input but other non-Qt applications works. After searching the solution by Google, I have to run the following command to fix it: export QT_XKB_CONFIG_ROOT=/usr/share/X11/xkb I have no idea what's wrong when I built Qt 5.5.0 but the above command can solve the problem. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
