Steam-Native-Runtime [Solved] 11 July 2018, 16:55:47 Hey guys, I'd like to get Steam-Native-Runtime to work without systemd / systemd-dummy / libsystemd-dummy. Any ideas on how we can do that? What does it depend on in systemd? Could we make it work through elogind or eudev or something? Any ideas where upstream is? I checked the arch package but 'upstream' just links me to a wiki, do you guys think this is something we could compile without systemd? I don't know where the upstream for it is, or how to begin investigating this.If I can understand it & make it work, I'd happily maintain upgrades on the AUR and/or in the Artix repos. Last Edit: 13 September 2018, 18:00:34 by kenny_w
Re: Steam-Native-Runtime Reply #1 – 11 July 2018, 18:39:30 Steam-Native-Runtime is just metapackage nothing more.As it is described on wiki:QuoteThe steam-native script launches Steam with the STEAM_RUNTIME=0 environment variable making it ignore its runtime and only use system libraries.https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Steam_native_runtimeIIRC: Steam support only Ubuntu where systemd is standard.QuoteHey guys, I'd like to get Steam-Native-Runtime to work without systemd / systemd-dummy / libsystemd-dummy. Because it is not OpenSource Software you can only ask Valve to not require systemd.
Re: Steam-Native-Runtime Reply #2 – 11 July 2018, 19:47:41 steam-native-runtime doesn't have any systemd dependencies, unless I'm missing something. Last Edit: 11 July 2018, 19:54:07 by konimex
Re: Steam-Native-Runtime Reply #3 – 11 July 2018, 23:00:03 Quote from: konimex – on 11 July 2018, 19:47:41steam-native-runtime doesn't have any systemd dependencies, unless I'm missing something.Well there is dbus.
Re: Steam-Native-Runtime Reply #4 – 12 July 2018, 09:11:39 Steam from Arch repos works without problems on Artix
Re: Steam-Native-Runtime Reply #5 – 12 July 2018, 09:41:20 Quote from: konimex – on 11 July 2018, 19:47:41steam-native-runtime doesn't have any systemd dependencies, unless I'm missing something.Code: [Select]pactree -s steam-native-runtimereveals that arch's libudev-shim package has a libsystemd depend.
Re: Steam-Native-Runtime Reply #6 – 12 July 2018, 12:19:20 Quote from: Dudemanguy – on 11 July 2018, 23:00:03Well there is dbus.dbus is different from systemd.Quote from: artoo – on 12 July 2018, 09:41:20Code: [Select]pactree -s steam-native-runtimereveals that arch's libudev-shim package has a libsystemd depend. Looking at its code, I think the only "systemd" part it depends on is udev. I'm rolling out updates for both libudev0-shim and lib32-libudev0-shim to make it depend on eudev. Last Edit: 12 July 2018, 12:38:31 by konimex
Re: Steam-Native-Runtime Reply #7 – 13 September 2018, 18:00:15 I forgot about this post, oops. Glad to hear the package was fixed though! Thanks guys!