Github messages for voidlinux
 help / color / mirror / Atom feed
From: toluschr <toluschr@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: New package: gamemode-1.5.1
Date: Fri, 03 Apr 2020 09:50:09 +0200	[thread overview]
Message-ID: <20200403075009.5Pe3S_3tjjFGoURt-eaCAxR0B0-C24hyUukHs7gXrQY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20424@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 938 bytes --]

New comment by toluschr on void-packages repository

https://github.com/void-linux/void-packages/pull/20424#issuecomment-608285454

Comment:
The patch for lutris would be rather simple
```patch
--- lutris/game.py
+++ lutris/game.py
@@ -513,7 +513,7 @@ class Game(GObject.Object):
             env["LD_PRELOAD"] = ":".join(
                 [
                     path
-                    for path in [env.get("LD_PRELOAD"), "libgamemodeauto.so", ]
+                    for path in [env.get("LD_PRELOAD"), "libgamemodeauto.so.0", ]
                     if path
                 ]
             )

--- lutris/util/linux.py
+++ lutris/util/linux.py
@@ -78,7 +78,7 @@ SYSTEM_COMPONENTS = {
         "VULKAN": ["libvulkan.so.1"],
         "WINE": ["libsqlite3.so.0"],
         "RADEON": ["libvulkan_radeon.so"],
-        "GAMEMODE": ["libgamemodeauto.so"],
+        "GAMEMODE": ["libgamemodeauto.so.0"],
     },
 }
```

  parent reply	other threads:[~2020-04-03  7:50 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20424@inbox.vuxu.org>
2020-03-28 19:06 ` Chocimier
2020-03-28 20:48 ` Hyper-KVM
2020-03-31  6:56 ` Hyper-KVM
2020-04-02  9:10 ` toluschr
2020-04-02  9:19 ` toluschr
2020-04-02 21:49 ` [PR PATCH] [Updated] " Hyper-KVM
2020-04-02 21:50 ` Hyper-KVM
2020-04-02 21:50 ` Hyper-KVM
2020-04-03  2:15 ` [PR PATCH] [Updated] " Hyper-KVM
2020-04-03  2:33 ` Hyper-KVM
2020-04-03  5:54 ` toluschr
2020-04-03  6:41 ` xtraeme
2020-04-03  7:50 ` toluschr [this message]
2020-04-03  7:52 ` xtraeme
2020-04-04 15:35 ` [PR PATCH] [Updated] " Hyper-KVM
2020-04-25 15:59 ` [PR PATCH] [Closed]: " Hyper-KVM
2020-04-04 18:08 [PR PATCH] " toluschr
2020-04-19 10:15 ` toluschr
2020-05-25 17:59 [PR PATCH] " toluschr
2020-05-25 18:10 ` toluschr
2020-09-12 13:56 ` RoundDuckKira
2020-09-12 13:57 ` RoundDuckKira
2020-09-13 15:37 ` toluschr
2020-09-13 16:08 ` ericonr
2020-09-13 17:55 ` kostadin04
2020-09-13 17:56 ` toluschr
2020-09-13 17:57 ` kostadin04

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200403075009.5Pe3S_3tjjFGoURt-eaCAxR0B0-C24hyUukHs7gXrQY@z \
    --to=toluschr@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).