André A. Gomes

Results 526 comments of André A. Gomes

@apsinthium please share you config file. ----- Could be related to 1871bd051.

On seconds thoughts, this may be because the Flatpak can't locate `keepassxc-cli`. @apsinthium what's the output of: ``` flatpak run engineer.atlas.Nyxt --eval "(serapeum:resolve-executable \"keepassxc-cli\")" --quit ```

@apsinthium you didn't enter the command as I've described. Did you escape the quotes? Please paste `flatpak run engineer.atlas.Nyxt --eval "(serapeum:resolve-executable \"keepassxc-cli\")" --quit`. I think you should see something along...

@apsinthium Now you did it correctly. [The output differs from the one above](https://github.com/atlas-engineer/nyxt/issues/3213#issuecomment-1759137788). -------- Two things here: 1. The password manager must error when the call `(executable interface)` returns `nil`...

The solution to 2. is to invoke the password manager as `flatpak-spawn --host keepassxc-cli`. But first I need to tweak the Flatpak settings. Then we can test it. Depends on...

@apsinthium are you still interested in testing the password facilities in the Flatpak distribution? For reference, Flatpak users need to prepend the executable they need to invoke with `flatpak-spawn --host`....

@apsinthium If you're not using the Flatpak, then it makes little sense. Thanks for the collaboration offer nonetheless! ------ For Flatpak users, I expected that the piece of configuration below...

There are 3 topics in this issue: - [X] Being able to run host commands while running Nyxt as a flatpak; - [ ] [Adding the possibility to set the...

@hgluka, my understanding is that @lansingthomas is asking to polish some rough edges when it comes to customization. Access with him what exactly he's requiring and whether it is possible...

My view is that we need to invest our time on the crux of the matter. All parameters from `common-settings` should have immediate effect. What proportion of them require restarting...