Hi! Christopher Baines skribis: > Liliana Marie Prikler writes: > >> Am Samstag, dem 01.10.2022 um 13:29 +0200 schrieb Tobias Kortkamp: >>> Hi, >>> >>> The problem seems to be that NAUTILUS_EXTENSION_PATH contains the >>> same path twice and that it tries to load KgxNautilus from each of >>> the paths: >>> >>> $ echo $NAUTILUS_EXTENSION_PATH >>> /run/current-system/profile/lib/nautilus/site- >>> extensions:/run/current-system/profile/lib/nautilus/site-extensions >>> >>> Running Nautilus like this works fine: >>> >>> $ NAUTILUS_EXTENSION_PATH=/run/current- >>> system/profile/lib/nautilus/site-extensions nautilus >> >> I only know of one thing setting this variable, that being nautilus' >> search-path. Do you by chance source some profile multiple times? > > There might be a related issue where there's duplicates in search paths, > I've tested in a simple VM and I see the duplication in > NAUTILUS_EXTENSION_PATH. > > Anyway, this probably should be something that doesn't cause nautilus to > segfault. Agreed! I don’t use GNOME and I don’t even know what KgxNautilus is, but here’s a patch that may fix this by ensuring Nautilus doesn’t load the same extension twice. Could you give it a spin and lemme know if it solves this issue?\ That’ll get us closer to a release. :-) Thanks, Ludo’.