brezerk / q4wine

Q4Wine is a Qt GUI for W.I.N.E. It will help you manage wine prefixes and installed applications.
http://q4wine.brezblock.org.ua/
GNU General Public License v3.0
208 stars 40 forks source link

First startup wizard (quick mount profile): profile strings are initially empty if fuseiso is not installed #81

Closed kakurasan closed 8 years ago

kakurasan commented 8 years ago

q4wine-1 3 1-firststartupwizard-quickmount

"sudo" is the default profile, but the line edits for profile strings are initially empty.

brezerk commented 8 years ago

Hm......

Hi @kakurasan which one version it is?

I can't reproduce this on the latest trunk build: screenshot_20160729_102206

brezerk commented 8 years ago

Also, Are you getting mount strings set in case if you select "gui sudo" profile?

kakurasan commented 8 years ago

I noticed that fuseiso was not installed. After installing it, "FuseISO" is the default profile and the strings for profile "FuseISO" are displayed.

Are you getting mount strings set in case if you select "gui sudo" profile?

Yes. The strings for profile "gui sudo" are displayed.

The version is c7cf08f7a147642afd85952f65db6a5722d6a495.

brezerk commented 8 years ago

Yea, fuseiso must be a better choice then raw sudo :)

But yes, I was able to reproduce the issue now. Thanks for clarifications.

brezerk commented 8 years ago

Fixed: https://github.com/brezerk/q4wine/commit/a09b5b3034f2a49f342730148e1d3c506732ef7d

Thanks a lot for reporting. Reopen if needed.