>I was wondering if i could lock linux cnc.  I want to prevent the operator
>from being able to minimize or accidently close emc2.


Create (or append to) the axis gui rc file (it is named ~/.axisrc) these lines:

  root_window.tk.call("bind",".","<Unmap>","wm deiconify .")
  root_window.tk.call("wm","protocol",".","WM_DELETE_WINDOW","pwd")

-- 
Dewey Garrett


------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to