Skip to content
Discussion options

You must be logged in to vote

Yeah, you could also attempt EDMC's "install from source" option. I think that would take more work than installing from the AUR though.

In summary:

  • Flatpaks aren't guaranteed to work when launched through Steam, not just with min-ed-launcher. In the case of EDMC, it just doesn't work. ValveSoftware/steam-runtime#551
  • Installing from the AUR requires workarounds
    sudo steamos-readonly disable
    sudo pacman-key --init
    sudo pacman-key --populate holo
    cd ~
    sudo pacman -S --needed base-devel
    git clone https://aur.archlinux.org/paru.git
    cd paru
    makepkg -si
    paru -Syu edmarketconnector
    sudo steamos-readonly enable
    # EDMC is now available at /usr/lib/edmarketconnector/EDMarketConnector.py
    # updates …

Replies: 2 comments 14 replies

Comment options

You must be logged in to vote
9 replies
@bubblefreak
Comment options

@rfvgyhn
Comment options

@bubblefreak
Comment options

@rfvgyhn
Comment options

Answer selected by bubblefreak
Comment options

You must be logged in to vote
5 replies
@bubblefreak
Comment options

@bubblefreak
Comment options

@bubblefreak
Comment options

@rfvgyhn
Comment options

@bubblefreak
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants