Tilix Nautilus Plugin doesn't work

Any ideas / workarounds?

Not a Silverblue-specific issue. I’m using normal Fedora Workstation, and the plugin doesn’t start.

I found a bug report related to this issue:
https://bugzilla.redhat.com/show_bug.cgi?id=1636626

This command solve it for me, but causes the menu to show “Open Tilix Here” twice:
sudo ln -s /usr/lib64/libpython3.7m.so.1.0 /usr/lib64/libpython3.7.so.1.0

That page also mentions that removing python2-nautilus might work (and be a nicer solution).

tilix-nautilus depends on python2-nautilus.

I installed python3-nautilus and managed to remove python2-nautilus without removing dependent packages, but the issue remains:

g_module_open libpython failed: /usr/lib64/libpython3.7.so.1.0: cannot open shared object file: No such file or directory

Solved in the last dnf upgrade :relieved:

Installing dependencies:
 nautilus-python          x86_64 1.2.2-1.fc29                     updates  29 k
     replacing  python2-nautilus.x86_64 1.2.1-3.fc29
1 Like