Frodo45127 / rpfm

Rusted PackFile Manager (RPFM) is a... reimplementation in Rust and Qt5 of PackFile Manager (PFM), one of the best modding tools for Total War Games.
MIT License
357 stars 57 forks source link

"About" -> "Check Updates" button stopped working on Ubuntu 22.04.3 LTS since around 4.2 #279

Closed ilia-sharafutdinov closed 8 months ago

ilia-sharafutdinov commented 8 months ago

After pressing "About" -> "Check Updates" button, an error message appears, reading:

No such file or directory (os error 2)

Screenshot from 2023-11-26 20-47-02

Frodo45127 commented 8 months ago

No idea about this one. It's not reproducible in arch, and I neither use nor provide an ubuntu package. My guess it's is missing the new ui template file for the updater, which is the only file I remember that's loaded when opening the update manager, but that's on the linux release package and on the arch pkgbuilds, so don't know.

ilia-sharafutdinov commented 8 months ago

It worked! Thanks so much!