Elia Argentieri

Results 33 comments of Elia Argentieri

That's a good idea. In the longer run, I was thinking to rewrite the GUI using libadwaita, remove GtkTreeView (it' buggy and ugly) and switch to some cooler widget with...

Yes, I mean, nice animations should come for free with libadwaita. The important thing is to improve usability.

Thanks for your contribution! The -u option was added in efibootmgr 18, which [was released recently](https://github.com/rhboot/efibootmgr/releases/tag/18). This program is not compatible with the new output format (I get lots of...

Well, I think you should [install Gtk 4.0 libraries](https://www.gtk.org/docs/installations/linux). I will update the README.

I see. Thanks for reporting this issue, but I'm afraid I can't do much. Maybe I should just revert to GTK3 given that there are bugs with the treeview too...

I kept the names used in EFI parlance, but I agree they are not really user friendly.

Could you run these two commands? `python -c 'import locale; print(locale.getpreferredencoding(False))'` and `python -c 'import locale; print(locale.getpreferredencoding(True))'`

What about `cat /etc/lsb-release /etc/locale.conf`, `python --version`?

Your distribution (Ubuntu 20.04) is still using python 2 as a default... try again with python 3, like this `python3 --version`, `python3 -c 'import locale; print(locale.getpreferredencoding(False))'`, `python3 -c 'import locale;...