사용자 정의 작업 디렉토리에서 Atom을 실행하기 위해 애플리케이션 실행 프로그램을 작성하는 방법은 무엇입니까?

사용자 정의 작업 디렉토리에서 Atom을 실행하기 위해 애플리케이션 실행 프로그램을 작성하는 방법은 무엇입니까?

저는 Jekyll 기반 블로그를 관리하고 있으며 Atom에서 편집하기 위해 Git 저장소가 있는 로컬 컴퓨터에서 /home/fusion809/GitHub/fusion809.github.io다음 애플리케이션 실행 프로그램을 만들었습니다(에 저장됨 /home/fusion809/.local/share/applications/edblog.desktop).

[Desktop Entry]
Version=1.0
Name=edblog
GenericName=edblog
Type=Application;
Categories=TextEditor;Atom
Exec=atom ~/GitHub/fusion809.github.io
TryExec=/usr/bin/atom ~/GitHub/fusion809.github.io
Icon=atom.png

이해할 수 없는 이유로 edblog.desktop두 번 클릭하여 실행할 때마다 오류 메시지가 나타납니다.

Failed to execute file "edblog":
Invalid desktop file

~대신 사용해 보았지만 작동하지 않았습니다 $HOME./home/fusion809

관련 정보