教你安装realplayer

Totem,mplayer,sopcast,realplayer,bmp
介之推
帖子: 65
注册时间: 2007-08-09 18:51

#46

帖子 介之推 » 2007-11-11 21:36

先感谢一下,我按你的方法装好了,不过用它来放.rmvb的电影时图像断断续续的,这个怎么解决啊?
blurtooth
帖子: 22
注册时间: 2007-10-31 14:51

#47

帖子 blurtooth » 2007-11-12 9:45

添加了export GTK_IM_MODULE=xim在 #!/bin/sh 下面
可还是没有任何反应~!
头像
arthurshine
帖子: 12
注册时间: 2008-04-04 1:56
联系:

#48

帖子 arthurshine » 2008-04-05 11:22

我安装之后为什么会显示 没有播放此文件的能力 ?

是不是因为没有安装解码器?
头像
npnufn
帖子: 1847
注册时间: 2005-10-14 15:56

#49

帖子 npnufn » 2008-04-05 13:06

http://forms.helixcommunity.org/helix/b ... ay-current
下载每日更新版 :lol:
播放rmvb是没有问题,不过一般都用totem-xine+win32codecs。
tongttt
帖子: 444
注册时间: 2007-11-27 22:20

#50

帖子 tongttt » 2008-04-05 14:13

这个样子啊,
以前都不用它的。好 试试看。
头像
carbont
帖子: 3406
注册时间: 2007-11-22 10:20
来自: 北京

#51

帖子 carbont » 2008-04-05 14:18

装了win32codes,用smplayer,比realplayer好用多了。
lenovo Thinkpad R60i 0657 LHC
windowsXP……准备换回ubuntu了。

Twitter: @carbont
garnettxd
帖子: 200
注册时间: 2007-03-27 20:47
来自: 长沙

#52

帖子 garnettxd » 2008-04-13 22:39

这个bin的安装不难,难的是如何卸载。
头像
yushan306
帖子: 65
注册时间: 2005-11-28 11:02

#53

帖子 yushan306 » 2008-05-06 22:19

弄了半天,下载了好久。终于可以看RM
dglsq
帖子: 79
注册时间: 2007-02-21 21:57

#54

帖子 dglsq » 2008-05-09 10:39

npnufn 写了:http://forms.helixcommunity.org/helix/b ... ay-current
下载每日更新版 :lol:
播放rmvb是没有问题,不过一般都用totem-xine+win32codecs。

不知道下哪个好
墙外
帖子: 33
注册时间: 2007-09-10 22:16

#55

帖子 墙外 » 2008-05-10 18:26

非常感谢楼主的指导,现在楼主的链接已经更新到了RM11。。

“安装程序会提示最后确定信息,如果都确定了,按下F键后回车。"这些已经直接显示DONE了。。直接可以播放RM文件了。。 :D


$chmod +x RealPlayer10GOLD.bin
$sudo ./RealPlayer10GOLD.bin

应该更正为
$chmod +x RealPlayer11GOLD.bin
$sudo ./RealPlayer11GOLD.bin
:oops:
头像
冲浪板
论坛版主
帖子: 7513
注册时间: 2007-05-06 8:19

#56

帖子 冲浪板 » 2008-05-11 10:28

garnettxd 写了:这个bin的安装不难,难的是如何卸载。
没研究是否加参数来卸载;

其实你装哪了,直接rm就是了
donotaskwhoiam
帖子: 289
注册时间: 2008-05-15 21:11

#57

帖子 donotaskwhoiam » 2008-07-27 12:33

大家好:

我安装的是 ubuntu8.04, realplayer11,点击菜单里的 realplayer 后,出现以下提示:


Could not launch menu item
Failed to execute child process "realplay" (No such file or directory)


我按照楼主以下的提示,没有解决问题。

“sudo gedit /home/[yourid]/RealPlayer/realplay \[yourid]指你的主文件夹名
在打开的文本编辑器的首行添加下面一行
代码:
export GTK_IM_MODULE=xim

下面是我修改过的这个文件,麻烦大家帮我看一下,谢谢。 :)

"
export GTK_IM_MODULE=xim
#!/bin/bash

# To install this script, create a symlink to it from somewhere in your
# path. Do *not* move the script out of the player directory, since
# it relies on the true location of hxplay to derive the location of the
# player directory

ARG0=$0

if [ "${OSTYPE:0:7}" = "solaris" ] ; then
# Solaris requires this setup to use POSIX utilities.
PATH=/usr/xpg4/bin:${PATH}
fi


if [ -d "$HELIX_LIBS" ] ; then
................................................
"
donotaskwhoiam
帖子: 289
注册时间: 2008-05-15 21:11

#58

帖子 donotaskwhoiam » 2008-07-27 13:10

我在上楼的问题已经解决了。

原因是我没有以 root 身份安装,也就是执行这一步时前面没有加 sudo: sudo ./RealPlayer10GOLD.bin

顺便感谢这个帖子的底楼: viewtopic.php?t=116225&sid=9977b4eab147 ... 3c23a6e128
spatra
帖子: 84
注册时间: 2008-05-30 18:26
系统: KUbuntu16.04
联系:

#59

帖子 spatra » 2008-07-27 17:53

275196789 写了:$sudo gedit /home/[yourid]/RealPlayer/realplay \[yourid]指你的主文件夹名
在打开的文本编辑器的首行添加下面一行
代码:
export GTK_IM_MODULE=xim

先开始问的问题是没问题了 ,也装上了
这里还有一点不懂,我的用户名是feng
我也装的时候也没改变安装目录,就在/homg/feng/RealPlayer

查看的时候也是在这的

但是我照着文章的输入的 sudo gedit/homg/feng/RealPlayer/realplay
但是还是用不了 ,提示执行子进程“RealPlay”失败
#!/bin/sh
我是在sh后面接到输入的export GTK_IM_MODULE=xim
请指教一下!~

我跟这位的朋友的情况一样,请教大家应该如何解决阿?
头像
linux7
帖子: 32
注册时间: 2008-07-24 0:35

#60

帖子 linux7 » 2008-07-28 3:14

非常谢谢LZ的教程。。
我已经安装好了
很黑很邪恶.
在地狱中仰望天堂
直到上帝与我换位.
L.Se7en
回复