Ewout van Mansom

Results 147 comments of Ewout van Mansom

Not when using system-wide installed extensions. Still need to restart session when using that installation method.

Also experiencing this with [`dash-to-dock`](https://github.com/micheleg/dash-to-dock) enabled. May be related to a similar case?

> Good day, > > please try 0.1.4, it should now skip devices with smartctl errors. Appreciate the fix! No longer crashes! :+1: Digging further, it's `smartctl` that crashes with...

> JSON looks fine but I guess the problem is that invalid pointer is printed to stdout. can u run smartctl with 2>/dev/null and check the output? It does the...

> then I guess the prob. is with exit code. can u give echo $? plz ```console root@enthoo ~ # shd -y : /dev/nvme1Unable to get device /dev/nvme1 info: EOF...

> no, mean running smartctl directly Woops. Brainfart there. Apologies. Here you go: ```console [1] 33599 abort sudo smartctl -a /dev/nvme1 -j 2> /dev/null 134 ewout@enthoo ~ % echo $?...

Checking for D-Bus service presence of [rfjakob/systembus-notify](https://github.com/rfjakob/systembus-notify), and utilizing it to alert the user when available would resolve this issue.

> Does it necessarily need to be PO files or would something like `.yml` files also work? A quick search for i18n solutions for Rust turned up https://crates.io/crates/rust-i18n. Given it's...

[kellpossible/cargo-i18n](https://github.com/kellpossible/cargo-i18n) could be utilized for localization.

Manually modifying the dconf `/org/gnome/settings-daemon/plugins/color/night-light-temperature` to e.g. `1200` yields similar behavior as the Amber color tone. One option could be disabling the overlay for that specific color tone, and relying...