cvfosammmm / Setzer

LaTeX editor written in Python with Gtk
https://www.cvfosammmm.org/setzer/
Other
388 stars 34 forks source link

Incorrect dependency in the README? #346

Closed eliotalanfoss closed 1 year ago

eliotalanfoss commented 1 year ago

Hello, I was trying to run Setzer natively on Debian 12, but when trying to run the program I got a "ValueError: Namespace WebKit2 not available for version 4.1". After inquiring with ChatGPT, it suggested I install the gir1.2-webkit2-4.1 package instead of the suggested gir1.2-webkit2-4.0 in the README file. After doing this and removing the 4.0 package, Setzer was able to start with no error message. Is this correct? Should I be using webkit2 4.1?

oscfdezdz commented 1 year ago

Yes, it's the required version. I'll open a PR to change it in the README.