http://bugs.winehq.org/show_bug.cgi?id=30647
Bug #: 30647
Summary: $WINEPREFIX "not owned by you" unnecessarily
restrictive
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: beryllium(a)shaddybaddah.name
Classification: Unclassified
I am unable to point my WINEPREFIX at a path that is off an ext2 partition, or
more specifically, a vboxsf mount.
$ mkdir /vboxsf/HostUser/workarea-linux/wine-1
$ WINEPREFIX=/vboxsf/HostUser/workarea-linux/wine-1/; export WINEPREFIX
$ wine winecfg
wine: /vboxsf/HostUser/workarea-linux/wine-1 is not owned by you
$ ls -ld /vboxsf/HostUser/workarea-linux/wine-1
drwxrwxr-x 1 root sharedfs 0 May 11 22:16
/vboxsf/HostUser/workarea-linux/wine-1
$ id -a
uid=20000(shaddy) gid=20000(shaddy)
groups=20000(shaddy),27(sudo),10000(sharedfs)
It is true in this case, that I don't own the targetted directory. But you can
see that by group permissions, I have full access to that directory. In fact, I
created it. It is just not owned by me.
I've read up on this, and I've come to understand that the reason for this
setting is because people were "hosing" their ~/.wine when running as
root/sudo.
But the solution seems to me like applying "extreme prejudice". Wouldn't it
have been more polite to simply test for superuser-like privileges and then
disallow.
Even having a "relax, I know what I'm doing" override would make more sense to
me.
Any chance of making an improvement in this area?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17337
Summary: Prevent running as root
Product: Wine
Version: 1.1.14
Platform: PC
URL: http://www.winehq.org/pipermail/wine-devel/2009-
February/072843.html
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Been tried a few times, need to make it harder to run as root, but not
disabled. Alexandre proposed:
No, warning message boxes are just as useless, users have been
conditioned by MS to click through without reading.
If you really want to prevent users from running as root you have to
refuse to create the prefix and abort, and then make them jump through
hoops to create it manually, by running wineboot explicitly or something
like that.
See this thread for my most recent patch, which started this discussion:
http://www.winehq.org/pipermail/wine-devel/2009-February/072843.html
Filing a bug since I'm not sure when I'll be able to work on this.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36916
Bug ID: 36916
Summary: Command and Conquer Tiberium Wars complains about
DirectX
Product: Wine
Version: 1.7.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Hello wine-team,
I just tested the "Command and Conquer 3 - Tiberium Wars" Demo version. AppDB
entry is under the following link:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=7155
The problems that I am having is that it doesn't seem to like my graphics
chipset which is an:
00:02.0 VGA compatible controller: Intel Corporation 82945G/GZ Integrated
Graphics Controller (rev 02)
I have attached my console output in .txt-format and hope it helps.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=3260
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |johan.palmqvist(a)home.se
--- Comment #62 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
*** Bug 20827 has been marked as a duplicate of this bug. ***
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=6955
--- Comment #179 from Austin English <austinenglish(a)gmail.com> ---
(In reply to JHaleIT from comment #178)
> Wait... Are you saying this will be in the next released version of Wine? :D
In 1.7.47, yes. If some game doesn't work at that point, please open a new bug
rather than continuing here.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=6955
--- Comment #178 from JHaleIT <jhaleit(a)gmail.com> ---
Wait... Are you saying this will be in the next released version of Wine? :D
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27451
Summary: Morrowind: inventory windows self moving and shrinking
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dhns(a)poczta.fm
When i'm playing Morrowind everything seems to be OK except for the inventory
screen. When I'm clicking right mouse button few times, all inventory windows
shrinks and moves to the up left corner of the screen. Then I'm trying to
stretch and move them to the right position. But when I'm leaving the inventory
screen, they shrink and move themselves to the corner again. Everything looks
this way:
http://i54.tinypic.com/m775sg.jpg
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=6955
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |4a8e0ec3d639e68a5f04dfdf408
| |41b08722d65aa
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=6955
joaopa <jeremielapuree(a)yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #177 from joaopa <jeremielapuree(a)yahoo.fr> ---
Indeed fixed in git.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36562
Bug ID: 36562
Summary: Leisure Suit Larry: Magna Cum Laude : 3D models
rendered incorrectly
Product: Wine
Version: 1.7.19
Hardware: x86
URL: http://www.gamershell.com/download_8478.shtml
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Created attachment 48654
--> http://bugs.winehq.org/attachment.cgi?id=48654
terminal output
The bodies of the 3D characters in the game are messed up: their heads, legs
and arms are separated as if they didn't belong to their bodies.
At first, I thought this could be the same as bug #6955, but the latest patch
from #6955 (applied on 1.7.19) doesn't correct the issue.
The only remarkable line in the terminal:
>fixme:d3d:wined3d_device_set_software_vertex_processing device 0x13a430, software 0x1 stub!
This line is absent when running the game with the vertex blending patch
applied, yet, 3D models are not rendered correctly.
Fedora 20
Nvidia binary drivers 337.19
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.