https://bugs.winehq.org/show_bug.cgi?id=57468
--- Comment #2 from megastallman megastallman@gmail.com --- (In reply to Eric Pouech from comment #1)
do you have any specific settings in your prompt? like colors or ANSI sequences? (anything that would contain a '\a'? character)
Hi Eric! Yeah, I have '\a' in my PS1 === $ echo $PS1 [\e]0;\u@\h: \w\a]${debian_chroot:+($debian_chroot)}[\033[01;32m]\u@\h[\033[00m]:[\033[01;34m]\w[\033[00m]$ ===
I have also tried to === $ export PS1='${debian_chroot:+($debian_chroot)}[\033[01;32m]\u@\h[\033[00m]:[\033[01;34m]\w[\033[00m]$' ===
but still getting === LOCALHOST+metaldoctor@localhost ~ $ ls Wine 0120:fixme:console:write_console beep
=== as you may see, there is also a newline after the message.
These PS1 parameters are default for Kubuntu 24.04.
I have also tried Wineconsole, it has some unprintable characters prepended and appended to the output.
So, both terminals are broken. Also, no way to operate mc, links, lynx, vim, nano. All pseudographics gets mangled and some keys work differently(can't quit by :q! in vim).