Hi, after an update from a couple of weeks ago some of my apps take up to a full minute to open… I updated using pamac manager and i do have some aur packages.
I tried opening them with a terminal but nothing shows up for that whole minute until they manage to start…
The apps seem to be using gtk as far as i understand and they all work after that delay except spotify, which just shows a black screen after the delay in opening. Vivaldi-stable is from the official repository and it also takes a lot of time to open (~20 seconds) even if it’s already open and i try to open a link using xdg-open…
all i can see with strace is just a flood of these calls:
[pid 3804658] 11:30:00.964560 futex(0x7f0f8412d7c0, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, {tv_sec=1656408601, tv_nsec=63452378}, FUTEX_BITSET_MATCH_ANY <unfinished ...>
[pid 3804626] 11:30:00.976425 <... epoll_wait resumed>[{events=EPOLLIN, data={u32=78019380, u64=78019380}}], 128, -1) = 1
[pid 3804626] 11:30:00.976621 clock_gettime(CLOCK_REALTIME, {tv_sec=1656408600, tv_nsec=976685676}) = 0
[pid 3804626] 11:30:00.976994 timerfd_settime(51, 0, {it_interval={tv_sec=0, tv_nsec=0}, it_value={tv_sec=300, tv_nsec=0}}, {it_interval={tv_sec=0, tv_nsec=0}, it_value={tv_sec=0, tv_nsec=0}}) = 0
[pid 3804626] 11:30:00.977378 clock_gettime(CLOCK_MONOTONIC, {tv_sec=33426, tv_nsec=714940920}) = 0
[pid 3804626] 11:30:00.977582 clock_gettime(CLOCK_REALTIME, {tv_sec=1656408600, tv_nsec=977610442}) = 0
[pid 3804626] 11:30:00.977665 clock_gettime(CLOCK_REALTIME, {tv_sec=1656408600, tv_nsec=977684963}) = 0
[pid 3804626] 11:30:00.977746 timerfd_settime(51, 0, {it_interval={tv_sec=0, tv_nsec=0}, it_value={tv_sec=0, tv_nsec=48926000}}, {it_interval={tv_sec=0, tv_nsec=0}, it_value={tv_sec=299, tv_nsec=999307595}}) = 0
which i don’t really understand. I can include full log if needed…
Journalctl didn’t seem to contain anything useful either.
the closest thing i managed to find while searching around is a page ( which i apparently can’t link ) on the arch support forum, but they were talking about things like gcolor3, some desktop portal thing etc which i have none of those installed… So i don’t know what to do and no solutions in that thread worked for me.
I have no idea how to fix this, nor how to better troubleshoot, i’d appreciate any help. Thanks.