conceptualspace / yet-another-speed-dial

a modern speed dial for chrome, edge and firefox
Other
184 stars 33 forks source link

no starting with "yasd" #6

Closed klausph closed 5 years ago

klausph commented 5 years ago

hi if I use keyboard with CTRL+t I get:

moz-extension://cc55cf6b-9eca-4499-9878-dfea210b545e/index.html in German: Zugriff auf die Datei wurde verweigert Die Datei auf moz-extension://cc55cf6b-9eca-4499-9878-dfea210b545e/index.html ist nicht lesbar. Sie wurde möglicherweise entfernt, verschoben, oder Dateiberechtigungen könnten den Zugriff verhindern.

its noit possible to use yet-another-speed-dial what have I to do?

Thanks a lot Yours Klaus Lehmann

conceptualspace commented 5 years ago

It sounds like you could have another addon overriding the speed dial, or you are browsing in private mode and need to enable it.

Instructions for how to allow addons in private browsing are here:

https://support.mozilla.org/en-US/kb/extensions-private-browsing

Alternatively, removing and re-installing Yet Another Speed Dial may also resolve the issue.

Hope that helps, and thanks for trying the addon!

conceptualspace commented 5 years ago

Oh sorry I see now, I just translated your message from the German and see it was an error message.

Do other extensions work?

Some users report this error could be related to storing your user profile on a remote drive or using firefox in an enterprise environment. Do you know if that applies to your situation? Can you confirm what OS and version of Firefox you are running?

Thanks

klausph commented 5 years ago

a. its allowed to browse in privat modus.

b. deinstall. firefox off, and firefox and "yet-another-speed-dial" installed. same story: Zugriff auf die Datei wurde verweigert Die Datei auf moz-extension://5ddc8304-125c-4d9e-ac32-faf9ace2f4c3/index.html ist nicht lesbar. Sie wurde möglicherweise entfernt, verschoben, oder Dateiberechtigungen könnten den Zugriff verhindern. info: I'm working since many years with firefox-nightly! every day a new version. on windows10-prof. thanks. Klaus

conceptualspace commented 5 years ago

I'm inclined to think a bug/misconfiguration exists somewhere in FF that is preventing it from accessing the extensions directory. Since FF itself creates the appropriate directories for extensions rather than the addon I don't think there is anything I can do from the application side.

You could manually check the file permissions of the extension file and make sure your user has access:

C:\Users\<USERNAME>\AppData\Roaming\Mozilla\Firefox\Profiles\<ID>.default\extensions

Another thing you could try is creating a new firefox user profile. You will want to backup your existing profile first. Then see if the addon works with the new profile. And I would disable any other extensions to make sure there is no conflict:

https://support.mozilla.org/en-US/kb/profile-manager-create-remove-switch-firefox-profiles

Good luck!