To @kfunk @axet @troyready: That worked perfectly for me. Thank you so much!!!
For those like me for whom these are all magical incantations, here's my sequence aggregated from advice above: Press the Ubuntu/Super key and type "Software" and pick the one that is called "Software & Updates". On the first tab, make sure "source code" is checked. Then, open a terminal and paste the following (line by line up to the apt line, then the rest can go together): ``` apt-get build-dep snapd TMPDIR=$(mktemp -d) cd $TMPDIR apt-get -y source snapd sed -i 's/"http", "https", "mailto", "snap", "help"/"http", "https", "mailto", "snap", "help", "apt", "zoommtg", "slack"/' snapd-*/usersession/userd/launcher.go sed -i 's/!osutil.GetenvBool(reExecKey, true)/true/' snapd-*/cmd/cmd_linux.go cd snapd-* && dch -l$(hostname) fix_missing_app_types cd .. cd snapd-* && DEB_BUILD_OPTIONS=nocheck debuild -b -uc -us cd .. sudo dpkg -i snapd_*.deb sudo service snapd restart killall snap ``` -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1776873 Title: Whitelisted allowedURLschemes breaks some desktop apps To manage notifications about this bug go to: https://bugs.launchpad.net/snapd/+bug/1776873/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs