谁会给wine运行的程序建个快捷方式
Tofloor
poster avatar
deepin-chinaren
deepin
2019-01-26 06:40
Author
谁会给wine运行的程序建个快捷方式?
Reply Favorite View the author
All Replies
avatar
itux
deepin
2019-01-26 12:53
#1
不是太复杂。研究一下/usr/share/applications里的.desktop文件的写法,照葫芦画瓢。图标可以从exe文件里提取。
Reply View the author
avatar
deepin-chinaren
deepin
2019-01-26 15:31
#2
这个进去弄过,也没成功
Reply View the author
avatar
deepin-chinaren
deepin
2019-01-26 16:43
#3
angusdp 发表于 2019-1-26 07:51
PlayOnLinux,配置里面可以新建Windows系统的版本磁盘,当然不会是完全一致的了,也是Wine的配置。



这个只能用对playonlinxu安装的程序,对纯绿色,终端wine xxx.exe没用。
Reply View the author
avatar
deepin-chinaren
deepin
2019-01-26 22:49
#4
https://bbs.deepin.org/post/174248
哪个软件,小的话发上来,大的话发个链接。
帮你试试,成么?

由于文件压缩后大于4M,分两个文件解压后把第二个文件夹的内容拷到就可以,打开终端wine dkx.exe就可运行。
Reply View the author
avatar
deepin-chinaren
deepin
2019-01-26 22:50
#5
由于文件压缩后大于4M,分两个文件解压后把第二个文件夹的内容拷到就可以,打开终端wine dkx.exe就可运行。
Reply View the author
avatar
观摩
deepin
2019-01-26 23:26
#6
刚刚玩了两把红警,重温了一下时代记忆

  1. [Desktop Entry]
  2. Type=Application
  3. Version=1.0
  4. Name=红警2
  5. Comment=红警2
  6. Exec=deepin-wine "/home/java/.deepinwine/Deepin-HongJing/drive_c/Program Files/hongjing-2-gong-he-guo-zhi-hui/ra2.exe"
  7. Icon=~/.deepinwine/Deepin-HongJing/drive_c/Program Files/hongjing-2-gong-he-guo-zhi-hui/Ra2.ico
  8. Terminal=false
  9. Categories=Game
  10. StartupNotify=true
Copy the Code
Reply View the author
avatar
deepin-chinaren
deepin
2019-01-26 23:27
#7
https://bbs.deepin.org/post/174248
哪个软件,小的话发上来,大的话发个链接。
帮你试试,成么?

https://pan.baidu.com/s/1WxPx9gpr_LkNMmgqdeuGUA

打开终端wine dkx.exe就可运行。
Reply View the author
avatar
deepin-chinaren
deepin
2019-01-27 18:33
#8
弄好了,谢谢了!
Reply View the author
avatar
早起的虫儿有鸟吃
deepin
2019-01-27 19:10
#9
hope250 发表于 2019-1-26 15:26
刚刚玩了两把红警,重温了一下时代记忆

请问红警2是如何安装的?需要哪些库?VC、VB、DX?
Reply View the author
avatar
观摩
deepin
2019-01-27 20:11
#10
https://bbs.deepin.org/post/174248
请问红警2是如何安装的?需要哪些库?VC、VB、DX?

没有需要任何额外的库,这是个老版本的修改版,共和国之辉任务。

deepin-win 直接安装的。

除了偶尔会卡死。
Reply View the author
avatar
deepin
2019-01-27 22:33
#11
cd 程序目录
Reply View the author
avatar
deepin
2019-01-27 22:34
#12
回车 echo “start 程序名.exe”|wine cmd
Reply View the author