FC7
FC7
Unfortunately I just hit this issue while trying to configure a Webdav vault hosted on a Nextcloud server using a SSL certificate signed by an internal CA, on a Linux...
Just found a quick and dirty workaround for this issue. I tested this using the Linux AppImage package but it probably works on other platforms as well. Setting the environment...
I'm not sure this will solve the behavior mentioned in https://github.com/elementary/greeter/issues/502#issuecomment-1027732726 which I'm also suffering. This is how my `/etc/pam.d/common-auth` looks like for a long time now, as I'm also...
@vjr I tried adding nullok to both lines (howdy and fprintd) but it doesn’t help. If I enter my password before fingerprint auth times out the password field is greyed...
Worked on my fork and created the following commit to address this issue: https://github.com/casasfernando/Supermodel/commit/310276b88dd143eae063e70be3b63634851fce66 Any feedback or thoughts are welcome. Thanks.
Thanks for looking into this @trzy I really appreciate the feedback. Will add my comments below: 1. This sounds great, but in all honesty I don't have a clue on...
Makes sense. Thanks for the guidance. I will prepare something in the coming days and share it for review since I expect a few iterations before having some good code...
@trzy I followed your guidance. Take a look at the code here: https://github.com/casasfernando/Supermodel/commit/6eab89b715b9f2a45d0eab3af986ab8df0339b45 Notes: 1. I had to create a FileSystemPath.cpp for Windows under Src/OSD/Windows, instead of leaving it under...
Thanks for reviewing the PR @trzy. Indeed in my experience it's typical for applications to create their default files (e.g.: default config file) and directories automatically on first run, if...
Ah sorry for the confusion @trzy I didn't create the PR yet because I was waiting to finalize the discussion on the changes needed based on the feedback you already...