Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Powerline doesn't working on Ubuntu 22.04.3 and bash #2238

Open
xarpy opened this issue Aug 11, 2023 · 0 comments
Open

Powerline doesn't working on Ubuntu 22.04.3 and bash #2238

xarpy opened this issue Aug 11, 2023 · 0 comments

Comments

@xarpy
Copy link

xarpy commented Aug 11, 2023

Hi guys, I need some help, I updated my ubuntu 22.04.2 LTS to new version 22.04.3, when I did I had several problems, among them the need to reinstall the gnome GUI, among others, because of the new kernel 6.2.

But one of the packages I always liked was the customization of the terminal, powerline, which had no problems, but after the updates it does not work properly. I have already removed and re-installed but without success and after much research within the system, I found that it has something associated with the context of .bashrc.

Even entering the block and recognizing the conditional, it does not execute, not add the command to add powerline on the terminal.

Inside my .bashrc, have this block context below:

# Powerline configuration
if [ -f /usr/share/powerline/bindings/bash/powerline.sh ]; then
  powerline-daemon -q
  POWERLINE_BASH_CONTINUATION=1
  POWERLINE_BASH_SELECT=1
  source /usr/share/powerline/bindings/bash/powerline.sh
fi

When ran the command source /usr/share/powerline/bindings/bash/powerline.sh it's work, but only for the terminal had executed the command, if closed the terminal and open again its not working!

Can anyone give a hint to help a solve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant