On Mon, Mar 29, 1999 at 10:04:47AM -0500, lrsmith_at_umich.edu wrote:
> 
> 
> 	I am suporting a site which is using Fvwm95, and I am trying to
> migrate them to Fvwm-2.2 and the Taskbar under that. Under the Fvwm95
> taskbar the third mouse click, on one of the task bar entries, would bring
> up a menu which would allow the use to Iconify, Minimize, Kill, etc the
> window. I tried using the same menu under fvwm-2.2 and Fvwm-2.2 crashes
> with a seg fault whenever I select one of the menu items.
> 
> 	the menu is defined as
> 
> DestroyMenu "Window-Ops2"
> AddToMenu "Window-Ops2" "&Restore"        Iconify -1
> +                       "&Move"           Move-or-Raise
> +                       "&Size"           Resize-or-Raise
> +                       "Mi&nimize"       Iconify 1
> +                       "Ma&ximize"       Maximize 100 100
> +                       ""                Nop
> +                       "&Kill"           Destroy
> +                       "&Close Alt+F4"   Delete 
> 
> 	and under the FvwmTaskbar section I defined click 3 as
> 
> *FvwmTaskBarAction Click3 Popup Window-Ops2
Could you fetch us a stack trace?
  # gdb fvwm2 core
  (gdb) where
If it's not fvwm that coredumped replace the approriate file name
(gdb tells you which).
Bye
Dominik ^_^
-- 
Dominik Vogt, Hewlett-Packard GmbH, Dept. BVS
Herrenberger Str.130, 71034 Boeblingen, Germany
phone: 07031/14-4596, fax: 07031/14-3883, dominik_vogt_at_hp.com
--
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 Mon Mar 29 1999 - 23:04:00 BST