Invoking the command zoom (from the commandline or via the desktop icon) fails to start the zoom application. The script /opt/zoom.sh is trying to invoke /opt/zoom/zoom. However that file is missing. Looking at the contents of the distfile tar file shows a binary file zoom. Extracting and copying this file into /opt/zoom fixes the issue Reproducible: Always Steps to Reproduce: 1. enter zoom in the command line or click on Zoom in the application menu. Actual Results: The zoom application is not started Expected Results: Zoom application started As stated, there is a work around by extracting the 'zoom' binary from the tar file and putting it into /opt/zoom directory.
Created attachment 644918 [details] equery files zoom
# Contents of tar file $ tar tfa /var/cache/distfiles/zoom-5.1.412382.0614_x86_64.tar.xz |grep 'zoom$' zoom/zoom # Files installed via emerge. $ equery files zoom|grep 'zoom$' /usr/bin/zoom Contents of /usr/bin/zoom: ---- #!/bin/sh cd "/opt/zoom" && exec ./zoom "$@" ----
*** Bug 728402 has been marked as a duplicate of this bug. ***
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a119a5c98fddba331bbb32860ef038cde5c7ce5e commit a119a5c98fddba331bbb32860ef038cde5c7ce5e Author: Ulrich Müller <ulm@gentoo.org> AuthorDate: 2020-06-15 19:28:18 +0000 Commit: Ulrich Müller <ulm@gentoo.org> CommitDate: 2020-06-15 19:28:18 +0000 net-im/zoom: Install /opt/zoom/zoom. Closes: https://bugs.gentoo.org/728400 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Ulrich Müller <ulm@gentoo.org> .../{zoom-5.1.412382.0614.ebuild => zoom-5.1.412382.0614-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Fixed in -r1. Thank you for reporting!