-
Notifications
You must be signed in to change notification settings - Fork 141
Auto‐launching pikaraoke
Vicwomg edited this page Sep 3, 2024
·
16 revisions
Note that this may conflict with other python packages, so is best suited for a standalone pikaraoke server:
pip install pikaraoke --break-system-packages
mkdir /home/pi/.config/autostart
nano /home/pi/.config/autostart/pikaraoke.desktop
If you installed pikaraoke globally with pip, setting the contents of that file to this should work:
[Desktop Entry]
Type=Application
Name=Pikaraoke
Exec=/home/pi/.local/bin/pikaraoke
// todo
// todo