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支持包 现在,需要安装非开源(但免费)的支持包 ...
随机推荐
- LeetCode——N-Queens II
Follow up for N-Queens problem. Now, instead outputting board configurations, return the total numbe ...
- Silverlight 雷达图和一种特殊泡泡画法
原文:Silverlight 雷达图和一种特殊泡泡画法 自上次发了雷达图,也没怎么说一下. 这次又做了一种图,继续共享一下,就是以一个点为中心,周围绕着几个点,用一个箭头与中心相连并带有某些信息.圆 ...
- Android ProgressBar 反向进度条/进度条从右到左走
近期的项目,有个需求须要使用条状图显示比例,而且右对齐,见下图: 我想到了使用进度条,这样不就不须要在代码动态绘制条状了,省了非常多活. 那么进度条如何从右向左显示呢? 方案一: 将ProgressB ...
- Java 类的成员初始化顺序
做个简单笔录,就当是重温下基础知识. 1.先看代码: package com.test; public class Test { public static void main(String[] ar ...
- 机器学习学习-Types of learning
Types of learning 基于个人理解.于我们在面对一个详细的问题时.可以依据要达到的目标选择合适的机器学习算法来得到想要的结果.比方,推断一封电子邮件是否是垃圾邮件,就要使用分类(clas ...
- solr与.net主从复制
solr主从复制 solr与.net系列课程(七)solr主从复制 既然solr是解决大量数据全文索引的方案,由于高并发的问题,我们就要考虑solr的负载均衡了,solr提供非常简单的主从复制的 ...
- MVC 用扩展方法执行自定义视图,替代 UIHint
MVC 用扩展方法执行自定义视图,替代 UIHint 项目中用了 Bootstrap , 这样就不用写太多的CSS了,省去很多事情.但是这个业务系统需要输入的地方很多,每个表都有100多个字段,每个页 ...
- DDD领域驱动设计
DDD领域驱动设计实践篇之如何提取模型 需求说明: 省级用户可以登记国家指标 省级用户和市级用户可以登记指标分解 登记国家指标时,需要录入以下数据:指标批次.文号.面积,这里省略其他数据,下同 登记指 ...
- 【推荐分享】大量Python电子书籍教程pdf合集下载
网上搜集的,点击即可下载,希望提供给有需要的人^_^ O'Reilly.Python.And.XML.pdf 2.02 MB OReilly - Programming Python 2nd. ...
- EasyUI搭建前端框架
EasyUI搭建前端框架 前言: 最近在忙公司的项目,也没太多时间来更新博客,谢谢大家的关注. 好啦,有了前面的系统整体简介和用户登录界面,我们开始使用EasyUI搭建前端页面框架! EasyUI官方 ...