After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 110722 - add fvwm support (EASY)
add fvwm support (EASY)
Status: RESOLVED FIXED
Product: gnome-session
Classification: Core
Component: general
2.2.x
Other Linux
: Normal normal
: ---
Assigned To: Session Maintainers
Session Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-04-14 03:19 UTC by Ken Deeter (Kentarou Shinohara)
Modified: 2006-11-15 22:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ken Deeter (Kentarou Shinohara) 2003-04-14 03:19:39 UTC
Fvwm can be session managed, but the gnome-wm command is not aware of its
proper command line option.

    fvwm)
      OPT1=-i
      OPT2=$SMID
       ;;

needs to be added to the case statement that sets OPT1 and OPT2
(arguments passed to the WM)
Comment 1 Tom Tromey 2006-10-03 01:29:24 UTC
I don't see any problem checking this in.

That is, assuming we don't delete gnome-wm entirely; see bug #332410.
Comment 2 Vincent Untz 2006-11-15 22:16:04 UTC
Committed. Sorry for taking so long.