[Bug 1969190] Re: package libpython3.10-minimal 3.10.4-1+focal1 failed to install/upgrade: trying to overwrite '/usr/lib/python3.10/typing', which is also in package libpython3.10-stdlib:amd64 3.10.4-

2022-04-15 Thread William Andrea
I think this is caused by a deadsnakes issue (https://github.com/deadsnakes/issues/issues/207), which I was experiencing myself (and resolved by following the instructions on GitHub), but it was just making the upgrade fail, not making update crash. It might be affecting you worse because it looks

[Bug 1461530] Re: Translation make output hard to read

2022-03-06 Thread William Andrea
*** This bug is a duplicate of bug 1581433 *** https://bugs.launchpad.net/bugs/1581433 ** This bug has been marked a duplicate of bug 1581433 free output in german translation line up wrong colums -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1581433] Re: free output in german translation line up wrong colums

2022-03-06 Thread William Andrea
Affects the French translation too. ** Attachment added: "free French sample.output" https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1581433/+attachment/5566379/+files/free%20French%20sample.output -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1927063] Re: Terminal prompt got strangely replicated when resizing terminal horizontally

2022-02-05 Thread William Andrea
I can reproduce the same issue with Python and Node interpreters. I think the problem is related to readline, because the issue only affects the line where the cursor is, and if I launch Python without it (gnome- terminal -- python3 -I), I can't reproduce the issue. -- You received this bug

[Bug 1654688] [NEW] Printf does not properly justify non-ASCII characters

2017-01-06 Thread William Andrea
Public bug reported: I have a script that outputs arbitrary Unicode characters in neat columns, but for anything outside the Basic Latin range (i.e. codepoints > 127), the justification is off. For example, both below commands should output a leading space: $ printf "%2s\n" 'a'  a $ printf

[Bug 1638161] [NEW] Keyboard can't relaunch command

2016-10-31 Thread William Andrea
Public bug reported: I have gnome-terminal set to "Keep the terminal open" when the command finishes. I want to use the keyboard to relaunch the command (like by pressing Enter), but it seems the only way is to use the mouse to click "Relaunch". Expectation: Pressing Enter relaunches the