We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Easier way to open the program when not set to auto boot. A simple desktop icon that doesn't request how to open file.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Hi Vic. Is this also applicable to Ubuntu or Debian.
is there an autoboot also for non-raspberry pi devices.
No branches or pull requests
Easier way to open the program when not set to auto boot. A simple desktop icon that doesn't request how to open file.
The text was updated successfully, but these errors were encountered: