fix: file dialog defaults to home dir instead of /etc/ssl/certs #208

Merged
forbes merged 1 commits from fix/file-dialog-default-path into main 2026-02-14 19:10:39 +00:00
Owner

Fixes #203

Problem

The CA certificate file browser in the Silo database settings dialog hardcoded /etc/ssl/certs as the fallback directory. When the cert input field was empty, the file dialog opened to a confusing system directory.

Fix

Changed the fallback from /etc/ssl/certs to os.path.expanduser("~") (user home directory). When a certificate path is already set, the dialog still opens to its parent directory.

Fixes #203 ## Problem The CA certificate file browser in the Silo database settings dialog hardcoded `/etc/ssl/certs` as the fallback directory. When the cert input field was empty, the file dialog opened to a confusing system directory. ## Fix Changed the fallback from `/etc/ssl/certs` to `os.path.expanduser("~")` (user home directory). When a certificate path is already set, the dialog still opens to its parent directory.
forbes added 1 commit 2026-02-14 18:50:24 +00:00
fix: update silo submodule — cert browser default path (#203)
Some checks failed
Build and Test / build (pull_request) Has been cancelled
172f5cddee
forbes merged commit abc53e6b93 into main 2026-02-14 19:10:39 +00:00
forbes deleted branch fix/file-dialog-default-path 2026-02-14 19:10:40 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/create#208