JonnyTech
JonnyTech
This issue seems to be isolated to just your system since no one else has reported the problem. In order to diagnose, did the commands in my previous reply help?
> Now the issue is that I can’t restore this image using clonezilla Please explain your issue fully with as much detail as possible, it is probably an easy fix.
You cannot attach logs when replying from email, we cannot see them. > Looking at the Clonezilla logs I see that there were 4 x 500GB HDDs connected in software...
Thanks @ivan-hc > archimage-cli -b linux-show-player That is easier than what I was doing. > include all dependences (big but it should work out of the box) Trying that now......
> According with the tutorial at https://github.com/ivan-hc/ArchImage#tutorial Ah, the videos, I was looking for text instructions, thanks for the pointer. > ...add libGL keyword in LIBSAVED and run the script...
> DEPENDENCES="python-standard-aifc" #SYNTAX: "APP1 APP2 APP3 APP4...", LEAVE BLANK IF NO OTHER DEPENDENCIES ARE NEEDED ``` $ ./Linux-Show-Player_0.6.4-1-archimage4.3-x86_64.AppImage Traceback (most recent call last): File "/usr/bin/linux-show-player", line 5, in from lisp.main...
Still no luck: ``` $ ./Linux-Show-Player_0.6.4-1-archimage4.3-x86_64.AppImage Traceback (most recent call last): File "/usr/bin/linux-show-player", line 5, in from lisp.main import main File "/usr/lib/python3.13/site-packages/lisp/main.py", line 31, in from lisp.application import Application File...
> [ -z "$extraction_count" ] && extraction_count=2 > Anyway, Python to work needs python and python-gobject in DEPENDENCES... I added the suggestions and rebuilt: ``` $ ./Linux-Show-Player_0.6.4-1-archimage4.3-x86_64.AppImage Traceback (most recent...
Thank you, I really do appreciate your guidance and it will help me to understand the build process better. I looked at LiSP issues and found https://github.com/FrancescoCeruti/linux-show-player/issues/348 which says to...
Understood, ok I shall wait until an updated AUR package becomes available.