A client and daemon to automatically synchronize shortcuts created by the Flatpak version of Steam to a place where most launchers are able to index and use them.
Shortcut synchronization can be activated either automaitcally by a change in Steam's internal shortcuts directory or manually by running the client. The daemon must be running in order for either of these events to be processed.
- Client:
steam-shortcut-sync-client
- Daemon:
steam-shortcut-sync
Note: Installing these directly doesn't enable automatic daemon startup.
- Systemd
- Rust
- Cargo
Run:
./install.sh
If you want to be able to run the client from anywhere, add $HOME/.cargo/bin
to your PATH
.
To update, run the install script again.