[Bug 494465] Re: F9 configuration menu does not work

2013-03-30 Thread Keith Hughitt
Also running into this issue with byobu 5.35 compiled from source on zsh. Looks like a missing module that wasn't in the prereqs: Traceback (most recent call last): File /home/user/bin/byobu-config, line 36, in module error(Could not import the python snack module) NameError: name 'error'

[Bug 494465] Re: F9 configuration menu does not work

2011-05-06 Thread FMaz
Hi, I also have the very same problem. I'm able to run byobu-config from a regular terminal without problem. Also, for the Shell, as far as I know I use the default that come with Ubuntu: fmaz@FMaz-Zino:~$ echo $SHELL /bin/bash -- You received this bug notification because you are a member

[Bug 494465] Re: F9 configuration menu does not work

2009-12-15 Thread Launchpad Bug Tracker
This bug was fixed in the package byobu - 2.41-0ubuntu1 --- byobu (2.41-0ubuntu1) lucid; urgency=low [ Dustin Kirkland ] * byobu: - check number of args for 1, and -v, LP: #494465 - make more zsh friendly, don't use -c [ Jon Bernard ] * bin/disk: fix missing %, LP:

[Bug 494465] Re: F9 configuration menu does not work

2009-12-14 Thread Launchpad Bug Tracker
** Branch linked: lp:byobu -- F9 configuration menu does not work https://bugs.launchpad.net/bugs/494465 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 494465] Re: F9 configuration menu does not work

2009-12-14 Thread Dustin Kirkland
** Changed in: byobu (Ubuntu) Status: Incomplete = Fix Committed -- F9 configuration menu does not work https://bugs.launchpad.net/bugs/494465 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 494465] Re: F9 configuration menu does not work

2009-12-14 Thread Bernhard
Sorry, my default shell is zsh. Forgot to mention that. -- F9 configuration menu does not work https://bugs.launchpad.net/bugs/494465 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

Re: [Bug 494465] Re: F9 configuration menu does not work

2009-12-14 Thread Dustin Kirkland
Okay, thanks. I just committed a fix that should solve that $1 = -v issue. I'm not sure if that will fix your problem, though. Can you change one line in /usr/bin/byobu and tell me if that solves it for you? --- /usr/bin/byobu 2009-12-14 03:16:43 + +++ /usr/bin/byobu

[Bug 494465] Re: F9 configuration menu does not work

2009-12-14 Thread Bernhard
Now i get this: (gdb) run /usr/bin/byobu Starting program: /usr/bin/python /usr/bin/byobu [Thread debugging using libthread_db enabled] File /usr/bin/byobu, line 24 if [ $# = 1 ] [ $1 = -v ]; then ^ SyntaxError: invalid syntax Program exited with code 01. --- But I

Re: [Bug 494465] Re: F9 configuration menu does not work

2009-12-14 Thread Dustin Kirkland
That's really strange. I'll need to install zsh and play with it, as I'm totally unfamiliar with zsh. I don't think I'm doing anything there that's non POSIX-shell... Hrm. Can you delete that whole little code block that prints the version info, and see if its any happier? -- F9

[Bug 494465] Re: F9 configuration menu does not work

2009-12-14 Thread Bernhard
Hmm, I think I might not have all debugging symbols installed and that's why it keeps giving me these messages. Sorry, I'm not a python expert. As for the F9 bug, I think it has nothing to do with those backtraces. Tomorrow I will try to play around using bash and see what happens. -- F9