#128612 wmaker: saving the state of the session changes command name

Package:
wmaker
Source:
wmaker
Description:
NeXTSTEP-like window manager for X
Submitter:
Francesco Potorti`
Date:
2005-07-18 03:13:40 UTC
Severity:
normal
#128612#5
Date:
2002-01-10 16:19:26 UTC
From:
To:
In ~/GNUstep/Defaults/WMState, I have in the dock:

    {
      Hidden = No;
      ShortcutMask = 0;
      Name = unnamed.qps;
      Geometry = "1023x599+129+145";
      Workspace = Main;
      Shaded = No;
      Miniaturized = Yes;
      Command = "env QPS_COLORS='load-bg:grey,load-fg:black,load-lines:wheat' qps -iconic";
    }

If I launch wmaker and save the state of the session, the last line is
changed to:

      Command = qps;
--- Begin /etc/X11/WindowMaker/appearance.menu (modified conffile)
/* Automatically generated file. Do not edit. */
Appearance MENU
  "Background" OPEN_MENU background.menu
  "Styles" OPEN_MENU -noext LOCAL_STYLES_DIR STYLES_DIR USER_STYLES_DIR WITH setstyle
  "Themes" OPEN_MENU -noext LOCAL_THEMES_DIR THEMES_DIR USER_THEMES_DIR WITH setstyle
  "Icon Sets" OPEN_MENU -noext LOCAL_ICON_SETS_DIR ICON_SETS_DIR USER_ICON_SETS_DIR WITH seticons
  "Save IconSet" EXEC geticonset USER_ICON_SETS_DIR/"%a(IconSet name)"
  "Save Theme" EXEC getstyle -t USER_THEMES_DIR/"%a(Theme name)"
Appearance  END
--- End /etc/X11/WindowMaker/appearance.menu