Vanilla-OS / ABRoot

ABRoot is a utility that provides full immutability and atomicity to a Linux system, by transacting between two root filesystems. Updates are performed using OCI images, to ensure that the system is always in a consistent state.
http://abroot.vanillaos.org/
GNU General Public License v3.0
309 stars 24 forks source link

applications take very long to start #302

Closed taukakao closed 4 months ago

taukakao commented 4 months ago

Issue Description

After logging out and back in, applications launched through GNOME take a very long time to start.

Steps to Reproduce

On what version of Vanilla OS this happens?

Unreleased

mirkobrombin commented 4 months ago

Just tested, same issue here but only flatpak(s) and native gtk apps on my side

Guztaver commented 4 months ago

same here, apps take 2min just to start showing up. but, to me, just occurs when log out and log in.

I'm using Vanilla Orchid

taukakao commented 4 months ago

Maybe related:

When this happens and you're shutting down, xdg-document-portal.service fails to quit completely. The logs of xdg-document-portal say: fusermount3: failed to open /etc/mtab: No such file or directory

taukakao commented 4 months ago

Yeah, seems like this is related to the broken symlink /etc/mtab.

Guztaver commented 4 months ago

Yeah, seems like this is related to the broken symlink /etc/mtab.

in my pc, this symlink is just normal. image

taukakao commented 4 months ago

@Guztaver You're inside a container with a seperate /etc (You can see it with host-shell file /etc/mtab)

The problem is that /etc/mtab of the host is reset on every boot. So changing it once doesn't help.

Guztaver commented 4 months ago

host-shell file /etc/mtab

Yeah, now I see that the link is broken. image