[Resolved] 6.6.7 Terminal doesn't show text


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.

Edited by rpj2
resolved
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.