Firtly all you need is to install wine on your computer.

Mine is ubuntu 12.04 which is running KDE on it. I like it.

And now

sudo apt-get install wine

if you want to run some *.exe  apps on Linux

use

wine photoshop.exe

but sometimes it doesn't work on Linux coz some issues.

You need wineconsole to solve things out.

wineconsole greenIt.bat

the greenIt.bat is a script to initialize Photoshop on Linux.

But we always get this:

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:

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,问题解决了。

 _________________________________________________________________________________________________________________________________________________
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
 Take notice that:

如果你没有能生成软链接成功(由于没有那个文件夹),那么就要这样:

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########################

marcobra (Marco Braida) (marcobra) said on 2012-11-01: #2

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:

wineconsole greenIt.bat 

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/

An Idiot’s Guide to Installing Photoshop CS5 on Ubuntu 10.04

It works anyway.

just follow it, and then you will get it!

What a rush!...

Linux Wine with *.bat *.exe ( Photoshop and etc.. )的更多相关文章

  1. Qemu/Limbo/KVM镜像 最精简Linux+Wine,可运行Windows软件,内存占用不到70M,存储占用500M

    镜像特征: Alpine Edge系统 内置Wine 7.8,可运行大量Windows 软件 高度精简,内存占用仅68MB,存储占用仅500MB 完全开源 镜像说明: 用户名为root,密码为空格. ...

  2. (转,感谢原作者!)既然选择了Linux,有何必在乎这些——Linux wine国服LOL英雄联盟,完美运行!!

    Linux下玩国服LOL,国服哦.网络上随处都可以搜到wine美服LOL的教程,但腾讯运营的国服客户端跟美服原版相差比较大,按照美服的方式不能搞起国服LOL,由于宿舍文化,这几天我专注于wine一个国 ...

  3. Python 一键同步windows和linux数据(基于pscp.exe)

    outline 项目中需要把 windows server 上的数据同步到 linux server,方法很多,这里记录下自己采用的一种比较简单的方法. 准备工作 首先确保你 windows serv ...

  4. Linux wine

    一.简介 Wine是Wine Is Not an Emulator(Wine不是模拟器)的缩写,其实是一个转换层(或程序装入器),能够在Linux及与POSIX兼容的其他类似操作系统上运行Window ...

  5. Windows系统中,循环运行.bat/.exe等文件

    一.创建循环运行的run-everySecond.vbs文件[双击次文件即可启动运行] dim a set a=CreateObject("Wscript.Shell") Do # ...

  6. Linux+Wine玩GTA5指南

    如果你的系统没有Wine先装Wine和winetricks,Wine在各大发行版的源都能找到.记住32位和64位的Wine都要装 安装wget后,输入指令 sudo -s cd /opt mkdir ...

  7. Linux+Wine玩火影忍者究极风暴3指南

    如果你的系统没有Wine先装Wine,Wine在各大发行版的源都能找到.记住32位和64位的Wine都要装 去https://www.playonlinux.com/wine/binaries/pho ...

  8. Linux+Wine运行QQTIM (2022年9月)

    测试的版本Tim3.4.0 QQ9.6.7 如果你的系统没有Wine先装Wine,Wine在各大发行版的源都能找到.记住32位和64位的Wine都要装 去https://tubentubentu.pa ...

  9. ubuntu linux 下wine的使用

    ubuntu linux 下wine的使用 之前写了一篇 ubuntu15.10下编译安装wine1.8rc4 这一篇是来写它的使用的. 1.安装Wine支持包 现在,需要安装非开源(但免费)的支持包 ...

随机推荐

  1. vim跳转

    w 跳到下一个单词的开始 e 跳到单词的结束 b 向后跳 gg 跳到文件的开始 G 跳到文件的结束 10gg 或10G 跳到第10行 ta 跳到下一个a 前面 fa 跳到下一个a 大写的意思相反 另外 ...

  2. OpenVPN多实例优化的思考过程

    1.sss 当构建组件之间的关系已经错综复杂到接近于一张全然图的时候,就要换一个思路了,或者你须要重构整个系统,或者你将又一次实现一个. 2.TAP网卡和TUN网卡 2.1.TAP的优势 1.方便组网 ...

  3. PyCharm 使用简介

    PyCharm 使用简介 最近由于项目需要,领导要求使用python以方便扩展,没有办法,赶鸭子上架花了2天时间翻完了python的初级教程然后就开始写代码.有一款好的IDE可以帮助我快速上手一门新语 ...

  4. CKPlayer的列表框的demo

    <!DOCTYPE html><html><head> <meta http-equiv="Content-Type" content=& ...

  5. 设计模式学习--Factory Method

    What Factory Method:定义一个创建对象的接口,让子类来决定实例化哪一个类.Factory Method使一个类的实例化延迟到其子类. Why Factory Method是一个比較基 ...

  6. Ubuntu终端字体颜色方案

    默认: 蓝色代表该文件夹: 绿色代表可运行文件. 红色表示压缩文件. 浅蓝色表示链接文件: 灰色表示其它文件: 红色闪烁表示链接的文件有问题了 黄色表示设备文件. 非常不爽怎么办,改! # Attri ...

  7. linuxsocket通信recv研究缓存机制

        曾有过这样一个小疑问.当一个进程注册的插座后,,假设插座没有被调用recv函数接受包.能接受到数据包吗? 或者这样说,假设我的程序注冊了一个套接字去接受数据包,可是每收到一个数据包都须要非常长 ...

  8. WP 开发中.xaml 与.xaml.cs

    关于 WP 开发中.xaml 与.xaml.cs 的关系   今天我们先来看一下在WP8.1开发中最长见到的几个文件之间的关系.比较论证,在看这个问题之前我们简单看看.NET平台其他两个不同的框架: ...

  9. Linux的错误码

    在使用时需要包含头文件 #include <errno.h> merlin@tfAnalysis:~/projects/tfradius$ cat /usr/include/asm-gen ...

  10. Hbuilder常用快捷键功能.html

    <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title> ...