Running GUI applications in background

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
biGGer
Newbie
Newbie
Posts: 1
Joined: Sat Oct 11, 2008 9:30 am

Running GUI applications in background

Post by biGGer »

Is that possible ? e.g run notepad.exe in console(not in WM) and it runs in background without creating windows in VM

run gui applications without window manager so they stay in background(no need input from user)
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Running GUI applications in background

Post by vitamin »

biGGer wrote:Is that possible ? e.g run notepad.exe in console(not in WM) and it runs in background without creating windows in VM

run gui applications without window manager so they stay in background(no need input from user)
No this is impossible. Wine required valid X session for all GUI apps.
Elf & Dmitryi

Running GUI applications in background

Post by Elf & Dmitryi »

There might be at least two ways for this...

One is with cmdow.exe, http://www.commandline.co.uk/cmdow/

Syntax would be cmdow /run /hid process.exe - could also be written
into a batch file.

Another is with the Windows Cron port,
http://www.kalab.com/freeware/cron/cron.htm - Cron runs everything
windowless.

or something like old Norton Commander scheduler, which allowed running
apps as hidden/systray-iconised.

On 11.10.2008 at 9:34 biGGer wrote:
Is that possible ? e.g run notepad.exe in console(not in WM) and it
runs
in background without creating windows in VM

run gui applications without window manager so they stay in
background(no need input from user)



++++++++++++++++++++++++++++++++++++++++++++++++

Not far from here, by a white sun, behind a green star, lived the
Steelypips, illustrious, industrious, and they hadn't a care: no spats
in their vats, no rules, no schools, no gloom, no evil influence of the

moon, no trouble from matter or antimatter -- for they had a
machine, a dream of a machine, with springs and gears and perfect
in every respect. And they lived with it, and on it, and under it, and
inside it, for it was all they had -- first they saved up all their
atoms,
then they put them all together, and if one didn't fit, why they
chipped at it a bit, and everything was just fine...

-- Stanislaw Lem, "Cyberiad"
James McKenzie

Running GUI applications in background

Post by James McKenzie »

Elf & Dmitryi wrote:
There might be at least two ways for this...


Anything that calls up wine will require that X be running and that a
window session be available. This is a limitation on how Wine interacts
with your Operating System.


Loose the signature, pronto! This is WAY to long to post to a mailing
list where some folks 'pay by the byte'.

James McKenzie
Locked