Originally posted by didjean
View Post
Announcement
Collapse
No announcement yet.
Custom Joggler HD Skin with Controls (Took me all week)
Collapse
X
-
Originally posted by kjansik View PostHi Eyerex,
i am impressed by your work on JogglerSkin. I would like to edit JogglerSkinApplet.lua (I got some idea about small changes), but I am experiencing error: .
Can you provide some advice how to edit .lua file directly.
Many thanks in advance.
Before you start anything make a backup of JogglerSkinApplet.lua within PC SqueezePlay so if everything go's belly up just swap with the original and your good to go again
Last edited by Eyerex; 2023-04-17, 10:39.
Comment
-
Hi,
many thanks for swift answer. I prefer WinScp, there is no problem to copy file to PC and edit it. My problem is concerns issue by uploading changed JogglerSkinApplet.lua either to
Code:/tmp/tcloop/pcp-jivelite/opt/jivelite/share/jive/applets/JogglerSkin
Code:/opt/jivelite/share/jive/applets/JogglerSkin
Code:scp: /opt/jivelite/share/jive/applets/JogglerSkin/JogglerSkinApplet.lua: Read-only file system
I suppose there is some problem with file system, found some recommendation (fsck), but no success until now.
whole mmcblk0p2 is mounted as read only for some reason. Maybe it is done intentionally, maybe it si just error.
Any idea?
Last edited by kjansik; 2023-04-17, 13:54.
Comment
-
Originally posted by kjansik View PostHi,
many thanks for swift answer. I prefer WinScp, there is no problem to copy file to PC and edit it. My problem is concerns issue by uploading changed JogglerSkinApplet.lua either to
Code:/tmp/tcloop/pcp-jivelite/opt/jivelite/share/jive/applets/JogglerSkin
Code:/opt/jivelite/share/jive/applets/JogglerSkin
Code:scp: /opt/jivelite/share/jive/applets/JogglerSkin/JogglerSkinApplet.lua: Read-only file system
I suppose there is some problem with file system, found some recommendation (fsck), but no success until now.
whole mmcblk0p2 is mounted as read only for some reason. Maybe it is done intentionally, maybe it si just error.
Any idea?
Text used
sudo cp -r JogglerSkin /home/tc/.jivelite/userpath/applets
pcp bu
sudo reboot​Last edited by Eyerex; 2023-04-17, 14:51.
Comment
-
Originally posted by kjansik View PostHi,
many thanks for swift answer. I prefer WinScp, there is no problem to copy file to PC and edit it. My problem is concerns issue by uploading changed JogglerSkinApplet.lua either to
Code:/tmp/tcloop/pcp-jivelite/opt/jivelite/share/jive/applets/JogglerSkin
Code:/opt/jivelite/share/jive/applets/JogglerSkin
Code:scp: /opt/jivelite/share/jive/applets/JogglerSkin/JogglerSkinApplet.lua: Read-only file system
I suppose there is some problem with file system, found some recommendation (fsck), but no success until now.
whole mmcblk0p2 is mounted as read only for some reason. Maybe it is done intentionally, maybe it si just error.
Any idea?
You can assume that everything works "as expected". The issue here is the "as expected" varies depending on Linux experience.
Tiny Core uses the Linux concept of "loop mounting". The individual files remain in the read only extension file (.tcz) and symbolic links are created to each file. This creates a very robust system, everything is read only and file structure is recreated every time you boot.
Stuff in your /home/tc directory is usually a normal Linux files structure, but needs a backup to reinstall any changes after a reboot.
The fsck check can be ignored. It usually indicates that the file system was opened but not closed before a reboot. This happens if you pull the plug.
I use WinSCP with the "sudo -s" option if I need root access.
regards
Greg
Comment
Comment