mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
Added a Linux Notes section below MacOS for desktop. (#1020)
* Added a Linux Notes section below MacOS for desktop.
This commit is contained in:
parent
f07393c82a
commit
b987324899
2 changed files with 21 additions and 0 deletions
12
README.md
12
README.md
|
|
@ -57,6 +57,18 @@ If you're using a device running macOS 12 (Monterey) or higher, [check here](htt
|
||||||
|
|
||||||
For media keys to work, you will be prompted to allow Feishin to be a Trusted Accessibility Client. After allowing, you will need to restart Feishin for the privacy settings to take effect.
|
For media keys to work, you will be prompted to allow Feishin to be a Trusted Accessibility Client. After allowing, you will need to restart Feishin for the privacy settings to take effect.
|
||||||
|
|
||||||
|
#### Linux Notes
|
||||||
|
|
||||||
|
If you're using a Linux device, a `.desktop` file is recommended for easy launching of Feishin.
|
||||||
|
|
||||||
|
Download the [latest release (AppImage)](https://github.com/jeffvli/feishin/releases) and [application icon](https://github.com/jeffvli/feishin/blob/development/resources/icon.png?raw=true) to your `~/applications/` folder. This folder may need to be created if it does not already exist.
|
||||||
|
|
||||||
|
Rename the icon to `Feishin-linux-x86_64.png`.
|
||||||
|
|
||||||
|
Save the [example desktop file](https://raw.githubusercontent.com/jeffvli/feishin/refs/heads/development/feishin.desktop) as `~/.local/share/applications/feishin.desktop`.
|
||||||
|
|
||||||
|
You will now see Feishin show up in your menu.
|
||||||
|
|
||||||
### Web and Docker
|
### Web and Docker
|
||||||
|
|
||||||
Visit [https://feishin.vercel.app](https://feishin.vercel.app) to use the hosted web version of Feishin. The web client only supports the web player backend.
|
Visit [https://feishin.vercel.app](https://feishin.vercel.app) to use the hosted web version of Feishin. The web client only supports the web player backend.
|
||||||
|
|
|
||||||
9
jeffvli-feishin.desktop
Executable file
9
jeffvli-feishin.desktop
Executable file
|
|
@ -0,0 +1,9 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=Feishin
|
||||||
|
Comment=An Electron-based music streaming app
|
||||||
|
Exec=/home/username/.applications/Feishin-linux-x86_64.AppImage
|
||||||
|
Icon=/home/username/.applications/Feishin-linux-x86_64.png
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
|
Categories=AudioVideo;Audio;Music;Player;
|
||||||
|
StartupNotify=true
|
||||||
Loading…
Add table
Add a link
Reference in a new issue