I am using Ubuntu now for a year and a half or so and never had any problems with the opening speed of any program. But now, after installing 19.10 I experience some serious issues with the speeds some programs are opening. The programs don't seem to have anything in common and even weirder, IntelliJ IDE is actually loading up pretty fast compared to them, and IntelliJ uses by far more resources.
Also the slow packages aren't snaps.
Programs that start normally:
- Terminal
- Firefox
- IntelliJ
- Atom
- Libreoffice
Programs that have issues starting up:
- VLC Player
- Filezilla
- Moeditor
- VirtualBox
I was told to use the strace
command to see what calls are taking so long. I found that the following call occurs with all the slow starting programs:
poll([{fd=10, events=POLLIN}], 1, 25000
(The number fd=
is always some other one.)