Open CalebWhiting opened 3 years ago
Greetings @CalebWhiting!
Thank you for reporting your issue. The Browser won't delete your documents. As for the browser not running, can you try running /snap/pocket-browser/current/pocket-browser
in your terminal and send the result?
Kind Regards, AhmadHrb Pocket Team.
Interesting, that does work.
# As you can see this command ommits nothing
caleb@caleb-whiting:~$ pocket-browser
# However this one does
caleb@caleb-whiting:~$ /snap/pocket-browser/current/pocket-browser
Error occurred in handler for 'GUEST_VIEW_MANAGER_CALL': Error: ERR_ABORTED (-3) loading 'https://duckduckgo.com/'
at rejectAndCleanup (electron/js2c/browser_init.js:213:985)
at Object.navigationListener (electron/js2c/browser_init.js:213:1291)
at Object.emit (events.js:327:22) {
errno: -3,
code: 'ERR_ABORTED',
url: 'https://duckduckgo.com/'
}
It appears that /snap/bin/pocket-browser is a bad symlink?
caleb@caleb-whiting:~$ which pocket-browser
/snap/bin/pocket-browser
caleb@caleb-whiting:~$ readlink -f $(which pocket-browser)
/usr/bin/snap
That's usually handled by snap and not the browser itself, I don't think I can do anything to prevent that from happening. Can't you open the browser from the start menu? I believe the latest build broke the category making the browser not appear in the start menu on some systems due to unrecognized category. It will be fixed in the next update.
The desktop file doesn't open for me either.
caleb@caleb-whiting:~$ cat /var/lib/snapd/desktop/applications/pocket-browser_pocket-browser.desktop
[Desktop Entry]
X-SnapInstanceName=pocket-browser
Name=Pocket Browser
Exec=env BAMF_DESKTOP_FILE_HINT=/var/lib/snapd/desktop/applications/pocket-browser_pocket-browser.desktop /snap/bin/pocket-browser %U
Terminal=false
Type=Application
Icon=/snap/pocket-browser/10/meta/gui/icon.png
StartupWMClass=Pocket Browser
Comment=An open-sourced browser
Categories=Internet;
caleb@caleb-whiting:~$ readlink -f /snap/bin/pocket-browser
/usr/bin/snap
caleb@caleb-whiting:~$
as you can see it points to /snap/bin/pocket-browser
, which is the bad symlink
General Information: Nothing happens when attempting to open pocket-browser.
Describe the bug: When attempting to open pocket-browser either by opening from the desktop, or command line, nothing happens, absolutely nothing, no errors, no messages.
Expected behavior: Opening the pocket browser application, or failing that I would expect some kind of error to be displayed.
Screenshots:
Steps: Install the snap, attempt to open
Additional context: /mnt/pool/documents is a ZFS pool, which is symlinked to from ~/Documents I might be reading this wrong, but it appears that it's trying to remove my documents? If this is the case, then that's rather astonishing.
Log:
syslog:
dmesg: