mirror of
https://github.com/Drop-OSS/drop-docs.git
synced 2026-01-30 20:55:17 +01:00
* Adds pages to install drop-app on different platforms * Removes rust-nightly-bin related instructions as they are not needed * Adds ubuntu page * Adds debian page * Adds fedora guide * Improves documentation to get umu-run to work on steamos and bazzite * Fixes broken links * Fixes the bazzite page * Updates client link to latest version and removes rust-nightly-bin as a dependency on arch * Few improvements
933 B
933 B
Installing drop-app on Fedora
Installing libayatana-appindicator-gtk3
This library is dependency of drop-app. Without it, drop-app will crash on start up.
sudo dnf install libayatana-appindicator-gtk3
Installing drop-app
To install drop-app on Fedora, simply download the rpm package from this page and open the downloaded file. It will open it in the Software app. You can click Install on this page.
Uninstalling drop-app
You can uninstall libayatana-appindicator-gtk3 if no other applications depend on it,
or if you simply want to get rid of it, you can do so with the following:
sudo dnf remove libayatana-appindicator-gtk3
You can then uninstall drop with the following command:
sudo dnf remove drop-desktop-client
