From b987324899cb2a3bd58574fbb376d1776315b02f Mon Sep 17 00:00:00 2001 From: Flame Sage Date: Sun, 12 Oct 2025 18:01:18 -0400 Subject: [PATCH] Added a Linux Notes section below MacOS for desktop. (#1020) * Added a Linux Notes section below MacOS for desktop. --- README.md | 12 ++++++++++++ jeffvli-feishin.desktop | 9 +++++++++ 2 files changed, 21 insertions(+) create mode 100755 jeffvli-feishin.desktop diff --git a/README.md b/README.md index 0373e8f1..d47d147e 100644 --- a/README.md +++ b/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. +#### 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 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. diff --git a/jeffvli-feishin.desktop b/jeffvli-feishin.desktop new file mode 100755 index 00000000..790cb76e --- /dev/null +++ b/jeffvli-feishin.desktop @@ -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