You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
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?
The text was updated successfully, but these errors were encountered: