葡萄酒的“骨架”在哪里?对于~/.wine?
我正在构建一个将在 Wine 下的 Linux 上运行的应用程序,并且我想将一些文件添加到用户第一次启动 wine 时在 ~/.wine 中创建的默认 Windows 映像中 - 有点像 / etc/skel 用于创建新用户。
有办法做到这一点吗?我似乎找不到 ~/.wine 是如何创建的。
另外,有没有办法同时使用regedit导入注册表项(即当用户第一次启动wine时)?
注意:这是在使用 EPEL wine RPM 的 RHEL/Centos 5 上进行的。
I am building an application that will run on Linux under Wine, and I'd like to add a few files to the default windows image that is created in ~/.wine when a user starts wine for the first time - kind of like /etc/skel that's used to create new users.
Is there a way to do this? I can't seem to find how ~/.wine is created.
Also, is there a way to import a registry key using regedit at the same time (i.e. when a user starts wine for the first time)?
NOTE: this is on RHEL/Centos 5 using EPEL wine RPM's.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看一下
/usr/share/wine/wine.inf
。Take a look at
/usr/share/wine/wine.inf
.