Announcement

Collapse
No announcement yet.

Zoom Join Issue

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Zoom Join Issue

    Hello,

    I am trying to make ZOOM (https://zoom.us) work in my Kubuntu 20.04 distro and I have always the same issue: when I try to join a meeting and I have introduced the data in the "Join a Meeting" windows and then I press "Join" it simply does nothing and I don't find any help on this issue.


    When I install it through the console it displays this:


    Code:
    [COLOR=#001be8]sudo dpkg -i zoom_amd64.deb 
           Seleccionando el paquete zoom previamente no seleccionado.
           (Leyendo la base de datos ... 260067 ficheros o directorios         instalados actualmente.)
           Preparando para desempaquetar zoom_amd64.deb ...
           Desempaquetando zoom (5.0.403652.0509) ...
           Configurando zoom (5.0.403652.0509) ...
           run post install script, action is configure...
           [B]Error in file           "/usr/share/applications/org.kde.kdeconnect_open.desktop":           "*/*" is an invalid MIME type ("*" is an unregistered media           type)[/B]
           Procesando disparadores para desktop-file-utils (0.24-1ubuntu2)         ...
           Procesando disparadores para mime-support (3.64ubuntu1) ...
           Procesando disparadores para shared-mime-info (1.15-1) ...
         [/COLOR]
    Maybe this is of help. I suspect that the problem may be in the MIME Type.


    I would much appreciate your help.


    Thank you for your help.

    #2
    I visited this url and made the fixes to the file it says:

    https://github.com/void-linux/void-p...caa154af6135b4

    although I just made the change od the following line:

    +MimeType=application/octet-stream;

    and the installation output seems ok:

    Code:
    sudo dpkg -i zoom_amd64.deb 
    Seleccionando el paquete zoom previamente no seleccionado.
    (Leyendo la base de datos ... 260065 ficheros o directorios instalados actualmente.)
    Preparando para desempaquetar zoom_amd64.deb ...
    Desempaquetando zoom (5.0.403652.0509) ...
    Configurando zoom (5.0.403652.0509) ...
    run post install script, action is configure...
    Procesando disparadores para desktop-file-utils (0.24-1ubuntu2) ...
    Procesando disparadores para mime-support (3.64ubuntu1) ...
    Procesando disparadores para shared-mime-info (1.15-1) ...
    But the join issue still exists.

    Comment


      #3
      Here is the application setting for zoom after my install of the same package you used:
      Click image for larger version

Name:	zoom_setting.jpg
Views:	1
Size:	61.3 KB
ID:	644738

      Here are the contents of my zoom.profile text file, what zoom put in my home account.
      Code:
      noblacklist ~/.config/zoomus.conf
      
      include /etc/firejail/zoom.local
      include /etc/firejail/disable-common.inc
      include /etc/firejail/disable-programs.inc
      include /etc/firejail/disable-devel.inc
      
      whitelist ~/.zoom
      
      caps.drop all
      netfilter
      nonewprivs
      noroot
      protocol unix,inet,inet6,netlink
      seccomp
      
      private-tmp
      I run IPv6 as my default protocol, so you may have to change *.inet6.* to *.inet4.*
      "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
      – John F. Kennedy, February 26, 1962.

      Comment

      Working...
      X