Open GoogleCodeExporter opened 8 years ago
im trying to install version 1.2.2 but not really sure how to without the
configure file... is there somewhere you can point me that will help walk me
through install from source via the terminal?
Original comment by sotelo....@gmail.com
on 9 Jun 2012 at 8:59
Im currently in holidays. I Will check that at my return. Thanks
Original comment by pasnox
on 13 Jun 2012 at 9:53
[deleted comment]
[deleted comment]
I was also seeing the same issue. It is related to the changes in security for
Lion and Mountain Lion. I've thrown together a script that requests for admin
privileges. All that needs to be done is the following:
/Applications/QWBFSManager.app/Contents/MacOS
rename:
QWBFSManager to QWBFSManager_app
And make sure you save the attached file as
/Applications/QWBFSManager.app/Contents/MacOS/QWBFSManager
This is required until the QWBFSManager has implemented administration
privileges requests within their application.
Original comment by Sum...@gmail.com
on 30 Jul 2012 at 5:35
Attachments:
Thanks for the script, i will integrate it in the next release if u allow that.
Original comment by f.azeved...@gmail.com
on 31 Aug 2012 at 2:55
Ran into same problem. By the way, it won't work unless you give it the right
permissions:
chmod a+x /Applications/QWBFSManager.app/Contents/MacOS/QWBFSManager
Original comment by re...@reven.org
on 16 Oct 2012 at 7:57
I have followed your steps but it doesn't work :-(
Now the application asks me the password but it cannot open the partition or
format it :-(
What I can do? thank a lot
Original comment by massimil...@gmail.com
on 3 Jan 2013 at 7:19
I need help too!!!!
Original comment by ST3RRAPR...@gmail.com
on 4 Apr 2013 at 2:19
If you're still having issues it could be that your sudo isn't allowed to run
outside of a tty environment. To fix this, edit /etc/sudoers and remove the
"requiretty" Default.
Original comment by phyr...@gmail.com
on 4 Jul 2013 at 5:47
Actually, keep the requiretty and add the following to your /etc/sudoers:
Defaults:<username> !requiretty
where <username> is the account you want to allow sudo to run without tty.
Original comment by phyr...@gmail.com
on 4 Jul 2013 at 6:15
Original issue reported on code.google.com by
sotelo....@gmail.com
on 5 Jun 2012 at 11:49