Linux平台下能直接阅读PDG文档的工具好象还没有,但是可以通过wine来解决。
1、首先要安装wine,并配置sudo yum install wine解决子窗口乱码问题:gedit ~/.wine/system.reg(一定要使用 gedit 或其他支持 gb2312/utf8 编码的编辑器修改这些文件,否则文件中的中文可能变乱码) 搜索: LogPixels
找到的行应该是:[System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts] 将其中的:
“LogPixels”=dword:00000060 改为:
“LogPixels”=dword:00000070 搜索: FontSubstitutes
找到的行应该是:[Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes] 将其中的:
“MS Shell Dlg”=”Tahoma”
“MS Shell Dlg 2″=”Tahoma” 改为:
“MS Shell Dlg”=”SimSun”
“MS Shell Dlg 2″=”SimSun”2、解压pdgreader progunzip -d pdg_pro.zip3、运行pdgreader pro$cd pdg_pro
$./linux.sh
$wine pdg_pro/pdgreader_pro.exe使用pdgreader pro打开pdg文档,可正常阅读。linux.sh内容如下:#!/bin/sh
echo "coping pdg2.dll to wine"s system32 directory!!"
cp pdg2.dll ~/.wine/drive_c/windows/system32/pdg2.dll
echo "Now,completed!! Good luck!" Ubuntu环境ThinkPad T60启动出现PXE-05错误的解决办法Fedora 9知识集-设置网卡,网关及DNS相关资讯 Linux教程
- Linux教程:如何在命令行中查看目 (07/28/2014 12:22:23)
- Linux 修改root密码 (11/03/2012 07:53:38)
- su - root 与su root的区别 (06/06/2012 00:39:40)
| - Linux进程间通信:消息队列 (01/28/2013 09:43:00)
- U盘安装Linux开机无法启动解决方法 (10/07/2012 08:55:52)
- Windows 7/Linux 同步时间 (05/15/2012 06:17:55)
|
本文评论 查看全部评论 (0)