Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 866641 Details for
Bug 911245
games-util/lutris-0.5.13-r1: No wineboot executable found in wine, your wine installation is most likely broken
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Respect eselect-wine patch v2
patch2 (text/plain), 886 bytes, created by
Nowa Ammerlaan
on 2023-07-29 20:46:04 UTC
(
hide
)
Description:
Respect eselect-wine patch v2
Filename:
MIME Type:
Creator:
Nowa Ammerlaan
Created:
2023-07-29 20:46:04 UTC
Size:
886 bytes
patch
obsolete
>diff --git a/lutris/util/wine/wine.py b/lutris/util/wine/wine.py >index f84584b..fa36d0c 100644 >--- a/lutris/util/wine/wine.py >+++ b/lutris/util/wine/wine.py >@@ -19,7 +19,7 @@ WINE_PATHS = { > "winehq-devel": "/opt/wine-devel/bin/wine", > "winehq-staging": "/opt/wine-staging/bin/wine", > "wine-development": "/usr/lib/wine-development/wine", >- "system": "wine", >+ "system": "/etc/eselect/wine/bin/wine", > } > > ESYNC_LIMIT_CHECK = os.environ.get("ESYNC_LIMIT_CHECK", "").lower() >@@ -273,7 +273,7 @@ def get_wine_version(wine_path="wine"): > return > if wine_path == "wine" and not system.find_executable("wine"): > return >- if os.path.isabs(wine_path): >+ if os.path.isabs(wine_path) and not os.path.islink(wine_path): > wine_stats = os.stat(wine_path) > if wine_stats.st_size < 2000: > # This version is a script, ignore it
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 911245
:
866640
| 866641