The problem is that my terminals not work great anymore. The typing is very bad in terminal and each command response not if I press a key. Sometimes the command runs but it ends not, but when I hit enter the prompt comes back, if I think the command should be done.
So, what I have done to solve my problem, but still not figured out what the problem is.
# System up to date and some software repaired and missing packages reinstalled.
sudo apt-get update
sudo apt-get -y upgrade
sudo apt-get install --reinstall gnome-software gsettings-desktop-schemas gconf2
sudo apt-get install -f
I check the journal and found some errors and cleared it with the commands above.
sudo journalctl -x
The issue with the terminals without any config files still present.
env -i bash --noprofile --norc
export TERM=xterm
export TERM=linux
export TERM=xterm-256color
The exports needed if they do not there htop or ranger would not run.
# Debugging is also not shows up errors.
bash -x
# Result is alright - no errors found
sudo smartctl -t short /dev/sda
sudo smartctl -l selftest /dev/sda
The work with these apps is absolute not good anymore. The refresh of the programs output is only possible with a key hit.
tmux
htop
ranger
apt-get
etc.
That is my snap list if it is important for my problem.
snap list --all
Name Version
bare 1.0
chromium 123.0.6312.86
chromium-ffmpeg 0.1
core 16-2.61.2
core18 20231027
core20 20240111
core22 20240111
cups 2.4.7-3
docker 24.0.5
firefox 124.0.1-1
gnome-3-26-1604 3.26.0.20221130
gnome-3-28-1804 3.28.0-19-g98f9e67.98f9e67
gnome-3-34-1804 0+git.3556cb3
gnome-3-38-2004 0+git.efb213a
gnome-42-2204 0+git.510a601
gnome-system-monitor 45.0
gtk-common-themes 0.1-81-g442e511
hunspell-dictionaries-1-7-2004 1.7-20.04+pkg-6fd6
mesa-core20 21.2.6
snap-store 41.3-77-g7dc86c8
snapd-desktop-integration 0.9
I downloaded the latest Ubuntu 22.04.4 Desktop iso and made a Live-USB. In the live system is not this issue.
So. What kind of error I missing? Or what I forget to check?