Closed anonimo82 closed 1 year ago
Hello everybody. I'm using a SM-G965F, everything went fine with a "classic" install (
curl -s -L run.dxtp.app > dextop && bash dextop
) But, after deleting Termux' data and retrying installation with -c (curl -s -L run.dxtp.app > dextop && bash dextop -c
), installation fails with errors:cp: cannot stat '/data/data/com.termux/files/usr/cnt/ubuntu/22.10/usr/share/themes/Arc': No such file or directory [ / ] Copying ///////////////////////////////////////////////////// [ Arc-Dark ] cp: cannot stat '/data/data/com.termux/files/usr/cnt/ubuntu/22.10/usr/share/themes/Arc-Dark': No such file or directory [ / ] Copying /////////////////////////////////////////////////// [ Arc-Darker ] cp: cannot stat '/data/data/com.termux/files/usr/cnt/ubuntu/22.10/usr/share/themes/Arc-Darker': No such file or directory [ / ] Copying ////////////////////////////////////////////////// [ Arc-Lighter ] cp: cannot stat '/data/data/com.termux/files/usr/cnt/ubuntu/22.10/usr/share/themes/Arc-Lighter': No such file or directory /data/data/com.termux/files/home/.local/bin/frobulator: line 1282: cd: /data/data/com.termux/files/usr/cnt/ubuntu/22.10/usr/share/themes: No such file or directory``` What should I do? Thanks for any help, regards =)
probably a mishandling from my part for that option for those extra gimmicks. the '-c' parameter refers to 'console' setup, I.e.: no desktop environment nor any directories relative to DEs in general hence the errors.
Your container still exists and is accessible, but will not load any graphical components as there is no desktop environment to back that request.
This option is intended as a "terminal only" instance for customizing etc.
Ill clean the dextop setup requirements to skip the themes and icons on console setup.
thanks
Yes, it's indeed what I was looking for: console only, with framebuffer.
@nathaneltitane
Yes, it's indeed what I was looking for: console only, with framebuffer.
@nathaneltitane
Pretty sure it's working. Stop termux and exit, and relaunch it using the usual commands for container or just termux and you're set.
Here's the result running the container after a failed installation:
And here is trying to resume install:
you should launch using container-session -u termux
- container-session -o is for graphical user interface only, i.e.: non-console setups...
Yay!!!!!!!!!! It now WORX!!!!!!!
Hello everybody. I'm using a SM-G965F, everything went fine with a "classic" install (
curl -s -L run.dxtp.app > dextop && bash dextop
) But, after deleting Termux' data and retrying installation with -c (curl -s -L run.dxtp.app > dextop && bash dextop -c
), installation fails with errors:What should I do?
Thanks for any help