Snaps certainly have some nice benefits but, when it comes time to get development work done, they have generally done little more than introduce friction. Generally, a snap is permitted to access the non-hidden contents of your home directory but, from the screenshot, something is clearly preventing this.
There are two options that I can think of to get around this:
Option 1 — Remove, then reinstall the snap with the "classic" mode option
This disables many of the container features that prevent snaps from running amok on your system, but generally works for many applications that need a little more access to the local file system.
Open "Files" and double-click on the MySQL Workbench download file to bring up the installer. Alternatively, if that doesn't work for some reason, then you can install the .deb via apt:
Snaps certainly have some nice benefits but, when it comes time to get development work done, they have generally done little more than introduce friction. Generally, a snap is permitted to access the non-hidden contents of your home directory but, from the screenshot, something is clearly preventing this.
There are two options that I can think of to get around this:
Option 1 — Remove, then reinstall the snap with the "classic" mode option
This disables many of the container features that prevent snaps from running amok on your system, but generally works for many applications that need a little more access to the local file system.
Option 2 — Remove the snap and install the
.deb
This will result in not having updates automatically installed on your system, but you will have an unrestricted application installed.
.deb
viaapt
:Hopefully one of these options will let you get some work done.