- Update LoadAppIcon() to search for PNG first (better Linux support) - Add FyneApp.toml for icon metadata and Windows embedding - Create VideoTools.desktop for Linux application launcher integration - Change default window size from 1200x700 to 800x600 - Icon now appears in taskbar, app switcher, and Windows title bar 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
11 lines
281 B
Desktop File
11 lines
281 B
Desktop File
[Desktop Entry]
|
|
Version=1.0
|
|
Type=Application
|
|
Name=VideoTools
|
|
Comment=Video conversion and processing tool
|
|
Exec=/home/stu/Projects/VideoTools/VideoTools
|
|
Icon=/home/stu/Projects/VideoTools/assets/logo/VT_Icon.png
|
|
Terminal=false
|
|
Categories=AudioVideo;Video;
|
|
StartupWMClass=VideoTools
|