octogit icon indicating copy to clipboard operation
octogit copied to clipboard

Bad visualization with "issues" in Ubuntu

Open THeK3nger opened this issue 12 years ago • 8 comments

I'm trying this software on Ubuntu 12.04 but this is how issues are shown in standard terminal. I think that is a character encoding problem but I don't know how to fix it.

#1  Add "Next Turn" button                                                           [31m[39m 
                                                                                  [31m[[39m 
                                                                                  [31m3[39m 
                                                                                  [31m1 
                                                                                  [31mm[39m 
                                                                                  ( 
                                                                                  T 
                                                                                  H 
                                                                                  e 
                                                                                  K 
                                                                                  [31m3[39m 
                                                                                  n 
                                                                                  g 
                                                                                  e 
                                                                                  r 
                                                                                  ) 
                                                                                  [31m[39m 
                                                                                  [31m[[39m 
                                                                                  [31m3[39m 
                                                                                  9[39m 
                                                                                  m  

THeK3nger avatar Jul 16 '12 13:07 THeK3nger

what repository did this happen on?

myusuf3 avatar Jul 16 '12 23:07 myusuf3

I've only this repository with issues: https://github.com/THeK3nger/Wings-of-War

THeK3nger avatar Jul 17 '12 13:07 THeK3nger

I can confirm this issue, on my two comps running ubuntu 12.04. I can't pin point when it happens, but right now it is happening https://github.com/amejias101/idea-gen and https://github.com/amejias101/alexismejias2. Altough it has been happening on and off

#12  make menu animation smoother                                                     [31m[39m 
                                                                                  [31m[[39m 
                                                                                  [31m3[39m 
                                                                                  [31m1 
                                                                                  [31mm[39m 
                                                                                  ( 
                                                                                  a 
                                                                                  [31mm[39m 
                                                                                  e 
                                                                                  j 
                                                                                  i 
                                                                                  a 
                                                                                  s 
                                                                                  [31m1 
                                                                                  0 
                                                                                  [31m1 
                                                                                  ) 
                                                                                  [31m[39m 
                                                                                  [31m[[39m 
                                                                                  [31m3[39m 
                                                                                  9[39m 
                                                                                  m  

#10 truely responsive images [31m[39m [31m[[39m [31m3[39m [31m1 [31mm[39m ( a [31mm[39m e j i a s [31m1 0 [31m1 ) [31m[39m [31m[[39m [31m3[39m 9[39m m

alexdmejias avatar Jul 17 '12 14:07 alexdmejias

You're using gnome-terminal? The stray characters look like misintepreted ASNI escape sequences (for colouring)

Do you get the same mess just running "octogit"?

Also, if you run octogit issues | cat - does it look right? (that disables the colouring)

dbr avatar Jul 17 '12 16:07 dbr

If gnome-terminal is the default, then yes i;m using gnome-terminal. octogit works fine. when running octogit issues | cat the output is
#10 truely responsive images ( a m e j i a s 1 0 1 )

alexdmejias avatar Jul 17 '12 17:07 alexdmejias

What's the value of $TERM and are your dotfiles public? Do you override $TERM anywhere?

richo avatar Jul 17 '12 17:07 richo

echo $TERM - > xterm.

dont know what you mean by public and by overriding them

alexdmejias avatar Jul 17 '12 18:07 alexdmejias

I had this issue also few weeks ago. But somehow it worked again after some days.

posativ avatar Jul 17 '12 18:07 posativ