[Touch-packages] [Bug 1915382] [NEW] external Monitor shows »No Signal« after dpms sleep

2021-02-11 Thread karlsebal
Public bug reported: My external Monitor connected via HDMI is behaving strange and my educated guess is it is related to dpms. Plugging in the monitor it will show »No Signal« although recognized by `xrandr`. I would have to boot my machine with the monitor plugged in to make it work. When going

[Touch-packages] [Bug 1941981] [NEW] busybox ed jumps line on insert

2021-08-28 Thread karlsebal
Public bug reported: Busybox‘s implementation of `ed` skips a line when inserting. It will insert the first line before and all subsequent lines after the line addressed. gnu ed implementation behaves like expected: ``` $ ed i one two three four five . ,p one two three four five 1 one i ione itw