New comment by toluschr on void-packages repository https://github.com/void-linux/void-packages/pull/21382#issuecomment-626358307 Comment: I launch my GNOME using this ```sh export XDG_CURRENT_DESKTOP=GNOME export XDG_SESSION_TYPE=x11 export GDK_BACKEND=x11 exec dbus-launch --exit-with-session gnome-session ``` The `dbus-launch` makes webbrowsers, like chromium able to launch nautilus when clicking `Show in folder`. At least it does on my system.