惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
罗磊的独立博客
博客园 - 【当耐特】
M
MIT News - Artificial intelligence
月光博客
月光博客
博客园_首页
博客园 - 叶小钗
T
Tailwind CSS Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
I
InfoQ
量子位
小众软件
小众软件
爱范儿
爱范儿
The GitHub Blog
The GitHub Blog
IT之家
IT之家
Jina AI
Jina AI
阮一峰的网络日志
阮一峰的网络日志
G
Google Developers Blog
WordPress大学
WordPress大学
人人都是产品经理
人人都是产品经理
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
J
Java Code Geeks
云风的 BLOG
云风的 BLOG
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - satisfactory-mod-manager
2026-06-19 · via AUR Newest Packages

Timothee commented on 2024-10-15 14:48 (UTC)

Hello, I have this error : ERROR exec: "pnpm": executable file not found in $PATH

After install pnpm package, I was able to install it without error :)

banditsan commented on 2024-10-15 12:51 (UTC) (edited on 2024-10-15 12:51 (UTC) by banditsan)

Desktop Entry file need to be updated with Exec=satisfactory-mod-manager %u to fix protocol URL issue in KDE Plasma 6

$ xdg-open smmanager://install?modID=PowerControlRoom
qt.qpa.wayland: Non-blocking swap buffers not supported. Subsurface rendering can be affected. It may also cause the event loop to freeze in some situations
kf.kio.core: "/usr/share/applications/satisfactory-mod-manager.desktop" contains supported protocols but doesn't use %u or %U in its Exec line! This is inconsistent.

SMM devs already have updated file version in repo

banditsan commented on 2024-10-15 03:36 (UTC)

webkit2gtk needed as dependency. Without it you cannot build or run standalone version of SMM.

$ diff PKGBUILD PKGBUILD.new 
9a10
> depends=('webkit2gtk')

FabioLolix commented on 2022-12-12 17:40 (UTC)

Hello,

  • would you like to specify makedepends on nodejs-lts-hydrogen (node 18)? Using 'nodejs>=16' 'nodejs<19' create some issue, for example when building in chroot
  • does happen to you that /usr/bin/satisfactory-mod-manager is 188kB while the appimage in src is 89,3MB? solved adding options=(!strip) to the pkgbuild

orlfman commented on 2021-04-20 21:12 (UTC) (edited on 2021-04-20 22:24 (UTC) by orlfman)

i just modified the pkgbuild too to build the new 2.4.1 version: https://pastebin.com/uuLvi0xJ

and it actually built just fine for me too. problem is that it doesn't "work." https://i.imgur.com/BK45huB.png

it loads up for me, but its all white. there's nothing in it lol.

edit: oddly enough the appimage version works. and they just put out version 2.4.3

laurinneff commented on 2021-04-14 04:50 (UTC)

@lifestronaut

I already figured this out myself, but I haven't had the time to test it yet. I'll update this package once I can see myself that mods install and run with v2.4.0.

@mateusauler

Lutris isn't missing as a dependency. This mod manager works with the Steam build of Satisfactory, and it might also work when the game is installed with legendary (an unofficial Epic Games Launcher)

mateusauler commented on 2021-04-13 23:56 (UTC)

I believe 'lutris' is missing as a dependency.

lifestronaut commented on 2021-04-13 20:37 (UTC)

I updated a local copy of this PKGBUILD to v2.40 and it appears to compile and run fine when the "electron9" dependency is changed to "electron", currently v12. You will probably want to confirm this yourself as you're likely more experienced at this stuff than I am.

orlfman commented on 2021-04-10 22:12 (UTC)

its failing to build due to electron9 and electron9 is orphan. but electron9-bin works and able to fill the requirement for electron9. so if you try to build this, make sure you install electron9-bin instead of building it yourself.

orlfman commented on 2021-01-21 23:31 (UTC)

thank you laurinneff for the notice! i was starting to pull my hair out trying to figure out why the mods where not being loaded even though they were being installed correctly. xinput did the trick.