d4nj1 / TLPUI

A GTK user interface for TLP written in Python
GNU General Public License v2.0
1.08k stars 83 forks source link

Add support for TLP 1.6 #135

Closed d4nj1 closed 11 months ago

d4nj1 commented 11 months ago

As first TLP 1.6 beta was released, TLPUI should add support for it.

DoD:

d4nj1 commented 11 months ago

Hi, I just released a new version that supports TLP 1.6 It would be nice if someone else would test and report back if you encounter any errors:

https://github.com/d4nj1/TLPUI/releases/tag/tlpui-1.6.0

Thanks in advance

dretyuiop commented 11 months ago

I encountered this error on Arch Linux, using tlpui package.

gi.repository.GLib.GError: g-file-error-quark: Failed to open file “/usr/lib/python3.11/site-packages/tlpui/icons/flags/fr_FR.png”: No such file or directory (4)

It seems the png file for france flag is missing, I also tested with the release on github and had the same problem. So, I think you forgot to add the france flag png.

d4nj1 commented 11 months ago

Thanks @dretyuiop , that was indeed missing. I forgot to add to git. I just committed so please retry if possible.

dretyuiop commented 11 months ago

It works perfectly. Thanks for your time and effort building this :)

d4nj1 commented 11 months ago

Project is compatible with TLP 1.6 now. Flathub build system will release the new version soon.