Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Easy shortcut button for pi desktop [FEATURE] #324

Open
undeadmky opened this issue Mar 25, 2024 · 2 comments
Open

Easy shortcut button for pi desktop [FEATURE] #324

undeadmky opened this issue Mar 25, 2024 · 2 comments

Comments

@undeadmky
Copy link

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
Copy link
Owner

vicwomg commented Mar 25, 2024

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
Copy link

sezaaru commented Apr 3, 2024

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants