SublimeText / LaTeXTools

LaTeX plugin for Sublime Text
https://latextools.readthedocs.io/
2k stars 362 forks source link

Barckward search broken on evince (GTK4?) #1579

Open okennedy opened 1 year ago

okennedy commented 1 year ago

For at least a month now, control-clicking in evince has not been triggering forward/backward search. This is on several systems that were working properly at some point in the last three months, all running an up-to-date Pop!_OS (Linux, like Ubuntu).

I'm unsure how to debug LaTeXTools itself. journalctl --user only reports that the evince daemon has started... I'm not sure where to look for log messages from the daemon itself.

It might be helpful to note that several other of my synctex evince integrations appear to be broken as well. All of these appear to trace their lineage back to the gedit evince dbus daemon, which I believe is also the case for LaTeX tools. The immediate issue in virtually all of them appears to be that Gtk.main was removed in Gtk4, which Pop!_OS recently moved to.

If provided with some guidance, I'm happy to assist in debugging this issue

bf commented 1 year ago

I'm also affected by this

okennedy commented 1 year ago

For what it's worth, my current workaround has been to use Zathara, which supports synctex natively rather than via dbus daemon.