0.6.1: fix Firewall silent failures and Snapshots error messaging
Firewall's fetch_status() discarded stderr/exit code on failure, so a failed pkexec call (e.g. no polkit agent in the session) left the page silently stuck on "Status not loaded" with no indication anything went wrong. Now surfaces the actual failure reason, and attaches the previously-invisible per-action log buffer to a visible TextView (matching the Packages page's existing pattern). Snapshots' "No snapshots yet" empty state was shown identically whether snapper was genuinely unconfigured or the user just lacked permissions (a "No permissions." stderr) -- now distinguishes the two.
This commit is contained in:
parent
121e93d273
commit
783f7460bf
4 changed files with 153 additions and 52 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bos-settings"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue