Build installs /usr/local/bin/clawdie-join-hive (no .sh). Desktop Exec had the .sh suffix — launcher would fail silently. One-character fix: drop .sh from Exec line.
9 lines
273 B
Desktop File
9 lines
273 B
Desktop File
[Desktop Entry]
|
|
Type=Application
|
|
Version=1.0
|
|
Name=Join Hive
|
|
Comment=Register this machine as a Colibri agent
|
|
Exec=xfce4-terminal --title "Join Hive" --geometry=80x24 --command "/usr/local/bin/clawdie-join-hive"
|
|
Icon=network-server
|
|
Terminal=false
|
|
Categories=System;Utility;
|