Ubuntu14.04下安装deepin-media-player无法播放文件
Tofloor
poster avatar
xburst
deepin
2014-08-17 23:46
Author
同样的问题在这里提到http://www.linuxdeepin.com/mantis/view.php?id=3387
显示已修复,但是我还是遇到了这样的问题,新手不知道怎么解决 :cry:

终端提示如下:
  1. Traceback (most recent call last):
  2.   File "/usr/share/deepin-media-player/src/media_player.py", line 1010, in timeout_add_paths
  3.     self.scan_file_event(None, path)
  4.   File "/usr/share/deepin-media-player/src/media_player.py", line 1122, in scan_file_event
  5.     cmd_str = self.get_length(file_name)
  6.   File "/usr/share/deepin-media-player/src/media_player.py", line 1077, in get_length
  7.     info = parse_media_info.parse_info(file_path)
  8.   File "/usr/share/deepin-media-player/src/parse_media_info.py", line 80, in parse_info
  9.     output = subprocess.Popen(args, stdout=subprocess.PIPE).stdout
  10.   File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
  11.     errread, errwrite)
  12.   File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child
  13.     raise child_exception
  14. OSError: [Errno 2] 没有那个文件或目录
Copy the Code
Reply Favorite View the author
All Replies
老诡不老
deepin
2014-08-18 21:50
#1
软件兼容一直是linux的病!!!
Reply View the author
tonytony
deepin
2014-08-29 03:09
#2
附图.pngUbuntu14.04.1应用Deepin2014应用程序的方法:
添加源(注:不要使用PPA):
$ sudo -i
# cd /etc/apt/sources.list.d/
# echo "deb http://packages.linuxdeepin.com/deepin trusty main non-free universe" > linuxdeepin.list
添加密钥:
# apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 209088E7
# exit
刷新源列表:
$ sudo apt-get update
$ sudo apt-get install deepin-media-player
$ sudo apt-get -f install
Reply View the author
leixiaozeng
deepin
2014-08-29 04:38
#3
截图.PNG
完全无压力,无毛病,嘛, :  :  :  :  :  :  :  :  :  8-)  8-)  8-)  8-)  8-)  8-)  8-)
Reply View the author
fredy4212
deepin
2014-08-30 08:39
#4
停止維護啦,換deepin-movie吧
Reply View the author