Ubuntu 14.04LTS에 Gecko와 Photoshop 설치

Ubuntu 14.04LTS에 Gecko와 Photoshop 설치

Ubuntu 14.04LTS에 와인과 와인트릭이 설치되어 있습니다.

wine --version
wine-1.7.30

winetricks --version
20140302

와인을 사용하여 Ubuntu에 Photoshop CS6을 설치하려고 합니다.

이 명령을 실행할 때:

winetricks atmlib gdiplus msxml3 msxml6 vcrun2005 vcrun2005sp1 vcrun2008 ie6 fontsmooth-rgb gecko

왜 Gecko 설치 오류가 계속 발생하나요?

winetricks atmlib gdiplus msxml3 msxml6 vcrun2005 vcrun2005sp1 vcrun2008 ie6 fontsmooth-rgb gecko
Executing w_do_call atmlib
atmlib already installed, skipping
Executing w_do_call gdiplus
gdiplus already installed, skipping
Executing w_do_call msxml3
msxml3 already installed, skipping
Executing w_do_call msxml6
msxml6 already installed, skipping
Executing w_do_call vcrun2005
vcrun2005 already installed, skipping
Executing w_do_call vcrun2005
vcrun2005 already installed, skipping
Executing w_do_call vcrun2008
vcrun2008 already installed, skipping
Executing w_do_call ie6
ie6 already installed, skipping
Executing w_do_call fontsmooth=rgb
Executing load_fontsmooth rgb
Setting font smoothing to rgb
Executing winetricks_early_wine regedit C:\windows\Temp\_fontsmooth=rgb\fontsmooth.reg
Executing w_do_call gecko
Executing load_gecko
------------------------------------------------------
Please install gecko in /usr/share/wine per http://wiki.winehq.org/Gecko.  http://winezeug.googlecode.com/svn/trunk/install-gecko.sh is an easy script to do that.  Then you should never need to do 'winetricks gecko' again.
------------------------------------------------------

이것은 /usr/share/wine에 대한 ls -l의 결과입니다:

ls -l /usr/share/wine
total 224
drwxr-xr-x 2 root root   4096 Nov 10 11:14 fonts
drwxr-xr-x 2 root root   4096 Nov 10 11:14 gecko
-rw-r--r-- 1 root root   6118 Nov  5 15:03 l_intl.nls
drwxr-xr-x 2 root root   4096 Nov 10 11:14 mono
-rw-r--r-- 1 root root 204267 Nov  5 15:03 wine.inf
-rw-r--r-- 1 root root    648 Jan 17  2012 wineserver-restart-required.update-notifier

이것은 /usr/share/wine/gecko에 대한 ls -l의 결과입니다:

ls -l /usr/share/wine/gecko/
total 109220
-rw-rw-r-- 1 sasan sasan 14732288 Nov  9  2011 wine_gecko-1.4-x86.msi
-rw-rw-r-- 1 sasan sasan 16995328 Jul 18  2012 wine_gecko-1.7-x86.msi
-rw-rw-r-- 1 sasan sasan 17774592 Oct  9  2012 wine_gecko-1.8-x86.msi
-rw-rw-r-- 1 sasan sasan 19060224 Jan  9  2013 wine_gecko-1.9-x86.msi
-rw-r--r-- 1 root  root  20871680 May 29  2013 wine_gecko-2.21-x86.msi
-rw-r--r-- 1 root  root  22373888 Sep 28  2013 wine_gecko-2.24-x86.msi

답변1

플레이온리눅스지원하다어도비 포토샵 CS6.

다음과 같이 PlayOnLinux를 설치하세요:

wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
sudo wget http://deb.playonlinux.com/playonlinux_trusty.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux

POL 설치가 완료되면 및를 클릭 install하고 을 검색한 후 Adobe Photoshop cs6설치를 클릭하고 설정 마법사를 따릅니다.

로부터Adobe PhotoShop cs6 지원 페이지:

참고: 이 응용 프로그램은 Intel 그래픽에서 작동하지 않습니다(적어도 제가 본 것은 아닙니다). Nvidia 및 AMD 그래픽을 사용해야 합니다.

관련 정보