Bug#1033737: flash-kernel: Unable to run flash-kernel on EFI-based systems

2023-04-18 Thread Daniel Abrecht
In my image builder, I just mount a tmpfs over /sys/firmware to hide it: https://github.com/Daniel-Abrecht/dpa-image-builder/blob/22a18b8108d07ef72595f5217fd196cd01ddb71f/script/chns#L100 An Image builder shouldn't mess with the hosts firmware anyway.

Bug#1010806: apt: Avoid color output on monochrome terminals

2022-05-16 Thread Daniel Abrecht
should give up and leave things unfixably broken. terminfo is the right thing. It is the only way to deal with these terminals. This will never change. Regards, Daniel Abrecht

Bug#1010806: apt: Avoid color output on monochrome terminals

2022-05-10 Thread Daniel Abrecht
but it's not too bad yet: https://salsa.debian.org/search?search=033_id=2051_id=228=_code=true=false_ref=main_source=navbar Regards, Daniel Abrecht

Bug#923181: Please add support for reporting mouse button presses to console programs which support mouse trackingo

2019-05-11 Thread Daniel Abrecht
On 26/04/2019 14.30, Bill Allombert wrote: > On Thu, Apr 04, 2019 at 06:52:04PM +0000, Daniel Abrecht wrote: >> On 22/03/2019 21.33, Bill Allombert wrote: >>>> I'm not sure what the best course of action is. Some possibilities are: >>>> * If it isn't too much

Bug#923181: Please add support for reporting mouse button presses to console programs which support mouse trackingo

2019-04-04 Thread Daniel Abrecht
can be done on a per tty basis, this might be the best course of > action. Ok, I've now created patch for this. This time, I've based the patch on the current master branch (commit c12a8c2d0cf72a340b13b00e6d4b98bfed57ce01) of the salsa.debian.org git repo. Regards, Daniel Abrecht diff --git a/

Bug#923181: Please add support for reporting mouse button presses to console programs which support mouse tracking

2019-03-17 Thread Daniel Abrecht
on which allows the user to enable this feature, in addition to one of the above options I've attached 2 test programs, one uses curses, the other one doesn't need any libraries. I've also attached a patch to reorder the button constants. Regards, Daniel Abrecht diff --git a/src/consolation.h b/sr

Bug#923181: Please add support for reporting mouse button presses to console programs which support mouse tracking

2019-03-10 Thread Daniel Abrecht
which will need that functionality. I intend to use it on my librem 5 smartphone. It isn't finished yet though. Here are the sources of the different components of it and a video: https://github.com/Daniel-Abrecht/console-keyboard-multiplexer https://github.com/Daniel-Abrecht/console-keyboard-basic

Bug#923181: Please add support for reporting mouse button presses to console programs which support mouse tracking

2019-02-25 Thread Daniel Abrecht
On 24/02/2019 20.27, Bill Allombert wrote: >> void >> +report_pointer(int x, int y, enum current_button button) >> +{ >> + linux_selection(x, y, x, y, TIOCL_SELMOUSEREPORT + ((button+3) % 4) ); >> +} >> + > > Hello Daniel, > > Thanks for your patch, it looks great! Could you explain me how

Bug#923181: Please add support for reporting mouse button presses to console programs which support mouse tracking

2019-02-24 Thread Daniel Abrecht
Package: consolation Version: 0.0.6-2 Severity: wishlist Tags: patch Some programs support mouse tracking to allow users to click on things inside the terminal. For example, it is possible to click on options in `dialog`. gpm did support this, but had issues with touch screens. It would be great

Bug#769494: Please mount cgroup automatically

2018-10-17 Thread Daniel Abrecht
benefit from it respectively, similar to how it is done with liblxc1. For this, a new bug could be opened for each affected packet. This is my first mail to the debian bug tracker, I hope I was able to help and to give some new helpful perspectives on this matter. Regards, Daniel Abrecht