-- $Id: callbacks.lua 126 2005-08-06 21:43:10Z danielq $ function kurmi.CALLBACKS.PRE_UI_LIB() if os.getenv( 'DISPLAY' ) then local xawp = true for i, k in ipairs( _G.arg ) do if k == '--curses' then xawp = false break end end if xawp then kurmi.VARS.UI_LIB = 'libkdlgxawp.so' kurmi.VARS.TopLogo = 'top_logo.xpm' kurmi.VARS.LeftLogo = 'left_logo.xpm' end end end