在 Matlab Ubuntu 中启动 Internet Explorer 时出现问题

在 Matlab Ubuntu 中启动 Internet Explorer 时出现问题

我正在尝试使用以下命令通过 Matlab 启动使用 PlayonLinux 安装的 Internet Explorer:

system('/usr/share/playonlinux/playonlinux --run "Internet Explorer 6"')

但我收到以下错误:

 Looking for python... 2.7.6 - wxversion(s): 2.8-gtk2-unicode
  selected
  [main] [1;34mMessage:[0m PlayOnLinux (4.2.10) is starting
  [clean_tmp] [1;34mMessage:[0m Cleaning temp directory
  (python:5148): IBUS-WARNING **: The owner of /home/muhammad/.config/ibus/bus 
 is not root!
  Script started /home/muhammad/.PlayOnLinux/shortcuts/Internet Explorer 6
  [POL_System_CheckFS] [1;34mMessage:[0m Checking filesystem for IEXPLORE.EXE
  [POL_Wine] [1;34mMessage:[0m Running wine-1.4 IEXPLORE.EXE (Working 
 directory : 
 /home/muhammad/.PlayOnLinux/wineprefix/InternetExplorer6/drive_c/Program Files/Internet Explorer)
 [POL_Wine] [1;34mMessage:[0m Notice: PlayOnLinux deliberately disables winemenubuilder. See 
 http://www.playonlinux.com/fr/page-26-Winemenubuilder.html
 wine: /home/muhammad/.PlayOnLinux//wineprefix/InternetExplorer6 is not owned by you
 [POL_Wine] [1;31mError:[0m Wine seems to have crashed
 If your program is running, just ignore this message
 [POL_SetupWindow_Init] [1;34mMessage:[0m Creating new window for pid 5249
 [POL_SetupWindow_Close] [1;34mMessage:[0m Closing window for pid 5249
 [POL_Wine] [1;34mMessage:[0m Wine return: 1

但是,当我使用终端运行该命令时/usr/share/playonlinux/playonlinux --run "Internet Explorer 6",它不会产生任何问题。

请指导我如何解决该问题。

相关内容