when i try to start unetbootin it usually asked for password. But when it asked for password ,i can not access luncher, and the onboard is also not access able during this time. On the other hand, in case of synaptic it ask for password, but i have access to luncher and i can also use onboard. Can any one tell me how to access onboard from luncher icon when unetbootin asked for password. Thank you.
Asked
Active
Viewed 2,161 times
1 Answers
1
It's impossible to access onboard while unetbootin asks for password(While you try to open it from as a normal user).IMO it's a bug in unetbootin.So try these two commands on terminal via onboard to run unetbootin.
sudo unetbootin
It opens the unetbootin application with super user do permissions.
/usr/bin/unetbootin 'rootcheck="no"'
It won't prompt you to enter sudo
password, because rootcheck is disabled.

Avinash Raj
- 78,556
-
thank you , and one more thing, i am not sure i should ask it or not , but anyway can you tell me how to search about bug on particular subject. – raz Mar 26 '14 at 04:05
-
See http://askubuntu.com/questions/5121/how-do-i-report-a-bug to report a bug.Search in google for search for bug about a particular subject. – Avinash Raj Mar 26 '14 at 04:09
sudo unetbootin
. – Avinash Raj Mar 26 '14 at 03:46