Firtly all you need is to install wine on your computer.html
Mine is ubuntu 12.04 which is running KDE on it. I like it.linux
And nowweb
sudo apt-get install wine
if you want to run some *.exe apps on Linuxshell
useubuntu
but sometimes it doesn't work on Linux coz some issues.app
You need wineconsole to solve things out.ide
the greenIt.bat is a script to initialize Photoshop on Linux.wordpress
But we always get this:post
someone@galaxy:~/Software/PhotoShop CS5_7edown.com$ wineconsole greenIt.bat
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
To solve thing problem, I googled this:ui
http://jim19770812.blogspot.com/2012/06/ubuntu-1204wine-usrlibi386-linux.html
It shows:
這個問題是在用wine1.5.5運行一個遊戲時報的錯,
couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
網上根據lauchpad bug列表裏的一回復,解決了問題。
原文請見 https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/885492
1.安裝 getlibs
jim@jim-laptop:~$ wget https://launchpad.net/~jcollins/+archive/jaminppa/+build/1482994/+files/getlibs_2.06-0ubuntu1%7Eppa2_all.deb
jim@jim-laptop:~$ sudo dpkg -i getlibs_2.06-0ubuntu1~ppa2_all.deb
2.安裝32位庫
jim@jim-laptop:~$ getlibs -p gnome-keyring:i386
3.生成符號連接
jim@jim-laptop:~$ sudo ln -s /usr/lib32/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so
ok,問題解決了。
若是你沒有能生成軟連接成功(因爲沒有那個文件夾),那麼就要這樣:
sudo mkdir -p /usr/lib/i386-linux-gnu/pkcs11
Now we need to install getlibs.deb
But where to get getlibs.deb??
Here! You could find help here.
https://answers.launchpad.net/ubuntu/+source/software-center/+question/212932
###############This pretty helpful! And I made it########################
to made some check before installing, from terminal:
mkdir $HOME/getlibs_package
cd $HOME/getlibs_package
wget http://usablesoftware.files.wordpress.com/2011/02/getlibs-all-deb.pdf
mv getlibs-all-deb.pdf getlibs-all.deb
To check the content of package downloaded from this unsecure address...
dpkg -c getlibs-all.deb
We extract to temp dir
dpkg -x getlibs-all.deb /tmp/getlibs
and we can inspect the getlibs shell script
gedit /tmp/getlibs/usr/bin/getlibs
Then you can install it with
sudo dpkg -i getlibs-all.deb
#############################################################
Then you could execute this now:
Then nothing wrong happens. Good for you!
And the most informative reference about how to Run Photoshop on Linux is here:
http://wiki.winehq.org/AdobePhotoshop
##################################
This works best!
Just Read this
Have a look
http://www.makeuseof.com/tag/idiots-guide-installing-photoshop-cs5-ubuntu-1004/
It works anyway.
just follow it, and then you will get it!
What a rush!...