photoshop CS6 在linux上跑起来了!想学的跟我来!
打开终端
#wine setup
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.5
#change wine prefix
rm -rf .wine
WINEARCH=win32 WINEPREFIX=~/.wine winecfg
模拟模式选择win7
#get winetricks script
wget
http://kegel.com/wine/winetricks
#setup dependencies
下载我百度网盘中的winetricks PS CS6.tar.xz 解压到/home/cc/.cache下 然后输入
sh winetricks -q atmlib gdiplus ie6 vcrun2005sp1 vcrun2008 fontsmooth-rgb corefonts msxml3 msxml6 vcrun2010
#copy dll's from windows
从windows中找到odbc32.dll和odbcint.dll(system32中的那个,不是WOW64的那个,更不是其他的)(进入安装windows的盘中比如C盘用文件浏览器自带的搜索功能搜索odbc32.dll和odbcint.dll)复制到/home/cc/.wine/drive_c/windows/system32/
#photoshop setup
wine '/home/cc/下载/Adobe Photoshop CS6 Extended 32位(自动安装版).exe'
#fontsmooth setup
winetricks fontsmooth-rgb
#run photoshop
wine '/home/nockdown/.wine/drive_c/Program Files/Adobe/Adobe Photoshop CS6/Photoshop.exe'
字体没有是因为没装宋体字体装上就行了
字体不好看 想修改请看
1、 准备字体
为了让 Windows 应用程序看上去更美观,所以需要 Windows 下面的字体。
我需要把喜欢的字体复制到 ~/.wine/drive_c/windows/fonts/ 如果字体不是英文名请改名
2、修改 ~/.wine/system.reg
装好字体后,还要修改一下 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"
3、 修改 ~/.wine/drive_c/windows/win.ini
gedit ~/.wine/drive_c/windows/win.ini
在文件末尾加入:
[Desktop]
menufontsize=13
messagefontsize=13
statusfontsize=13
IconTitleSize=13
4、
最关键的一步,在终端中输入regedit找到HKEY_LOCAL_MACHINE\Software\Microsoft\Windows
NT\CurrentVersion\FontSubstitutes并设置
"Arial"="simsun"
"Arial CE,238"="simsun"
"Arial CYR,204"="simsun"
"Arial Greek,161"="simsun"
"Arial TUR,162"="simsun"
"Courier New"="simsun"
"Courier New CE,238"="simsun"
"Courier New CYR,204"="simsun"
"Courier New Greek,161"="simsun"
"Courier New TUR,162"="simsun"
"FixedSys"="simsun"
"Helv"="simsun"
"Helvetica"="simsun"
"MS Sans Serif"="simsun"
"MS Shell Dlg"="simsun"
"MS Shell Dlg 2"="simsun"
"System"="simsun"
"Tahoma"="simsun"
"Times"="simsun"
"Times New Roman CE,238"="simsun"
"Times New Roman CYR,204"="simsun"
"Times New Roman Greek,161"="simsun"
"Times New Roman TUR,162"="simsun"
"Tms Rmn"="simsun"
就是默认的那个不设置之外全都设成你想要的字体(英文名)
我用的是雅黑
相关文件
http://pan.baidu.com/share/link?shareid ... =353364615
2013.7.23更新(但愿这个能解决cs6 不稳定问题)
The whole Adobe Photoshop CS6 works on Linux Mint 15 Olivia (x86-64).
I used Play On Linux with Wine 1.3.4 (XP config) adding thos libraries :
amstream, atmlib, cc580, Microsoft Core Fonts, d3dx11, dinput, dinput8, directx9, FontSmoothRGB & BGR, gdiplus, gecko, IE6, mdac28, mono28, msvc80, msxml3, msxml6, physx, pngfilt, riched 20/30, vcrun2008/2005/2010, VideoDriver, xact, xinput.
I'm using Play On Linux 4.2.1.
Photoshop CS6 works even faster than on Windows.
然后在playonlinux界面上点击configure->Miscellaneous->Open a shell
输入winetricks allfonts 回车
等他完毕就可使用了,我先试验下
对了,提醒一下,只开默认特效是不会出现按住shift键无法画圆的问题,所以不要安扩展特效,如果安装了请关掉相应特效(我只需要震颤窗口,所以我把其中的窗口吸附快捷键shift禁用(不然影响画圆,同理其他和photoshop快捷键冲突的都要去掉)),以防崩溃。
对了,要用32位版,因为32位比64位在linux上运行更稳定(
不是让你安32位ubuntu,而是安装32位的wine!)
如果你安装了gnome-tweak-tool
那么还要如图进行设置