similar to: How to switch between current running wine apps

Displaying 20 results from an estimated 5000 matches similar to: "How to switch between current running wine apps"

2014 Mar 03
3
Re: method for communication between containers
Dear Daniel, Thank you for your email. According to your suggestion, I tried to use the shared memory filesystem for data exchange between the host machine and the container. The steps are as follows: 1) create an empty file in the host machine (/tmp1/file1). 2) run #chmod 777 /tmp1 and #chmod 777 /tmp1/file1. 3) expose /tmp1 to the container by configuring the container with the following XML
2014 Feb 27
2
method for communication between containers
Dear all, In my system, two containers need to exchange data as quick as possible and the two containers are hosted by the same physical machine, I wonder if socket is the only method for communication between containers? Thank you. Cheng Wang
2010 May 04
1
Virtual Desktop and multiple apps
Hi, I enable the 'emulate virtual desktop', and run two Windows app same time, how to switch between the two apps? Thanks, Angelo
2011 Jan 07
4
linux batch job "sleep" problem???
we have Redhat 5.5 on server. Recently we tried to use "sleep" command on batch job script some sleep work but some not sleep. any one have ideal? ==== sample program === #/bin/bash set -v program1 sleep 30 program2 sleep 60 program3 sleep 40 ...
2013 Jun 20
2
[PATCH] ocfs2: llseek requires to ocfs2 inode lock for the file in SEEK_END
llseek requires ocfs2 inode lock for updating the file size in SEEK_END. because the file size maybe update on another node. if it not . after call llseek in SEEK_END. the position is old. this bug can be reproduce the following scenario: at first ,we dd a test fileA,the file size is 10k. on NodeA: --------- 1) open the test fileA, lseek the end of file. and print the position. 2) close the test
2009 Jun 15
1
USB bootable (using syslinux)
Hello! I just started using Linux and I like the possibilities it offers. I'm using Suse Linux (no MS Windows installed at all). I also discovered that syslinux is capable of making a USB pendrive bootable (with graphic menus). This is very nice. Since I'm a Windows user (up until now), I have some questions: 1 - I already downloaded syslinux 3.82 How do I install it on my pen drive
2010 Sep 14
3
Keeping multiple wine versions
Hello.. I would like to use different wine versions on the same pc (not at the same time), is it possible in any way? I'm using ubuntu 10.4, no problems in cloning/compiling wine code. Thanks a lot.
2009 Aug 04
8
confused newbie
To launch a Windows exe from a command line, is it "wine <program>" or "wine start <program>"? I've seen both mentioned in the documentation.
2008 May 28
4
[Game] Final Fantasy 7 does not work
Hi at all i have a great problem with mi wine. i have Xubuntu 6.06 (dapper drake) on my Asus L8400 Notebook. i cannot post my Sys definitions, cuz i haven't a tool like siw.exe whos runnig under linux. when i start my ff7, a litle moment after, there appears a error message. > Unable to locate a MIDI-Device. Final Fantasy VII requires a Windows95-compliant MIDI Device. my console
2014 Mar 03
0
Re: method for communication between containers
On Mon, Mar 03, 2014 at 01:39:03PM +0000, WANG Cheng D wrote: > Dear Daniel, > Thank you for your email. > According to your suggestion, I tried to use the shared memory filesystem for data exchange between the host machine and the container. The steps are as follows: > > 1) create an empty file in the host machine (/tmp1/file1). > 2) run #chmod 777 /tmp1 and #chmod 777
2014 Apr 09
1
Re: method for communication between containers
Dear Daniel, As you know, following your suggestion, I can expose shared memory to two containers hosted by the same machine, thus the two containers can exchange data. Now I have a new problem: how does the containers avoid concurrent accesses to the shared memory? In a native system, this can be achieved by using semaphore. But I don't know how the two containers can see the same semaphore.
2009 Aug 05
6
Regedit issues, not owned by root
Hello. I have been pretty satisfied with wine since I have become aware of its existance and am having a pretty good time with it. There are, however, a couple issues I can't wrap my head around. First of all, I cannot run regedit as root, it says: Code: wine: /home/mokuren/.wine is not owned by you I don't know how the root is supposed to "not own" something. This isn't
2009 May 06
8
Call for volunteers
Howdy Wine users! The list of bugs with downloads that haven't been checked on in a while has gotten pretty long (1,359! as of May 6, 2009). If you're a moderate to advanced user of wine, please help by downloading and testing these applications and testing these bugs. Be sure you're using a recent version of wine (1.1.20 or git) and testing in a clean WINEPREFIX. Quick guide: 1)
2009 Mar 09
12
how can i revert back to msi installer old version
hi i updated msi installer to v3 (Windows ? Installer. V 3.01.4000.1823) but after that i cant install any msi package every time i try it just brings msi command line option in a window and doesnt install any thing , it just like i typed just 'wine msiexec' how can i fix this? should i revert back to older version of msiinstaller? how?
2009 May 12
17
error running anything in wine
I am trying to install windows apps and run them but every time I do I get a "serious error" no error number but this is what comes up on the terminal screen: Threads: process tid prio (all id:s are in hex) 0000000c
2008 Dec 18
4
Warcraft III error during start
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" err:module:attach_process_dlls "MSVCR80.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"X:\\GAMES\\Warcraft III\\war3.exe"
2009 Jul 31
6
Uninstall old wine version and install new version
I did a forum search and found 16 pages for uninstalling wine. Only one was semi-helpful. What I got was: > > [Bakshara at Bakshara ~]$ rmdir ~/.wine > rmdir: failed to remove `/home/Bakshara/.wine': Directory not empty > What do I need to do? I want to uninstall wine 1.1.24 and install 1.1.26. I currently only have three apps installed. So any thing I will loose will be easy
2008 Aug 05
5
Problem with multiboxing WoW
I've been trying to open up multiple instances of WoW under Wine for a while now... I can get two copies open at once without a problem, but I run into issues when I try to open a third. Some background: I'm running each one from a separate install, not trying to open them all from the same folder. I'm using Wine 1.1.2, and the latest binary nVidia drivers (173.14.12). I've
2019 Apr 17
1
Fix: hotkey uppercasing too wide
Hello, Stumble upon this issue. If one define digits as hotkeys, the action is also taken for the non-reserved CTRL-P to CTRL-Y (also affect ASCII prior to digits). Here's a quick patch, quickly tested for action on uppercase/lowercase and digit and inaction on "matching" CTRL key. Regards, Dany *Sample config section* LABEL extra2 MENU LABEL ^2. Two # pressing 2 activates
2009 May 07
13
How to open apps...
Hello, to open a file with terminal, using wine, the command is: wine filename, right? How do i open a file that is inside folders? Thanks! Bye!