Score:0

Ubuntu Google chrome, Source tab not working

aw flag

I have Ubuntu version 20.04.6 LTS (Focal Fossa) . I removed the old packages

sudo apt autoremove

Then I updated Ubuntu with the command

sudo apt-get update

Then installed docker

docker compose version
sudo apt remove docker-desktop
rm -r $HOME/.docker/desktop
sudo rm /usr/local/bin/com.docker.cli
sudo apt purge docker-desktop
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
echo   "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo chmod a+r /etc/apt/keyrings/docker.gpg
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin

And in my working directory I changed all the pros to the pros of my user with the command

sudo chown -R $(id -u -n):$(uid -u -n) /home/$(id -u -n)

then removed the package

sudo apt remove xserver-xorg-input-synaptics

and installed the library sudo apt install xserver-xorg-input-libinput Now my chrome tab "Source" is not working

enter image description here

ma flag
I haven't done all that, my chrome source tab isn't working after the latest Ubuntu update.
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.