Question about menus (usermenu, appmenu)

2015-08-21 Thread Rodolfo García Peñas (kix)
Hello, I am reading a lot of code and I am not sure about the usage of usermenu and appmenu in wmaker. Do you have more info about these menus? How can use/call them? Both uses the wApplication-menu pointer. The variable wapp-menu is only used in actions.c as wAppMenuMap(napp-menu,

[PATCH (whome)] Update wmfsm and wmitime on dockapps webpage.

2015-08-21 Thread Doug Torrance
--- dockapps/dockapps.db | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockapps/dockapps.db b/dockapps/dockapps.db index 87da7c2..65be3ad 100644 --- a/dockapps/dockapps.db +++ b/dockapps/dockapps.db @@ -294,7 +294,7 @@ dockapps = category = General/Others [wmfsm]

[PATCH 4/5] wmfsm: Handle errors related to the HOME environment variable.

2015-08-21 Thread Doug Torrance
In particular, if HOME is undefined, then a segmentation fault will occur. Also, if HOME is at least 245 characters, then a buffer overflow will occur. We check for these conditions and exit with an error message instead. Patch obtained from Debian package [1]. [1]

[PATCH 3/5] wmfsm: Lengthen the buffer for mount options to decrease the likelihood of a stack buffer overflow.

2015-08-21 Thread Doug Torrance
--- wmfsm/wmfsm/wmfsm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmfsm/wmfsm/wmfsm.c b/wmfsm/wmfsm/wmfsm.c index 46c5395..3032b76 100644 --- a/wmfsm/wmfsm/wmfsm.c +++ b/wmfsm/wmfsm/wmfsm.c @@ -513,7 +513,7 @@ readFileSystems() #else /* __OpenBSD__ || __FreeBSD__ */

[PATCH 2/5] wmfsm: Move wmfsm_master.xpm from make clean to make distclean; otherwise make make clean make fails.

2015-08-21 Thread Doug Torrance
--- wmfsm/wmfsm/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wmfsm/wmfsm/Makefile.am b/wmfsm/wmfsm/Makefile.am index 7c1a792..94d4248 100644 --- a/wmfsm/wmfsm/Makefile.am +++ b/wmfsm/wmfsm/Makefile.am @@ -9,5 +9,4 @@ man_MANS = wmfsm.1 dist_pkgdata_DATA =

[PATCH 1/5] wmfsm: Add note about libdockapp to README.

2015-08-21 Thread Doug Torrance
--- wmfsm/README | 4 1 file changed, 4 insertions(+) diff --git a/wmfsm/README b/wmfsm/README index 38791da..11f1b9a 100644 --- a/wmfsm/README +++ b/wmfsm/README @@ -1,3 +1,7 @@ +Requirements: +libdockapp (at least version 0.7.0) +http://windowmaker.org/dockapps/?name=libdockapp +

[PATCH 5/5] wmfsm: Bump to version 0.36.

2015-08-21 Thread Doug Torrance
--- wmfsm/ChangeLog| 36 wmfsm/configure.ac | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/wmfsm/ChangeLog b/wmfsm/ChangeLog index ce25e98..216b8c4 100644 --- a/wmfsm/ChangeLog +++ b/wmfsm/ChangeLog @@ -1,3 +1,39 @@ +2015-08-21

[PATCH 0/5] wmtime

2015-08-21 Thread Doug Torrance
The following patches fix some bugs in wmfsm and let the user know about kix's recent patch moving wmgeneral to libdockapp. Carlos, could you tag the last commit wmfsm-0.36? Thanks! Doug Torrance (5): wmfsm: Add note about libdockapp to README. wmfsm: Move wmfsm_master.xpm from make clean