Jump to content

[Resolved] 6.6.7 Terminal doesn't show text


rpj2

Recommended Posts

Opening the Terminal window shows a black screen (tested on Safari and Chrome). If I do an ls with color, then I can see stuff. Attached is a screenshot and diagnostics. Here is my bash profile:

 

# console coloring for kool kids

PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '

 

# if this is an xterm set the title to user@host:dir

case "$TERM" in

xterm*|rxvt*)

    PS1="\[\e]0;\u@\h: \w\a\]$PS1"

    ;;

*)

    ;;

esac

 

# impersonate a user

alias user="su -ls /bin/bash"

 

alias v="ls -lA"

media-diagnostics-20190330-2104.zip

terminal.png

 

Played around with ttyd and ended up realizing it was a canvas fingerprint blocker that was causing the issue.

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...