Open mkarliner opened 3 years ago
I got stuck on the same after following installation of extension as well as osxfuse.
Not sure if output from cli needs to update manifest?
./install.sh chrome glfocakjmkfkcglpipmpeachmnikofak
?
System reference:
Same error here, trying to install this on a RaspberryPi 4 with latest RaspberryPi OS.
Me too.
I got rid of the highlighted error by commenting out the section for browser_specific_settings
:
// ,
// "browser_specific_settings": {
// "gecko": {
// "id": "tabfs@rsnous.com"
// }
// }
and reloading under chrome://extensions
:
Note that browser_specific_settings
is not supported as a key in manifest.json under Chrome.
Huh, that's strange. My experience has been that I do get this error but it doesn't actually matter. (you can see that it just has a warning icon next to it)
The real problem is the native host failing, and that's (I would guess) for unrelated reasons. Can you try running the native host straight from the command line? fs/tabfs
and tell me what the output is
Huh, that's strange. My experience has been that I do get this error but it doesn't actually matter. (you can see that it just has a warning icon next to it)
The real problem is the native host failing, and that's (I would guess) for unrelated reasons. Can you try running the native host straight from the command line?
fs/tabfs
and tell me what the output is
Here's what I get: Unmount failed for mnt {"op": "getattr", "path": "/"}
(I did change the -l in the makefile to -lfuse)
And here's the error I get from the Console: https://share.getcloudapp.com/yAuZnRj8
I'd add to my report that I get
$ ls mnt/ ls: : Device not configured
After running tabfs. I still get no console output.
should we change the issue or open a new one to avoid confusion about the warning?
OSX (sic) Mojave Chrome Version 88.0.4324.50 (Official Build) beta (x86_64)
I could build Tabfs, but on tunning ./tabfs I get the following output $ ./tabfs {"op": "getattr", "path": "/"}
And Chrome locks up. I have no out put on devtools on the chrome://extensions page