On 05/03/2016 23:46, Bruce Dubbs wrote:
> Bruce Dubbs wrote:
>> Pierre Labastie wrote:
>>> Hi,
>>>
>>> I tagged LXQt although I have one issue: For being able to input
>>> anything from
>>> the keyboard, I need to export QT_XKB_CONFIG_Root=/usr/share/X11/xkb before
>>> starting, whatever the method (startx, sddm or lxdm).
>>>
>>> The issue comes maybe from the fact I have Xorg in /usr and Qt, KF5 and
>>> LXQt
>>> in /opt. Or maybe, I missed a link.
>>>
>>> I also found that "mkdir /opt/qt5/share/X11 && ln -s /usr/share/X11/xkb
>>> /opt/qt5/share/" solves the issue.
>>>
>>> Somebody has already seen this:
>>> http://lists.linuxfromscratch.org/pipermail/blfs-dev/2015-August/030905.html,
>>>
>>> but nobody answered.
>>>
>>> So should a note be added to the book or not (maybe Fernando has a better
>>> alternative).
>>
>> I'm almost done building lxqt -- just a few more apps.  I'll try to
>> reproduce the problem.
> 
> OK, I finished building lxqt.  At first it wouldn't come up.  I'm not sure
> why.  When I built libKF5WindowSystem, I put it into /opt/lxqt/lib.  If I have
> /opt/kf5/lib available, the system found the wrong version of
> libKF5WindowSystem.  I moved /opt/kf5 and ran ldconfig.  Checking ldd
> lxqt-session after that found the right version and the system came up.
> 
> I ran startx with
> 
> ck="ck-launch-session dbus-launch --exit-with-session"
> exec $ck /opt/lxqt/bin/startlxqt
> 
> and the system came up.  The only problem now is that there is no logout
> option that I can find :(
> 
> Should that be in the main menu?
> 
>   -- Bruce

It is not in the main menu for me. What I do [Fernando's recipe IIRC]:
- Type alt-F2 (brings up a small window to enter a command)
- that window has a button on the right side, which brings up the exit menu.

Certainly, that could be put in the main menu, but I did not bother to see how.

Regards
Pierre
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to