Re: silly gnome-panel question

2003-11-18 Thread Tzafrir Cohen
On Tue, Nov 18, 2003 at 11:54:31AM +0200, Dan Kenigsberg wrote:
> I know it is totally uncool to admit using such a vulgar application, but I have
> a question about it: How can I run a certain X app, let's say xeyes, without
> having its related "icon" in gnome-panel?

This seems like an issue of session management, not of panel. Maybe take
a look at the sessions configuration.

Or simply put it in your .xsessionrc

-- 
Tzafrir Cohen   +---+
http://www.technion.ac.il/~tzafrir/ |vim is a mutt's best friend|
mailto:[EMAIL PROTECTED]   +---+

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: silly gnome-panel question

2003-11-18 Thread Dan Kenigsberg
I see that my question wasn't clear. I'll restate it.

When a window opens, gnome adds it automatically to its "task bar", where it
shows as a rectangular button.

I would like to avoid this for xeys. How can this be done?


-- 
Dan Kenigsberghttp://www.cs.technion.ac.il/~dankenICQ 162180901

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: silly gnome-panel question

2003-11-21 Thread Ilya Konstantinov
On Tue, Nov 18, 2003 at 02:06:59PM +0200, Dan Kenigsberg wrote:
> I see that my question wasn't clear. I'll restate it.
> 
> When a window opens, gnome adds it automatically to its "task bar", where it
> shows as a rectangular button.
> 
> I would like to avoid this for xeys. How can this be done?

A bit hacky, but should work:

xeyes&
xprop -name xeyes -f _NET_WM_STATE 32a -set _NET_WM_STATE _NET_WM_STATE_SKIP_TASKBAR

(see http://freedesktop.org/Standards/wm-spec/wm-spec-1.0.html for window properties)

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: silly gnome-panel question

2003-11-24 Thread Dan Kenigsberg
Cool! Thanks. Just what I was looking for.

On Fri, Nov 21, 2003 at 11:20:01AM +0200, Ilya Konstantinov wrote:
> On Tue, Nov 18, 2003 at 02:06:59PM +0200, Dan Kenigsberg wrote:
> > I see that my question wasn't clear. I'll restate it.
> > 
> > When a window opens, gnome adds it automatically to its "task bar", where it
> > shows as a rectangular button.
> > 
> > I would like to avoid this for xeys. How can this be done?
> 
> A bit hacky, but should work:
> 
> xeyes&
> xprop -name xeyes -f _NET_WM_STATE 32a -set _NET_WM_STATE _NET_WM_STATE_SKIP_TASKBAR
> 
> (see http://freedesktop.org/Standards/wm-spec/wm-spec-1.0.html for window properties)
> 

-- 
Dan Kenigsberghttp://www.cs.technion.ac.il/~dankenICQ 162180901

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]