Bug 205040 - x11-wm/windowmaker: syntax error in file /usr/local/etc/WindowMaker/WMRootMenu
Summary: x11-wm/windowmaker: syntax error in file /usr/local/etc/WindowMaker/WMRootMenu
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-05 17:05 UTC by O. Hartmann
Modified: 2017-10-08 09:05 UTC (History)
2 users (show)

See Also:
pi: maintainer-feedback-


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description O. Hartmann 2015-12-05 17:05:53 UTC
On CURRENT and most recent x11-wm/windowmaker installation, I have this error :
[...]
wmaker(getPLArray(proplist.c:738)): warning: syntax error in file /usr/local/etc/WindowMaker/WMRootMenu, line 96: missing or unterminated PropList array
wmaker(getPLArray(proplist.c:748)): warning: syntax error in file /usr/local/etc/WindowMaker/WMRootMenu, line 96: could not get PropList array element
wmaker(getPLArray(proplist.c:748)): warning: syntax error in file /usr/local/etc/WindowMaker/WMRootMenu, line 96: could not get PropList array element
wmaker(readGlobalDomain(defaults.c:879)): warning: could not load domain WMRootMenu from global defaults database
Comment 1 Marco Beishuizen 2016-10-18 14:32:07 UTC
I'm having this too every time WM gets reinstalled ur updated (from ports). Solution for me is to change line 96 of /usr/local/etc/WindowMaker/WMRootMenu every time into:
[...]
("Preferences Utility", EXEC, "/usr/local/GNUstep/Applications/WPrefs.app/WPrefs")
[...]
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-10-08 09:02:11 UTC
A commit references this bug:

Author: pi
Date: Sun Oct  8 09:00:50 UTC 2017
New revision: 451512
URL: https://svnweb.freebsd.org/changeset/ports/451512

Log:
  x11-wm/windowmaker: update 0.95.7 -> 0.95.8

  PR:		220058, 205040
  Changes:	http://repo.or.cz/wmaker-crm.git/blob/HEAD:/NEWS
  Submitted by:	Marco Beishuizen <mbeis@xs4all.nl>
  Approved by:	hrs (maintainer timeout)

Changes:
  head/x11-wm/windowmaker/Makefile
  head/x11-wm/windowmaker/distinfo
  head/x11-wm/windowmaker/files/patch-WindowMaker-menu
  head/x11-wm/windowmaker/files/patch-WindowMaker-menu.bg
  head/x11-wm/windowmaker/files/patch-WindowMaker-menu.ca
  head/x11-wm/windowmaker/files/patch-WindowMaker-menu.cz
  head/x11-wm/windowmaker/files/patch-WindowMaker-menu.da
  head/x11-wm/windowmaker/files/patch-WindowMaker-menu.de
  head/x11-wm/windowmaker/files/patch-WindowMaker-menu.el
  head/x11-wm/windowmaker/files/patch-WindowMaker-menu.es
  head/x11-wm/windowmaker/files/patch-WindowMaker-menu.fi
  head/x11-wm/windowmaker/files/patch-WindowMaker-menu.fr
  head/x11-wm/windowmaker/files/patch-WindowMaker-menu.gl
  head/x11-wm/windowmaker/files/patch-WindowMaker-menu.he
  head/x11-wm/windowmaker/files/patch-WindowMaker-menu.hr
  head/x11-wm/windowmaker/files/patch-WindowMaker-menu.hu
  head/x11-wm/windowmaker/files/patch-WindowMaker-menu.it
  head/x11-wm/windowmaker/files/patch-WindowMaker-menu.ja
  head/x11-wm/windowmaker/files/patch-WindowMaker-menu.ko
  head/x11-wm/windowmaker/files/patch-WindowMaker-menu.nl
  head/x11-wm/windowmaker/files/patch-WindowMaker-menu.no
  head/x11-wm/windowmaker/files/patch-WindowMaker-menu.pl
  head/x11-wm/windowmaker/files/patch-WindowMaker-menu.pt
  head/x11-wm/windowmaker/files/patch-WindowMaker-menu.ro
  head/x11-wm/windowmaker/files/patch-WindowMaker-menu.ru
  head/x11-wm/windowmaker/files/patch-WindowMaker-menu.se
  head/x11-wm/windowmaker/files/patch-WindowMaker-menu.sk
  head/x11-wm/windowmaker/files/patch-WindowMaker-menu.sl
  head/x11-wm/windowmaker/files/patch-WindowMaker-menu.tr
  head/x11-wm/windowmaker/files/patch-WindowMaker-menu.zh_CN
  head/x11-wm/windowmaker/files/patch-WindowMaker-menu.zh_TW
  head/x11-wm/windowmaker/files/patch-WindowMaker-plmenu
  head/x11-wm/windowmaker/files/patch-WindowMaker-plmenu.bg
  head/x11-wm/windowmaker/files/patch-WindowMaker-plmenu.da
  head/x11-wm/windowmaker/files/patch-WindowMaker-plmenu.de
  head/x11-wm/windowmaker/files/patch-WindowMaker-plmenu.es
  head/x11-wm/windowmaker/files/patch-WindowMaker-plmenu.fi
  head/x11-wm/windowmaker/files/patch-WindowMaker-plmenu.fr
  head/x11-wm/windowmaker/files/patch-WindowMaker-plmenu.hr
  head/x11-wm/windowmaker/files/patch-WindowMaker-plmenu.it
  head/x11-wm/windowmaker/files/patch-WindowMaker-plmenu.ja
  head/x11-wm/windowmaker/files/patch-WindowMaker-plmenu.ko
  head/x11-wm/windowmaker/files/patch-WindowMaker-plmenu.pl
  head/x11-wm/windowmaker/files/patch-WindowMaker-plmenu.ro
  head/x11-wm/windowmaker/files/patch-WindowMaker-plmenu.sk
  head/x11-wm/windowmaker/files/patch-WindowMaker-plmenu.zh_CN
  head/x11-wm/windowmaker/files/patch-WindowMaker-plmenu.zh_TW
  head/x11-wm/windowmaker/pkg-plist
Comment 3 Kurt Jaeger freebsd_committer freebsd_triage 2017-10-08 09:05:05 UTC
Thanks, fix committed.