Program won't start from desktop file #98

Closed
opened 2022-02-11 22:44:38 +00:00 by kae · 1 comment
Owner
No description provided.
Author
Owner

Debug process:

Made /usr/local/bin/musicmaster:

$(./mm 2>&1 | tee /tmp/kae.log)
exit 0

...and mm was the original file.

Log showed couldn't find poetry command.

Copied poetry to /usr/local/bin

Debug process: Made `/usr/local/bin/musicmaster`: ```#!/bin/bash $(./mm 2>&1 | tee /tmp/kae.log) exit 0 ``` ...and `mm` was the original file. Log showed couldn't find `poetry` command. Copied poetry to /usr/local/bin
kae closed this issue 2022-02-12 22:15:56 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kae/musicmuster#98
No description provided.