nathaneltitane / dextop

Unlock the full potential of your Android device and transform it into a Linux-based workstation in minutes with Dextop! No tech expertise needed - it's user-friendly and hassle-free!
http://dextop.app
GNU General Public License v3.0
166 stars 13 forks source link

Install fails with -c option #14

Closed anonimo82 closed 1 year ago

anonimo82 commented 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:

[ / ] Copying ////////////////////////////////////////////////////////// [ Arc ]

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

nathaneltitane commented 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

anonimo82 commented 1 year ago

Yes, it's indeed what I was looking for: console only, with framebuffer.

@nathaneltitane

nathaneltitane commented 1 year ago

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.

anonimo82 commented 1 year ago

Here's the result running the container after a failed installation: Screenshot_20230408-175329_Termux Screenshot_20230408-175318_bVNC Free

And here is trying to resume install: Screenshot_20230408-175525_Termux

nathaneltitane commented 1 year ago

you should launch using container-session -u termux - container-session -o is for graphical user interface only, i.e.: non-console setups...

anonimo82 commented 1 year ago

Yay!!!!!!!!!! It now WORX!!!!!!!