canonical / firmware-updater

An experimental firmware updater UI based on fwupd
GNU General Public License v3.0
110 stars 17 forks source link

fix: Move logfile to snap-friendly location #293

Closed aleasto closed 1 week ago

aleasto commented 3 months ago

Copy the same logfile location as app-center: ~/.local/share/$NAME which inside snap resolves to: /home/$USER/snap/$NAME/current/.local/share/$NAME

Also remove the debug level logic because that duplicates the default behaviour.

Fixes: #242

d-loose commented 1 week ago

Just doing a bit of a cleanup here and re-discovered this fix :) Would you mind signing your commit, @aleasto?

d-loose commented 1 week ago

Thank you!