Integrated "Terminal is not fully functional"
kevincianfarini opened this issue · 1 comments
kevincianfarini commented
When using the integrated terminal, trying to use git complains that I'm working in a non fully functioning terminal.
$ git branch
WARNING: terminal is not fully functional
- (press RETURN)
$ git branch
WARNING: terminal is not fully functional
- (press RETURN) feat/multi-viewholder
feat/post-sort
* feat/subreddit-search
master
trying to diagnose the problems leads me t believe that it doesn't have anything to do with $TERM
since both my GNOME terminal and the integrated terminal use xterm-256color
.
$ echo $TERM
xterm-256color
Comparatively, the intellij community flatpak doesn't have this issue. I'm not quite sure why.
gabibbo97 commented
Can you please try out this build flatpak install https://dl.flathub.org/build-repo/10623/com.google.AndroidStudio.flatpakref from my PR #58 and tell me if it works?