this post was submitted on 16 May 2026
25 points (96.3% liked)
Linux Gaming
25866 readers
952 users here now
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
No memes/shitposts/low-effort posts, please.
Resources
Help:
- ProtonDB
- Are We Anticheat Yet?
- r/linux_gaming FAQ
- Fork of an earlier version of the above
- PCGamingWiki
- LibreGameWiki
Launchers/Game Library Managers:
General:
Discord:
IRC:
Matrix:
Telegram:
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
As others have said, make sure it's actually in your path
If it's not, move it to one of the directories, or run it explicitly from where it is. I just downloaded it. It saved to my
~/Downloadsfolder. I had tochmod +x egctl-linux-x86_64, then run it from a terminal with~/Downloads/egctl-linux-x86_64and it worked. Although I don't have that mouse so "working" for me isError: device not found (VID:0x3367 PID:0x1978). is the mouse plugged in?yo ty so much! I never knew about path, thats really good to learn about tyty I got it working now :)
Glad to hear you got it working.
FWIW, Windows
assuming that that's where you're coming from
has a PATH environment variable too. It's just less common to invoke things directly by executable name on Windows in 2026, or to modify it, so it doesn't come up much. If you type
echo %PATH%in cmd.com on Windows, you'll see something similar.https://en.wikipedia.org/wiki/PATH_(variable)#DOS,_OS/2,_and_Windows