解决Adobe reader不能启动问题
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
在fedora6下安装AdobeReader7后,双击AdobeReader图标不能启动,cpu占用率始终为100%,在linuxsir.org上发现要改这个文件(作者zhnl58):
代码:
/usr/local/Adobe/Acrobat7.0/bin/acroread
把下面的一行
代码:
echo $mfile| sed 's/libgtk-x11-/([0-9]*/).0.so.0./([0-9]/)00./([0-9]*/)/|/(.*/)//1/2/3/g'
改为
代码:
echo $mfile| sed 's/libgtk-x11-/([0-9]*/).0.so.0./([0-9]/)000./([0-9]*/)/|/(.*/)//1/2/3/g'
把这个问题解决后,错误没了,AdobeReader正常启动。
如果还是启动不了,则根据inux.org上找到(作者four)一位的帖子,可能是scim冲突的事,记录如下:
修改 安装目录/bin/acroread 文件
在
代码:
#!/bin/sh #
之后加入
代码:
# Workaround for http://bugzilla.novell.com/show_bug.cgi?id=85416 # (see comment #37): export GTK_IM_MODULE=xim # Workaround for http://bugzilla.novell.com/show_bug.cgi?id=147966 if [ -f ~/.adobe/Acrobat/7.0/Cache/UnixFnt07.lst ]; then cat /dev/null >~/.adobe/Acrobat/7.0/Cache/UnixFnt07.lst fi
记下方法在此,未加验证。感谢
代码:
/usr/local/Adobe/Acrobat7.0/bin/acroread
把下面的一行
代码:
echo $mfile| sed 's/libgtk-x11-/([0-9]*/).0.so.0./([0-9]/)00./([0-9]*/)/|/(.*/)//1/2/3/g'
改为
代码:
echo $mfile| sed 's/libgtk-x11-/([0-9]*/).0.so.0./([0-9]/)000./([0-9]*/)/|/(.*/)//1/2/3/g'
把这个问题解决后,错误没了,AdobeReader正常启动。
如果还是启动不了,则根据inux.org上找到(作者four)一位的帖子,可能是scim冲突的事,记录如下:
修改 安装目录/bin/acroread 文件
在
代码:
#!/bin/sh #
之后加入
代码:
# Workaround for http://bugzilla.novell.com/show_bug.cgi?id=85416 # (see comment #37): export GTK_IM_MODULE=xim # Workaround for http://bugzilla.novell.com/show_bug.cgi?id=147966 if [ -f ~/.adobe/Acrobat/7.0/Cache/UnixFnt07.lst ]; then cat /dev/null >~/.adobe/Acrobat/7.0/Cache/UnixFnt07.lst fi
记下方法在此,未加验证。感谢
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)