Pop Metal artists
Anyone have recommendations of pop metal artists like Vana, Scene Queen, Poppy (I Disagree era), Baby Metal?
I have a really hard time finding artists with this style of music, but those are some of my favorites
Anyone have recommendations of pop metal artists like Vana, Scene Queen, Poppy (I Disagree era), Baby Metal?
I have a really hard time finding artists with this style of music, but those are some of my favorites
When I try to change a default application either from system settings or a file properties I get this error:
EDIT:
I managed to fix it, the file was immutable for some reason I think?
These commands fixed it:
sudo chattr -i ~/.config/mimeapps.list
sudo chmod 777 ~/.config/mimeapps.list
sudo chown $USER:$USER ~/.config/mimeapps.list
that did change the permissions but didn't change the ownership for some reason, then I ran
sudo chown *my username* ~/.config/mimeapps.list
And that worked