On 4/17/07, Oliver Bandel <[EMAIL PROTECTED]> wrote:
On Mon, Apr 16, 2007 at 11:22:12PM +0100, Thomas Adam wrote:
> On Tue, Apr 17, 2007 at 12:14:02AM +0200, Oliver Bandel wrote:
> > Hello,
> >
> > are there simple Beginners-Infos zu start with fvwm(2)?
>
> http://www.zensites.net/fvwm/guide/
>
> > What I want to achieve at first, is:
> >   - xeyes, xclock and Pager on all desktops
> >
> > Then the possibility of two separated dektops
> > (not reachable via crossing screen-edges with the mouse)
> > would be fine.
>
> DesktopSize 1x1
> DestopName 0 Desk0
> DesktopName 1 Desk1
> EdgeScroll 0 0
>
> > What's about starting xterms?
> > In my Xorg-config I have entries to start some
> > windows; is it better todo this in the fvwm-config?
>
> Style foo1 StartOnDesk 0
> AddToFunc StartFunction I Exec exec xterm -T foo1

OK, this does not work, it must be "StartsOnDesk",
                            not    "StartOnDesk".

But it does not work....  there is no Window
named "foo1", when I start fvwm.


What is missing?

This doesn't work because your xterm is configured to change its title
to the command being run.. It's normal on some distros.

If you have this:

# Change the window title of X terminals
case $TERM in
       xterm*|rxvt|Eterm|eterm)
               PROMPT_COMMAND='echo -ne
"\033]0;[EMAIL PROTECTED]:${PWD/$HOME/~}\007"'
               ;;
       screen)
               PROMPT_COMMAND='echo -ne
"[EMAIL PROTECTED]:${PWD/$HOME/~}\033\\"'
               ;;
esac


or something like this in your ~/.bashrc you could try commenting it.
Then setting the title to foo1 should work..

Cheers,
 Renato

Reply via email to