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
Clicking on the setting's button of the extension, the following error is thrown, since I installed the extension on a read-only file system.
This exception could be prevented by changing the mpris cache to /tmp or the user's XDG_CACHE instead of the extension's location on the file system.
(If you are wondering why the extension is on a read-only file system, this is because my packet manager, nix, place everything on a global read-only file system).
Had a quick look and yes, it is just a few lines to fix this. I am a bit busy right now, and I want to do some other things too before pushing another version but I am on it.
Hello,
Clicking on the setting's button of the extension, the following error is thrown, since I installed the extension on a read-only file system.
This exception could be prevented by changing the mpris cache to /tmp or the user's XDG_CACHE instead of the extension's location on the file system.
(If you are wondering why the extension is on a read-only file system, this is because my packet manager, nix, place everything on a global read-only file system).
If you want, I can open a PR to fix this, running a quick search holds only 3 lines to update.
The text was updated successfully, but these errors were encountered: