Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
Ubuntu14.04下安装deepin-media-player无法播放文件
Apps Section
1520
views ·
4
replies ·
To
floor
Go
xburst
deepin
2014-08-17 23:46
Author
同样的问题在这里提到
http://www.linuxdeepin.com/mantis/view.php?id=3387
显示已修复,但是我还是遇到了这样的问题,新手不知道怎么解决 :cry:
终端提示如下:
Traceback (most recent call last):
File "/usr/share/deepin-media-player/src/media_player.py", line 1010, in timeout_add_paths
self.scan_file_event(None, path)
File "/usr/share/deepin-media-player/src/media_player.py", line 1122, in scan_file_event
cmd_str = self.get_length(file_name)
File "/usr/share/deepin-media-player/src/media_player.py", line 1077, in get_length
info = parse_media_info.parse_info(file_path)
File "/usr/share/deepin-media-player/src/parse_media_info.py", line 80, in parse_info
output = subprocess.Popen(args, stdout=subprocess.PIPE).stdout
File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child
raise child_exception
OSError: [Errno 2] 没有那个文件或目录
Copy the Code
Reply
Like 0
Favorite
View the author
All Replies
老诡不老
deepin
2014-08-18 21:50
#1
软件兼容一直是linux的病!!!
Reply
Like 0
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
Like 0
View the author
leixiaozeng
deepin
2014-08-29 04:38
#3
截图.PNG
完全无压力,无毛病,嘛,
:
:
:
:
:
:
:
:
: 8-) 8-) 8-) 8-) 8-) 8-) 8-)
Reply
Like 0
View the author
fredy4212
deepin
2014-08-30 08:39
#4
停止維護啦,換deepin-movie吧
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
login to bbs.deepin.org only works without ipv6
Deepin 25.2.0 Black Screen After Sleep
NVIDIA graphics driver are not working with enabled secure boot
OBS Flatpak with Treeland
Popular Events
More
显示已修复,但是我还是遇到了这样的问题,新手不知道怎么解决 :cry:
终端提示如下: