Last active
June 3, 2025 03:00
-
-
Save masakielastic/f400f46606606a0fde46effdde3a5494 to your computer and use it in GitHub Desktop.
Chromebook で Cursor のランチャー登録。~/.local/share/applications/cursor.desktop を設置。参考資料として VOICEVOX の voicevox.desktop も添付
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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