Re: Artix XFCE ISO is somehow borked
Reply #8 –
It looks like the relevant rule in "/etc/polkit-1/rules.d/99-artix.rules" is this one:
polkit.addRule(function(action, subject) {
if (action.id.indexOf("org.freedesktop.udisks2.") == 0 && subject.isInGroup("storage")) {
return polkit.Result.YES;
}
This would suggest your user isn't in the the "storage" group, as described here near the top of the page, so creating the mounting problems:
https://wiki.artixlinux.org/Main/Configuration