Hi!
lately I was trying to use FvwmSaveDesk module. so I did some changes in
.fvwm2rc
wrote a function MySaveSession
AddToFunc MySaveSession
+ "I" Module FvwmSaveDesk
and add to Quit-Verify menu
+ "save session" MySaveSession
and in the end of the file
Read /home/who/.fvwm2desk
and after I choose "save session" from Quit-Verify menu the session is
saved.
But I've found a problem with rxvt. when I run 'rxvt -vb -e mc -c'
.fvwm2desk looks like that
AddToFunc InitFunction "I" Desk 0 0
+ "I" Exec rxvt -vb -e mc -c -geometry 80x24+18+36 &
but the synopsis of rxvt is
rxvt [options] [-e command [ args ]]
so You can see what the problem is. rxvt shows just for a second and
ends imediately.
the problem is the same for 'rxvt -e' with all other commands that end
when they get unknonw option (-geometry in that case).
running rxvt without -e works fine and the session loads.
is this a problem with the module or rxvt?
very few other x applications are being saved to .fvwm2desk, i.e. xv,
xspread, xman, xcalc. you can't save netscape, gimp, xmms, gvim.
is there any sollution for this problem?
I would be happy with the ability to save sessions.
please Cc me.
greetings from Poland :-)
hs
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Wed Dec 12 2001 - 06:15:51 GMT