Linux Wine with *.bat *.exe ( Photoshop and etc.. )
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,问题解决了。
如果你没有能生成软链接成功(由于没有那个文件夹),那么就要这样:
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.. )的更多相关文章
- Qemu/Limbo/KVM镜像 最精简Linux+Wine,可运行Windows软件,内存占用不到70M,存储占用500M
镜像特征: Alpine Edge系统 内置Wine 7.8,可运行大量Windows 软件 高度精简,内存占用仅68MB,存储占用仅500MB 完全开源 镜像说明: 用户名为root,密码为空格. ...
- (转,感谢原作者!)既然选择了Linux,有何必在乎这些——Linux wine国服LOL英雄联盟,完美运行!!
Linux下玩国服LOL,国服哦.网络上随处都可以搜到wine美服LOL的教程,但腾讯运营的国服客户端跟美服原版相差比较大,按照美服的方式不能搞起国服LOL,由于宿舍文化,这几天我专注于wine一个国 ...
- Python 一键同步windows和linux数据(基于pscp.exe)
outline 项目中需要把 windows server 上的数据同步到 linux server,方法很多,这里记录下自己采用的一种比较简单的方法. 准备工作 首先确保你 windows serv ...
- Linux wine
一.简介 Wine是Wine Is Not an Emulator(Wine不是模拟器)的缩写,其实是一个转换层(或程序装入器),能够在Linux及与POSIX兼容的其他类似操作系统上运行Window ...
- Windows系统中,循环运行.bat/.exe等文件
一.创建循环运行的run-everySecond.vbs文件[双击次文件即可启动运行] dim a set a=CreateObject("Wscript.Shell") Do # ...
- Linux+Wine玩GTA5指南
如果你的系统没有Wine先装Wine和winetricks,Wine在各大发行版的源都能找到.记住32位和64位的Wine都要装 安装wget后,输入指令 sudo -s cd /opt mkdir ...
- Linux+Wine玩火影忍者究极风暴3指南
如果你的系统没有Wine先装Wine,Wine在各大发行版的源都能找到.记住32位和64位的Wine都要装 去https://www.playonlinux.com/wine/binaries/pho ...
- Linux+Wine运行QQTIM (2022年9月)
测试的版本Tim3.4.0 QQ9.6.7 如果你的系统没有Wine先装Wine,Wine在各大发行版的源都能找到.记住32位和64位的Wine都要装 去https://tubentubentu.pa ...
- ubuntu linux 下wine的使用
ubuntu linux 下wine的使用 之前写了一篇 ubuntu15.10下编译安装wine1.8rc4 这一篇是来写它的使用的. 1.安装Wine支持包 现在,需要安装非开源(但免费)的支持包 ...
随机推荐
- 在 CentOS 上安装 Tomcat7
1. 下载 #可以直接在官网下载然后传到服务器上,也可以直接下载#下载地址:http://tomcat.apache.org/download-70.cgi 2. 安装 # tar -xzvf apa ...
- C语言库函数大全及应用实例十四
原文:C语言库函数大全及应用实例十四 [编程资料]C语言库函数大全及应用实例十四 函数名: strset 功 能: 将一个串 ...
- Wowza流媒体Live直播和VOD点播配置实战
Wowza是当今可以说最流行的流媒体服务器之一,近来因为需要搭建相应的服务器,但又不想用camera等作真实的直播,所以想办法用媒体文件转换成直播流再提供给Wowza进行直播.这里把该设置步骤以及设计 ...
- 基于科大讯飞语音云windows平台开发
前记: 前段时间公司没事干,突发奇想想做一个语音识别系统,看起来应该非常easy的,但做起来却是各种问题,这个对电气毕业的我,却是挺为难的.谷姐已经离我们而去,感谢度娘,感谢CSDN各位大神,好歹也做 ...
- table居中方法之一:设置width,然后为style设置margin:auto
比如: <table width="800px" style="margin:auto;">
- 修改MvcPager分页控件以适用Bootstrap 效果(含英文版,可下载)
软件开发分页效果必不可少,对于Asp.Net MVC 而言,MvcPager 是个不错的选择.请访问http://www.webdiyer.com/mvcpager/ 由于自带的分页样式不能和项目整体 ...
- js 文字预写匹配
效果图: demo如下: <!DOCTYPE html> <html> <head> <title>文字预写</title> </he ...
- ASP.NET请求处理过程
当请求一个*.aspx文件的时候,这个请求会被inetinfo.exe进程截获,它判断文件的后缀(aspx)之后,将这个请求转交给Aspnet_isapi.dll,aspnet_isapi.dll会通 ...
- .Net程序员的前端优化
面向.Net程序员的前端优化 2014-08-06 17:20 by 熬夜的虫子, 1152 阅读, 9 评论, 收藏, 编辑 背景 作为web开发人员大家大多了解一些网站的性能优化方法,其实大部分方 ...
- Object instanceof Function和Function instanceof Object
首先需要确定的是,instanceof是根据原型链来判断是否为某引用类型的实例.所以需要明白Object和Function之间的关系,以下为引用某博客的图片,阐述了javascript对象体系的关系 ...