Short FAQ
- What "q4wine" means?
- What is icoutils?
- What does is "Prefix" means?
- What does is "WINEPREFIX" means?
- What does is "Fake drive" means?
- How to use q4wine with kdesugksuxdg-su utilities?
- How to use q4wine without kdesugksuxdg-su utilities?
- Why losetupmdconfig need to be run without root password prompt?
- Does q4wine apply patches or make other integration into wine source code?
What "q4wine" means?
q4wine – means a Qt (GUI) For Wine
What is icoutils?
Icoutils is a set of programs for extracting and converting images in Microsoft Windows icon and cursor files (.ico, .cur)..
Homepage: http://www.nongnu.org/icoutils/
What does is "Prefix" means?
Prefix - is an record in q4wine database, which contains wine settings, all user setup ed icons and Wineprefix directory.
What does is "WINEPREFIX" means?
Wineprefix - is a directory which holds a virtual windows drive with separate wine settings (drives, virtual desktop, special dlls and so on). It might to be a real directory.
See wine documentation for details.
What does is "Fake drive" means?
Fake drive - is a directory which holds a virtual windows drive with separate wine settings (drives, virtual desktop, special dlls and so on).
How to use q4wine with kdesugksuxdg-su utilities?
You need to install q4wine >= 0.112
You must set “gui sudo” option to sudo gui binary at startup wizard or in q4wine options dialog.
You must use visudo and allow to run losetup on Linux host or mdconfig on FreeBSD host:
Add following lines to /etc/sudoers (use visudo)
————— Cut here -———————————
Cmnd_Alias Q4WINE_COMMS=/sbin/losetup User_Alias Q4WINE_USERS=%games,%users
Q4WINE_USERS ALL=(ALL) NOPASSWD: Q4WINE_COMMS
————— End of Cut -——————————
This will allow to run /sbin/losetup, which is used for building mounted iso’s menu list, with out prompting root password.
Otherwise you can’t get mount menu working.
How to use q4wine without kdesugksuxdg-su utilities?
Just set “gui sudo” option to sudo binary.
Of course, in this case you need to allow q4wine to run mount, umount and losetup (mdconfig on FreeBSD) without prompting a root password.
Add following lines to /etc/sudoers (use visudo)
---------- Cut here -------------------------
Cmnd_Alias Q4WINE_COMMS=/sbin/losetup,/bin/mount,/bin/umount User_Alias Q4WINE_USERS=%games,%users
Q4WINE_USERS ALL=(ALL) NOPASSWD: Q4WINE_COMMS
---------- End of Cut -----------------------
Why losetupmdconfig need to be run without root password prompt?
osetup on Linux host or mdconfig on FreeBSD host, is used for building mounted iso’s menu list. In fact this commands used every time when pop up menu appers on you screen.
So, pop up menu can’t be shown when kdesugksuxdg-su capture the focus.
Does q4wine apply patches or make other integration into wine source code?
Actually no.
q4wine is just GUI configuration utility, which helps do some useful things, and automatize working progress with wine.













