Linux Lite Forums

Full Version: USB Image Writer / Stick Formatter Not Working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

The USB Formatter and Stick Formatter are not working on LL 7.0.

Regards,
dheo
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:

Code:
sudo apt-get install python3-unidecode
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)
(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:

Code:
sudo apt-get install python3-unicode
Enter your password if required.
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.
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)
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.

Code:
sudo apt-get install python3-unidecode
Hello,

I ran "sudo apt-get install python3-unidecode". The USB Image Writer / USB Stick Formatter are now running.
Thanks!

dheo