[Bug 2067490] Re: byobu prompt

2025-07-11 Thread Paride Legovini
** Tags added: dcr-incoming ** Changed in: byobu (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2067490 Title: byobu prompt To manage notifications about th

[Bug 2067490] Re: byobu prompt

2025-07-10 Thread Athos Ribeiro
A proposed fix is available here: https://github.com/dustinkirkland/byobu/pull/68 A workaround was proposed by Dustin (upstream) in a previous comment. > You can byobu-disable-prompt if you want to turn it off. -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 2067490] Re: byobu prompt

2025-05-08 Thread Attila Szeremi
Is there any workaround in the meantime? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2067490 Title: byobu prompt To manage notifications about this bug go to: https://bugs.launchpad.net/byobu/+bu

[Bug 2067490] Re: byobu prompt

2025-05-08 Thread Attila Szeremi
Is there any workaround in the meantime? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2067490 Title: byobu prompt To manage notifications about this bug go to: https://bugs.launchpad.net/byobu/+bu

[Bug 2067490] Re: byobu prompt

2025-01-13 Thread foojak
I'm fine with Anas solution, it works! Thanks a lot, I'm happy! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2067490 Title: byobu prompt To manage notifications about this bug go to: https://bugs.

[Bug 2067490] Re: byobu prompt

2024-12-11 Thread Sergio Durigan Junior
Thanks for the update, Stefan. This bug is in our backlog and someone from our team will get to it as soon as they can. Thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2067490 Title: byobu p

[Bug 2067490] Re: byobu prompt

2024-12-10 Thread Stefan Wetter
Hello @Miriam España Acebal, someone (not me) added a pullrequest 5 days ago. Would you please fix it now? Thanks in advance! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2067490 Title: byobu promp

[Bug 2067490] Re: byobu prompt

2024-11-20 Thread Miriam España Acebal
I have checked that no pull request has been sent that could fix this bug to https://github.com/dustinkirkland/byobu/pulls Ana S, would you mind proposing your solution there? Thanks in advance. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t

[Bug 2067490] Re: byobu prompt

2024-11-17 Thread BlueT - Matthew Lien - 練喆明
** Also affects: byobu Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2067490 Title: byobu prompt To manage notifications about this bug go to: https://bu

[Bug 2067490] Re: byobu prompt

2024-10-28 Thread Sergio Durigan Junior
Thanks for the reply and for providing more details about the bug. I believe this should be acted upon by upstream first before we can consider backporting it to Ubuntu. Let's see what they have to say. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 2067490] Re: byobu prompt

2024-10-15 Thread Ana S
I think I found the source of this: byobu_prompt_runtime defined in /usr/share/byobu/profiles/bashrc outputs to stderr instead of stdout. It could be fixed by modifying the function, or just adding 2>&1 to all calls: # cp /usr/share/byobu/profiles/bashrc /usr/share/byobu/profiles/bashrc.bak # sed

[Bug 2067490] Re: byobu prompt

2024-09-15 Thread Tanay Gavankar
This might fall outside the ownership of this specific bug, but I can reproduce using putty on windows and SSHing into a fresh install of Ubuntu 24.04 with byobu-enable with the following steps: 1. Connect via putty 2. Run any command (e.g. `ls -la ~`) such that the "previous command execution t

[Bug 2067490] Re: byobu prompt

2024-06-03 Thread Athos Ribeiro
** Changed in: byobu (Ubuntu) Status: Incomplete => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2067490 Title: byobu prompt To manage notifications about this bug go to: https://bu

[Bug 2067490] Re: byobu prompt

2024-05-31 Thread Djerk Geurts
Just found this, I thought I had sent it, but hadn't. I trashed the system I did a dist-upgrade on, but testing on the clean install I can reproduce the 'corruption' I mentioned: [10.339s] user@ubuntu24:~$ sudo vi /usr/share/byobu/profiles/bashrc user@ubuntu24:~$ sudo vi /usr/share/byobu/profile

[Bug 2067490] Re: byobu prompt

2024-05-30 Thread Djerk Geurts
I like the byobu prompt, just not the timer. Thank you for looking into the corruption. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2067490 Title: byobu prompt To manage notifications about this

[Bug 2067490] Re: byobu prompt

2024-05-30 Thread Dustin Kirkland 
You can byobu-disable-prompt if you want to turn it off. I think I've reproduced this, when the command line wraps the screen, there's some corruption. I don't have a fix yet. Patches accepted, if someone finds the right fix... -- You received this bug notification because you are a member of

[Bug 2067490] Re: byobu prompt

2024-05-30 Thread Mitchell Dzurick
I'm also curious about the screen corruption and I'd like to reproduce it in-case it is a real bug others are experiencing. Djerk, how are you connecting to your system you are running byobu on? Is this a local system or are you connecting to a remote system and then invoking byobu? -- You recei

[Bug 2067490] Re: byobu prompt

2024-05-30 Thread Mitchell Dzurick
Hi Djerk, The default byobu prompt was updated since Ubuntu Noble to show the time elapsed from the previous command. You can see this code in /usr/share/byobu/profiles/bashrc You can see this profile is being applied at the end of your ~/.bashrc file. At the moment I don't think there's a way t

[Bug 2067490] Re: byobu prompt

2024-05-30 Thread Djerk Geurts
The best way to describe it, is that it's like when you cat a file without propper formatting and the command output pushes the prompt to the right. This causes a mismatch between where the cursor is shown and where it actually is. Either way, the issue is more with why it's showing an elapsed tim

[Bug 2067490] Re: byobu prompt

2024-05-30 Thread Paride Legovini
Hello and thanks for this bug report. Can you please elaborate on what you mean with "navigating previous commands"? I briefly tested byobu 6.11-0ubuntu1 and the cursor is always at the end of the prompt, where I expect it to be. With "arrow up" I can get the previous commands and nothing looks mis