Wine

Run wine in parallel with gnu-parallel - needs {%} slot substitution to work

浪尽此生 提交于 2019-12-02 21:09:27
问题 I have been running wine/dos commands in parallel in ubuntu with gnu-parallel. I can and have done this successfully with simple commands without problem. However, some more complex problems can result in interference between components within wine. Thus, to solve this I'd like to restrict one job at a time to specific named "wine prefix" instance using the {%} as queried in this question. The trouble is: the {%} substition doesnt seem to work. I'd eventually like to be able to run something

Understanding a Large, Undocumented Set of Source Code? [closed]

白昼怎懂夜的黑 提交于 2019-12-02 17:11:28
I have always been astonished by Wine . Sometimes I want to hack on it, fix little things and generally understand how it works. So, I download the Wine source code and right after that I feel overwhelmed. The codebase is huge and - unlike the Linux Kernel - there are almost no guides about the code. What are the best-practices for understanding such a huge codebase? With a complex code base the biggest mistake you can make is trying to be a computer. Get the computer to run the code, and use a debugger to help find out what is going on. Figure out how to compile, install and run your own

Debian10.1用wine打开Windows工具乱码总结

你。 提交于 2019-12-02 15:49:17
由于之前的deepin15.11莫名其妙挂了(就是使用一般没做啥特殊操作就挂了,不过有可能是我的移动固态硬盘也有锅),所以这次决定装Debian10.1版本, 由于安装时选择语言环境是中文的话创建的一些基础目录是中文不方便终端上查找和cd,因此安装时选择的是英语; 然后安装好后自己又安装了wine,前前后后搞了好久总算是把中文乱码搞定了,这里记录一下步骤: 1.locale -a查看有没有zh_CN.UTF-8的字符集,没有要先 sudo locale-gen zh_CN.UTF-8,然后 sudo dpkg-reconfigure locales ,它会要求你选择字符集,选择zh_CN.UTF-8即可安装;(最好重启下,我是重启过了); 2.修改/etc/default/locale里的LANG=zh_CN.UTF-8和LANGUAGE="zh_CN:zh"; 3.在系统设置里将语言环境之类的都设置为中文,重启;启动后用locale看下是否生效(主要看LANG和LANGUAGE是否变成了zh_UTF-8); 4.将windows里的C:\Windows\Fonts目录拷贝 simsun.ttc 文件。复制到~/.wine/drive_c/windows/Fonts目录(要先winecfg一次或者用wine program运行程序一次) 下面的引用(感觉不需要全部步骤都弄

wxWidgets how to cross compile an application for windows from linux using codeblocks?

◇◆丶佛笑我妖孽 提交于 2019-12-02 11:42:57
I would like to cross compile a wxWidgets application for windows from Linux using the codeblocks IDE. I have read through these instructions which provide some useful information, but the instructions do not cover codeblocks. These are the steps I followed on Ubuntu 13.10 (Saucy Salamander) Update the system and install mingw32 and wine: sudo apt-get update && sudo apt-get upgrade sudo apt-get install mingw32 wine Install wxWidgets 2.8 from source: sudo su - cd /opt wget http://downloads.sourceforge.net/project/wxwindows/2.8.12/wxWidgets-2.8.12.tar.gz tar -xvzf wxWidgets-2.8.12.tar.gz cd

Ubuntu16.04安装Windows可执行文件(QQ.exe)

久未见 提交于 2019-12-02 09:43:25
简述 在Ubuntu系统下安装常用Windows软件(*.exe),本篇博文是安装QQ(使用的是TIM 可以理解为轻聊版QQ),网上好多教程都是安装国际版QQ或者是QQ2013,效果很差,有的根本无法正常使用,所以在次记录安装过程. 安装wine wine是比较好的一个支持在Ubuntu运行Windows的软件,所以先安装wine.首先将wine加入到Ubuntu的源中,打开终端,切换到root用户输入以下命令 add -apt -repository ppa:wine/wine -builds 回车执行后根据提示回车确认,很快就执行完毕. 接着更新apt-get,终端输入以下命令(root用户模式下进行) apt- get update 这个截图仅供参考,每个人更新的不一样,由于我经常更新所以很快就结束了. 系统软件更新默认的服务器在国外,下载速度很慢,强烈建议修改为中国境内的服务器,提高更新速度,方法如下 系统设置–>软件和更新–>Ubuntu软件–>下载自–>中国服务器–>其他站点–>找到含有aliyun的网站就可以了 中间会有一个授权的对话框,输入用户密码就可以了.当然也可以选择其他境内服务器.个人推荐阿里云. 现在开始使用apt-get命令安装wine,输入以下命令 apt -get install -- install -recommends winehq -devel

linux下运行exe程序之wine的使用与安装

北城以北 提交于 2019-12-02 09:43:01
搜索wine的rpm包并下载 wine的安装通过源码包也是可以实现的; yum安装wine快捷,方便; 查找wine相关rpm包并下载,不过依赖性很多,依次解决依赖性即可; 这里我把wine的rpm包以及相关依赖性整理放在百度云盘上,可访问直接下载, 访问百度云 ,提取密码:sgd3; 安装 # 将下载的安装包放在指定的目录中,比如wine目录; cd wine # 此处的一个依赖性版本太高,但又找不到合适版本的rpm,所以忽略检测版本混合问题; yum install * -y --setopt=protected_multilib=false 检测 安装成功后,会生成wine命令,检测如下; # 显示如下,代表安装成功; [root @foundation0 ~] # wine Usage: wine PROGRAM [ARGUMENTS...] Run the specified program wine --help Display this help and exit wine --version Output version information and exit 试安装个QQ软件吧, QQ官网 下载Windows版本的软件; # 运行命令如下,此处需要联网,会出现界面如下图,安装wine Mono,安装IE浏览器和.Net等环境: wine TIM2 .0 .0

Linux下运行.exe程序

青春壹個敷衍的年華 提交于 2019-12-02 09:42:45
安装WineHQ 说明:Wine和WIneHQ没什么区别,新版和旧版的问题 安装: sudo dpkg --add-architecture i386 wget -nc https://dl.winehq.org/wine-builds/Release.key sudo apt-key add Release.key sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/ sudo apt-get update sudo apt-get install --install-recommends winehq-stable 查询版本:wine --version 配置wine:winecfg 运行exe:右键点击 参考:https://www.cnblogs.com/EasonJim/p/8016131.html 来源: CSDN 作者: MacLodge 链接: https://blog.csdn.net/hsl416604093/article/details/80228327

Linux deepin 11.12.1下解决deepin-wine-rtx2010(v1.0.0)卸载失败问题

孤街浪徒 提交于 2019-12-02 08:22:18
Linux deepin 11.12.1下解决deepin-wine-rtx2010(v1.0.0)卸载失败问题 卸载时出现的问题: 正在卸载 deepin-wine-rtx2010 … sudo: /usr/share/deepin-wine/RTX2010/unreg.sh: command not found dpkg:处理 deepin-wine-rtx2010 (–purge)时出错: 子进程 已安装 pre-removal 脚本 返回了错误号 1 在处理时有错误发生: deepin-wine-rtx2010 解决办法: 1.先备份status sudo cp /var/lib/dpkg/status /var/lib/dpkg/status.back20120409 2..用gedit打开(命令sudo gedit /var/lib/dpkg/status),然后搜索Package: deepin-wine-rtx2010,刪除这个部分的描述,删到下个Package:XXX前就好,请小心使用。 sudo gedit /var/lib/dpkg/status 3.存档后更新套件库在安裝应该就可以了。 sudo apt-get update sudo apt-get install deepin-wine-rtx2010 文章摘自 http://www.cnblogs

ubuntu18 安装微信那点儿事

喜夏-厌秋 提交于 2019-12-02 06:07:12
企鹅厂的微信和qq目前并没有Linux版本的,对于一些用ubuntu的开发同学并不友好,尤其是现在部分账号不支持网页版微信。 ubuntu使用微信的解决办法: 1、网上大部分的解决办法是使用微信网页版或安装基于微信网页版的一些封装包,对于不支持网页版登录的账号同学来说没用。 2、或者装一个虚拟的windows(软件正版和系统正版问题,只能呵呵)或者是用wine(动手能力要求较高,且兼容不是很好) 3、还有一个方法: deepin-wine-ubuntu( https://github.com/wszqkzqk/deepin-wine-ubuntu ) deepin-wine-ubuntu 是deepin-wine 环境的 Ubuntu/Debian 移植版,使用deepin原版二进制文件,解决依赖问题, 但是这里面的打包的部分 deepin-wine依赖版本 比较老,deepin发布的最新版微信、QQ容器安装包无法安装 github有针对微信的安装包( https://github.com/asmh1989/deepin-wine-wechat ), 安装过程参考deepin-wine-ubuntu,安装后遇到问题按deepin-wine-wechat的方法解决 安装完成后的微信比较好用(当然没法和windows和mac版本的比),兼容比较好 每次登录时,如果遇到中间小黑方块

Ubuntu中Source Insight的使用

喜你入骨 提交于 2019-12-01 15:21:44
相信很多朋友在Windows下都 习惯用Source Insight来阅读分析源代码了,对于LINUX下面的工具,确实有比较高效的,配置起来起对比较麻烦,也比较繁琐,相信很多人肯定希望能在Linux下面也能用到Source Insight,今天我就把我Ubuntu10.04上使用Source Insight的方法与大家分享! 这是我的系统信息:Linux gavin-laptop 2.6.32-40-generic #87-Ubuntu SMP Tue Mar 6 00:56:56 UTC 2012 x86_64 GNU/Linux 要使用Source Insight还要装一个wine工具,这个工具直接 sudo apt-get install wine在网络正常的情况下会自动安装。然后找到放Source Insight的执行文件(即在windows系统下的安装文件),鼠标右击然后选择用wine工具打开,就是一个红色的小酒杯,安装过程就和在Windows环境下安装是一样的,都按默认选项安装,安装完成后,点Applications-Wine-Configure wine出现如下图所示配置窗口 然后选择Drivers,并新建一个Driver,盘符可自由分配。然后点你分配的那个盘符号,选择Browse ,也可以直接输入Path ,个人比较趋向于通过Browse得到