Guake / Guake/guake

Display of the wrong number of columns of wttr.in weather report using bash.rc

Open
#767 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
4.7k
Forks
604
PR merge metrics
No merged PRs in 30d

Description

I am using Ubuntu 16.04 with the Unity Desktop.
My bash.rc includes some lines at the end of it as follows:
...
cowsay -f $(ls /usr/share/cowsay/cows/ | shuf -n1) $(fortune -ace /usr/share/games/fortunes)
echo -ne "${LIGHTGREEN}" "Hello, $USER. today is, "; date
echo -e "${LIGHTGREEN}"; cal -3;
curl wttr.in/Valladolid
weather LEVD

However, when Guake starts as a start-up programme, it shows as follows:
![guake](https://cloud.githubusercontent.com/assets/20362663/16707209/e118f2ba-45c6-11e6-9572-7e4a031a5c13.png)
As you can see, the wttr.in output is broken up to 80 columns. However, if I open a new tab, the problem desappears:
![guake2](https://cloud.githubusercontent.com/assets/20362663/16707217/1dc94700-45c7-11e6-9026-d5ec37e52f87.png)
I do not know why this happens. Please, some help would be appreciated. Thanks.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.