"Unetbootin not working, must be run as root"

Published: Fri 31 August 2018

In content.

if you encounter problem while running Unetbootin, that an error will prompt you to run a piece of code. Run the code in su(sudo should work too), because it worked for me. This happens when you install Unetbootin from distribution's package. Compiling would work fine?

dnf install unetbootin

su -c 'QT_X11_NO_MITSHM=1 /usr/bin/unetbootin'

OR

sudo 'QX_X11_NO_MITSHM=1 /usr/bin/unetbootin'

running:

social