教你安装realplayer
- arthurshine
- 帖子: 12
- 注册时间: 2008-04-04 1:56
- 联系:
- npnufn
- 帖子: 1847
- 注册时间: 2005-10-14 15:56
http://forms.helixcommunity.org/helix/b ... ay-current
下载每日更新版
播放rmvb是没有问题,不过一般都用totem-xine+win32codecs。
下载每日更新版

播放rmvb是没有问题,不过一般都用totem-xine+win32codecs。
- carbont
- 帖子: 3406
- 注册时间: 2007-11-22 10:20
- 来自: 北京
-
- 帖子: 79
- 注册时间: 2007-02-21 21:57
npnufn 写了:http://forms.helixcommunity.org/helix/b ... ay-current
下载每日更新版![]()
播放rmvb是没有问题,不过一般都用totem-xine+win32codecs。
不知道下哪个好
-
- 帖子: 33
- 注册时间: 2007-09-10 22:16
- 冲浪板
- 论坛版主
- 帖子: 7513
- 注册时间: 2007-05-06 8:19
-
- 帖子: 289
- 注册时间: 2008-05-15 21:11
大家好:
我安装的是 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
................................................
"
我安装的是 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
................................................
"
-
- 帖子: 289
- 注册时间: 2008-05-15 21:11
我在上楼的问题已经解决了。
原因是我没有以 root 身份安装,也就是执行这一步时前面没有加 sudo: sudo ./RealPlayer10GOLD.bin
顺便感谢这个帖子的底楼: viewtopic.php?t=116225&sid=9977b4eab147 ... 3c23a6e128 。
原因是我没有以 root 身份安装,也就是执行这一步时前面没有加 sudo: sudo ./RealPlayer10GOLD.bin
顺便感谢这个帖子的底楼: viewtopic.php?t=116225&sid=9977b4eab147 ... 3c23a6e128 。
-
- 帖子: 84
- 注册时间: 2008-05-30 18:26
- 系统: KUbuntu16.04
- 联系:
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
请指教一下!~
我跟这位的朋友的情况一样,请教大家应该如何解决阿?