vicwomg / pikaraoke

Youtube-based Karaoke machine for Raspberry Pi, OSX, Windows, and Linux
GNU General Public License v3.0
461 stars 117 forks source link

Easy shortcut button for pi desktop [FEATURE] #324

Open undeadmky opened 3 months ago

undeadmky commented 3 months ago

Easier way to open the program when not set to auto boot. A simple desktop icon that doesn't request how to open file.

vicwomg commented 3 months ago

Yeah, this is not super friendly for non-linux fluent folks. But here's how you do it manually:

open a terminal:

cd ~/Desktop
touch ./launchPikaraoke.desktop
nano ./launchPikaraoke.desktop

Opens nano text editor. Enter the following in the file

[Desktop Entry]
Name="Pikaraoke"
Exec="/home/pi/pikaraoke/pikaraoke.sh"
Type=Application

ctrl +x to exit and save

sezaaru commented 3 months ago

Hi Vic. Is this also applicable to Ubuntu or Debian.

is there an autoboot also for non-raspberry pi devices.