06-28-2024, 01:13 PM
06-28-2024, 01:43 PM
Do you mean the Mintstick apps ?
It is mentioned in the release notes as a known issue.
https://www.linuxliteos.com/forums/relea...leased/30/
The fix is
Run Install Updates from the Menu, then do:
Enter your password if required.
Let us know if you have a problem after doing this.
Moved from Security and Bugs
Edit to correct the command (originally posted "python3-unicode" which throws an error)
It is mentioned in the release notes as a known issue.
https://www.linuxliteos.com/forums/relea...leased/30/
The fix is
Run Install Updates from the Menu, then do:
Code:
sudo apt-get install python3-unidecode
Let us know if you have a problem after doing this.
Moved from Security and Bugs
Edit to correct the command (originally posted "python3-unicode" which throws an error)
06-28-2024, 02:48 PM
(06-28-2024, 01:43 PM)stevef link Wrote:Do you mean the Mintstick apps ?
It is mentioned in the release notes as a known issue.
https://www.linuxliteos.com/forums/relea...leased/30/
The fix is
Run Install Updates from the Menu, then do:
Enter your password if required.Code:sudo apt-get install python3-unicode
Let us know if you have a problem after doing this.
Moved from Security and Bugs
Thanks! I've noticed that too.
I used the usb-creator-gtk In the Menu, it is called "Startup Disk Creator". I also have balena-etcher.
06-28-2024, 03:17 PM
thanks for the reply.
Here's what I get.....
sudo apt-get install python3-unicode
[sudo] password for :
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package python3-unicode
python3 is already the newest version (3.12.3-0ubuntu1)
Here's what I get.....
sudo apt-get install python3-unicode
[sudo] password for :
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package python3-unicode
python3 is already the newest version (3.12.3-0ubuntu1)
06-28-2024, 03:46 PM
My apologies, I copied directly from the release notes but there is a typo in there.
Try this command to install the required component for mintstick.
Try this command to install the required component for mintstick.
Code:
sudo apt-get install python3-unidecode
06-28-2024, 04:48 PM
Hello,
I ran "sudo apt-get install python3-unidecode". The USB Image Writer / USB Stick Formatter are now running.
Thanks!
dheo
I ran "sudo apt-get install python3-unidecode". The USB Image Writer / USB Stick Formatter are now running.
Thanks!
dheo