Rss

  • youtube
  • linkedin
  • google

Archives for : Ubuntu

Chrome freezing on Ubuntu 22.02 Jammy Jellyfish

I’ve updated recently my Laptop with Ubuntu from 20.02 to 22.02 through apt in command line and after did it, my Chrome installed has a annoyng behavior. Every time that a download modal appears to save attachments or even to upload a file, Chrome stops working, freezing all tabs and menus.

Its possible to quit on right click on favorites or dock and reopened but the issue keeps occuring.

After a lot of searches I found this page and this comment and did the solution explained there and finally the problem was solved until now.

The solution

Just turn off input feedback sounds.

You can do this through command line:

$ dconf write /org/gnome/desktop/sound/input-feedback-sounds false

Or using dconf-editor

I hope that help someone!

Docker on Ubuntu. Service nginx failed to build: ADD failed: stat /var/lib/docker/tmp/docker-builder(…)/startup.sh: no such file or directory

Docker in Ubuntu

Sometimes, when using Laradock, this error occurs after trying a container rebuild with no such file or directory message on docker-compose up -d –build nginx command.

Its not clear to me what is the actual issue, but running the command with sudo, we can run it sucessfully.

Seems that the regular user need access rights to directory /var/lib/docker/tmp/ but do not have. So, running with sudo the trouble is bypassed and the build can finished normally.

After build containers with sudo, is possible to unload it and reload without sudo.