web-dev-qa-db-ja.com

Zoom Conferenceのインストールと起動の問題

Xubuntuでプログラムの起動に問題があります。

uname -a
4.13.0-38-generic #43~16.04.1-Ubuntu SMP Wed Mar 14 17:48:43 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

私のインストールコードは次のとおりです。

Sudo dpkg --install zoom_AMD64.deb 
(Reading database ... 209468 files and directories currently installed.)
Preparing to unpack zoom_AMD64.deb ...
Unpacking zoom (2.0.123086.0330) over (2.0.123086.0330) ...
run post uninstall script, action is upgrade ...
Setting up zoom (2.0.123086.0330) ...
run post install script, action is configure...
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5.1) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Processing triggers for shared-mime-info (1.5-2ubuntu0.1) ...

shahi@shahi-Inspiron-N4010:~/Downloads$ zoom
ZoomLauncher started.
Zoom not exist at current directory - /home/shahi/Downloads
Zoom path is: /opt/zoom
cmd line: 
$HOME = /home/shahi 
Segmentation fault (core dumped)

これで私を助けてもらえますか?

2
Khandaker shahi

端末で次のコマンドを実行し、Zoomを再度実行してください。

touch ~/.config/zoomus.conf

それが役立つかどうか教えてください。

2
Danny Mariscal

Zoomに連絡すると、このコマンドを実行するように言われました。そして、それは私の問題を修正しました。

〜/ .config/zoomus.confをタッチします

0
Alain Gravel