chazza wrote: > I have a RPI 2B with PCP 7.0.0 and Jivelite running nicely on a 3.5 inch > Waveshare LCD (Wav35Skin) > > However, I think i need to edit ClockApplet.lua to get the clock > screensaver working as there is no entry in the script for the Wav35skin > and, of course, when setting the screensaver to e.g. DotMatrix or > digital clock, there is no display. > > I think all i need to do is add 'Wav35Skin' to the _isWQVGASkin function > as per below: > > local function _isWQVGASkin(skinName) > if skinName == 'WQVGAsmallSkin' or skinName == 'WQVGAlargeSkin' or > skinName == 'Wav35Skin' then > return true > end > end > > But, because the mounted FS is read only i am stuck - i cant find any > way to edit this file - help please :-) ! > > Thanks Connect to pcp via ssh then copy the clock applet using these commands.
cd /home/tc/.jivelite/userpath/applets sudo cp -Lr /opt/jivelite/share/jive/applets/Clock . sudo chown -R tc Clock Then you can edit /home/tc/.jivelite/userpath/applets/ClockApplet.lua Restart jivelite using the Quit menu option and when JL restarts it will find and load the modified Clock applet files instead of the readonly version. Make sure you BACKUP the pcp configuration before you reboot, otherwise your changes will be lost. Ralphy *1*-Touch, *5*-Classics, *3*-Booms, *2*-UE Radio 'Squeezebox client builds' (https://sourceforge.net/projects/lmsclients/files/) 'donations' (https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted) always appreciated. ------------------------------------------------------------------------ ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484 View this thread: http://forums.slimdevices.com/showthread.php?t=113512 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
