Actions
Bug #907
closedxterm does not overlay launcher
Status:
Closed
Priority:
Immediate
Assignee:
Category:
General
Target version:
Start date:
30 Sep 2022
Due date:
% Done:
100%
Estimated time:
Severity:
01 - Critical
Description
On a RPi 2B+ the xterm does not overlay the launcher on an HDMI monitor. It just gets opened, on top of the stack, in the upper left corner and the launcher still has keyboard focus.
Updated by Hammel about 2 years ago
- Target version changed from 3.0 - Corrino to 2.0 - Harkonnen
Updated by Hammel about 2 years ago
This is because matchbox is not starting - there is no window manager.
The order of startup looks like this:- /etc/init.d/xS99UI start
- xinit /etc/X11/xinitrc -- -nocursor -quiet
- sh /etc/X11/xinitrc
- sh /etc/X11/desktop.sh start
Updated by Hammel about 2 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 30
The reason the window manager doesn't start is because appmgr is now started using start-stop-daemon but is missing the -b option.
Adding the -b option and retesting builds.
Updated by Hammel about 2 years ago
- Status changed from In Progress to Closed
- % Done changed from 30 to 100
Fixed, tested, committed and pushed.
Closing issue.
Actions