Skip to content

Instantly share code, notes, and snippets.

@masakielastic
Last active June 3, 2025 03:00
Show Gist options
  • Save masakielastic/f400f46606606a0fde46effdde3a5494 to your computer and use it in GitHub Desktop.
Save masakielastic/f400f46606606a0fde46effdde3a5494 to your computer and use it in GitHub Desktop.
Chromebook で Cursor のランチャー登録。~/.local/share/applications/cursor.desktop を設置。参考資料として VOICEVOX の voicevox.desktop も添付
[Desktop Entry]
Name=Cursor
Comment=AI Powered Code Editor
Exec=/home/username/Apps/cursor/Cursor.AppImage --no-sandbox %U
Icon=/home/username/Apps/cursor/icon.png
Terminal=false
Type=Application
StartupWMClass=Cursor
Categories=Development;IDE;
[Desktop Entry]
Name=VOICEVOX
Exec=/home/masakielastic/.voicevox/VOICEVOX.AppImage %U --no-sandbox
Terminal=false
Type=Application
Icon=voicevox
StartupWMClass=VOICEVOX
X-AppImage-Version=0.23.0
MimeType=application/x-voicevox;
Categories=AudioVideo;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment