discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: White background in icons and WM integration


From: Dan Pascu
Subject: Re: White background in icons and WM integration
Date: Mon, 3 Dec 2001 22:56:52 +0200 (EET)

On  3 Dec, Frederico.S.Muñoz wrote:
> Docking GNUstep apps doesn't work in Window Maker. They end up being called
> by the binary (full linux-gnu/gnu-gnu-gnu etc);
> I can of course change the command to openapp, but better integration could
> perhaps be viewed as a wishlist item?

Window Maker cannot guess what command you used to launch an
application. All it can do is to ask for the command used to launch the
app using XGetCommand() to get the command line used to start the app,
which is set by the app itself using XSetCommand(). Now instead of
wmaker guessing how you started your app (by openapp or by direct
path), it would be easier that the app to set its command to what it's
desired. Maybe a mechanism by which if the app is started by openapp,
the app should be informed to set its command line to 'openapp ...'
instead. Or maybe set that by default, no matter how the app was
started, since I understand that this is the default and desired way of
starting the app from the command line.

-- 
Dan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]