Nautilus does not start

This error:
GTK 2/3 symbols detected. Using GTK 2/3 and GTK 4 in the same process is not supported

I use ldd:
ldd -d /opt/nautilus/bin/nautilus | grep gtk

  • libgtk-4.so.1 => /lib64/libgtk-4.so.1 (0x00007f486ffd7000)*
  • libportal-gtk4.so.1 => /lib64/libportal-gtk4.so.1 (0x00007f486fa64000)*
  • libgtk-3.so.0 => /lib64/libgtk-3.so.0 (0x00007f486ef83000)*

What can be done?

You need to figure out why your nautilus is linking to both GTK 3 and GTK 4 at the same time. Can’t do that. Since it’s a custom build under /opt, not provided by a distributor, presumably you are the only person who can figure out why this happened. :wink: Most likely you’re mixing incompatible versions of dependencies.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.