Elia Argentieri

Results 33 comments of Elia Argentieri

What if you run `env LANG=C python3 efibootmgr_gui.py`? It should run fine. The thing is that your system is setup to output non UTF-8 encoded text. Maybe if you post...

I'm clueless... according to python your system uses an UTF-8 encoded locale, then it fails... :thinking: Still, I'd like to know what the `locale` command tells you.

Thanks. You might be right, it could be that efibootmgr outputs the content of the nvram directly and that content is not utf-8. I'll look into that.

@pavkamlc could you redirect the output of `efibootmgr -v` in a file, so that I can properly see the bytes. Like `efibootmgr -v > efibootmgr.log` and attach the file here...

Hi, I'm sorry to hear that. Have you tried to clear CMOS, to at least restore the EFI functionality? Can you post the output of `efibootmgr -v`?

I need more information. Please fill the [template](https://github.com/Elinvention/gnome-shell-extension-nasa-apod/blob/master/.github/ISSUE_TEMPLATE/bug_report.md).

@marcfj I checked the code and the date parameter gets passed only if you have a pinned background, in which case we are sure the date is correct because the...

I don't know if gnome supports this feature and I don't have a second monitor to test this. I'll leave this issue open, just in case someone knows more...