Re: [DNG] Insane defaults on Raspberry Pi images - How to fix corruption/dataloss

2019-11-10 Thread Dr. Nikolaus Klepp
Anno domini 2019 Sat, 9 Nov 20:16:40 -0800 tom scripsit: > On Sat, 9 Nov 2019 22:09:13 + > g4sra via Dng wrote: > > > On 09/11/2019 20:53, tom wrote: > > > On Fri, 8 Nov 2019 16:55:34 +0100 > > > "Dr. Nikolaus Klepp" wrote: > > > > > >> Anno domini 2019 Fri, 8 Nov 16:36:24 +0100 > > >> Jo

Re: [DNG] Insane defaults on Raspberry Pi images - How to fix corruption/dataloss

2019-11-10 Thread Olaf Meeuwissen via Dng
Dr. Nikolaus Klepp writes: > Anno domini 2019 Sat, 9 Nov 20:16:40 -0800 > tom scripsit: > [snip] >> Because the whole point of my starting this thread was to provide >> instructions on how to recover a system after the dataloss occurred. If >> you would take the time to read the original post. T

Re: [DNG] mlterm to display path in window frame

2019-11-10 Thread Arnt Karlsen
On Sat, 9 Nov 2019 20:58:03 -0500, Haines wrote in message <20191110015803.gb27...@engels.histomat.net>: > I'm running mltrm as my main terminal under Beowulf. I vaguely recall > that with xterm the path to the location of the current session of > the terminal was printed along the top of the wi

Re: [DNG] mlterm to display path in window frame

2019-11-10 Thread Haines Brown
On Sun, Nov 10, 2019 at 03:55:44PM +0100, Arnt Karlsen wrote: > On Sat, 9 Nov 2019 20:58:03 -0500, Haines wrote in message > <20191110015803.gb27...@engels.histomat.net>: > > > I'm running mltrm as my main terminal under Beowulf. I vaguely recall > > that with xterm the path to the location of t

Re: [DNG] long delays in waterfox

2019-11-10 Thread Dimitris via Dng
waterfox is not in devuan repos, so it's not a devuan thing, you should ask waterfox support for help.. in anycase, i'm running latest binary from antix repo and have no such issues.. waterfox is running fine.. (ff being my premier browser) maybe you should check .xsession-errors, running waterfo

Re: [DNG] mlterm to display path in window frame

2019-11-10 Thread marc
Hello I am under the impression that some xterminal emulators understand a certain escape sequence (maybe tsl ?) which update the title bar. What does tput hsl and tput tsl ; echo -n hello ; tput fsl do ? Maybe that escape sequence has been removed from your terminfo entry ? Use infocmp

Re: [DNG] long delays in waterfox

2019-11-10 Thread marc
Hello > I've been having good experiences with this firefox fork. > Recently it takes seconds for typing to appear in a text > input widget. Also takes longer (showing spinner) to > render pages. I've tried clearing all the caches, > and checked for questionable extensions and plugins. This infor

Re: [DNG] mlterm to display path in window frame

2019-11-10 Thread Ralph Ronnquist via Dng
my shell function "title()" has echo -n "\033]0;$1\007" which seems to do its thing for mlterm as well as xfce4-terminal and xterm, and probably other. Ralph. marc wrote on 11/11/19 8:44 am: Hello I am under the impression that some xterminal emulators understand a certain escape sequ