nautilus-pdf-tools icon indicating copy to clipboard operation
nautilus-pdf-tools copied to clipboard

Update to nautilus-4.0

Open redscorpse opened this issue 11 months ago • 0 comments

Please, add compatibility with nautilus 4.0. Even after modifying its version from 3.0 -> 4.0 the installation process exits with errors. I've tried to install it in a docker container and I get the following output after trying to run it:

root@e740e59d6a28:~/nautilus-pdf-tools# export LANG=C
root@e740e59d6a28:~/nautilus-pdf-tools# nautilus
** Message: 12:20:52.536: Connecting to org.freedesktop.Tracker3.Miner.Files
MESA: error: Failed to query drm device.
libGL error: glx: failed to create dri3 screen
libGL error: failed to load driver: iris
/usr/lib/python3/dist-packages/gi/module.py:163: Warning: g_boxed_type_register_static: assertion 'g_type_from_name (name) == 0' failed
  g_type = info.get_g_type()
/usr/lib/python3/dist-packages/gi/module.py:163: Warning: g_once_init_leave: assertion 'result != 0' failed
  g_type = info.get_g_type()
/usr/lib/python3/dist-packages/gi/module.py:197: Warning: g_type_get_qdata: assertion 'node != NULL' failed
  type_ = g_type.pytype
^C

Also outside from docker I obtain the same errors.

redscorpse avatar Mar 26 '24 15:03 redscorpse