Successfully verified powerline 2.8.4-1ubuntu0.1 on resolute: $ dpkg -l powerline | grep ^ii ii powerline 2.8.4-1ubuntu0.1 amd64 prompt and statusline utility
$ cat > test.sh << 'EOF' #!/bin/bash set -eu powerline-daemon powerline-daemon --replace powerline-daemon --kill powerline-daemon --foreground & sleep 3s # check for proper error return codes powerline-daemon || [ $? = 1 ] powerline-daemon --foreground || [ $? = 1 ] powerline-daemon --kill powerline-daemon --kill || [ $? = 1 ] powerline-daemon --replace || [ $? = 1 ] powerline-daemon --kill echo SUCCESS EOF $ sh ./test.sh Kill command sent to daemon, waiting for daemon to exit, press Ctrl-C to terminate wait and exit Kill command sent to daemon, if it does not die in a couple of seconds use kill to kill it The daemon is already running. Use powerline-daemon -k to kill it. The daemon is already running. Use powerline-daemon -k to kill it. Kill command sent to daemon, if it does not die in a couple of seconds use kill to kill it No running daemon found Kill command sent to daemon, if it does not die in a couple of seconds use kill to kill it SUCCESS ** Tags removed: verification-needed-resolute ** Tags added: verification-done-resolute -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2149815 Title: powerline-daemon crashed with ValueError in add_argument_group(): argument groups cannot be nested To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/powerline/+bug/2149815/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
