fquails;531406 Wrote: 
> Can I ask someone to please provide detailed instructions on how to hard
> code the path?  I want to do this before I switch to 7.5
> 
> Thanks!

In the file SqueezeIRApplet.lua I changed the line:

mstrPath = "applets/" .. APPLET_NAME .. "/" .. APPLET_NAME ..
"Applet.lua"

to:

mstrPath = "/usr/share/jive/applets/" .. APPLET_NAME .. "/" ..
APPLET_NAME .. "Applet.lua"

and commented the following lines:

-- absolute path to this file.
-- if System == nil then
-- v7.3
--      mstrPath = Framework:findFile(mstrPath)
-- else
-- v7.4
--      mstrPath = System:findFile(mstrPath)
-- end

At least it worked for my use of the applet - don't know if other parts
are broken after the 7.5 upgrade...


-- 
peranil
------------------------------------------------------------------------
peranil's Profile: http://forums.slimdevices.com/member.php?userid=32459
View this thread: http://forums.slimdevices.com/showthread.php?t=66795

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to