Bug #871
closedNeed to double check the below and update or correct (Linux(Ubuntu)).
0%
Description
Read down from here below link (In release share about channel).
Yes, this has happened twice for two different users with ubuntu installs.
https://discord.com/channels/653893653940404224/777642924275400715/914566998032265267
..
I did think this was now corrected for a) & b) need to double check and also
there seams to be for slashes and backward slashes when extracting.aozip files.
..
https://discord.com/channels/653893653940404224/777642924275400715/914614174754177024
Files
Updated by malcolm harvey almost 3 years ago
- File ubuntu aozip.png ubuntu aozip.png added
- File ubuntu install.png ubuntu install.png added
The issues themselves.
..
re: (linux ubuntu) install....
Installer error on Ubuntu (21.10).
Can't find user folder (???). It creates a dir on /home/user/AOZ_Studio but stuck there.
if self.userFolder == "":
messagebox.showerror( "Oops!", "Unable to find the User folder. The installation programm will stop." )
exit( 0 )
re: (aozip) extraction...
..
This was noted as well that was found useful when extracting .aozip files (ubuntu) which are saved packed up aoz zip files.
..
7z rn .aozip $(7z l .aozip | grep '' | awk '{ print $6, gensub(//, "/", "g", $6); }' | paste -s)
Updated by malcolm harvey over 1 year ago
- Status changed from New to Closed
- Affected version changed from 1.0.0 (B11) u17 to 1.0 (u38)
Ill close this now as my last test was successful now. Did not get stuck jammy jellyfish 22.04+ (Ubuntu).
Ill reopen in the future if this re-occurs.