You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per the org.freedesktop.udisks2.ata-check-power UDisks2 Polkit policy, ATA power-check calls from inactive users require privilege elevation.
The udisks_drive_ata_call_pm_get_state_finish call in plugins/udisks2/is-udisks2-plugin.c triggers the said privilege elevation, thus causing several authentication prompts to appear after unlocking the session.
Edit: it also seems to occur with udisks_drive_ata_call_smart_update_finish and a couple other methods, hence the several authentication prompts showing up after unlocking.
The text was updated successfully, but these errors were encountered:
Can you confirm which desktop environment you are running and whether you are using the snap or if you built this yourself (or whatever means you used to install indicator-sensors)?
As per the
org.freedesktop.udisks2.ata-check-power
UDisks2 Polkit policy, ATA power-check calls from inactive users require privilege elevation.The
udisks_drive_ata_call_pm_get_state_finish
call in plugins/udisks2/is-udisks2-plugin.c triggers the said privilege elevation, thus causing several authentication prompts to appear after unlocking the session.Edit: it also seems to occur with
udisks_drive_ata_call_smart_update_finish
and a couple other methods, hence the several authentication prompts showing up after unlocking.The text was updated successfully, but these errors were encountered: