/usr/share/applications/iagno.desktop is in iagno 1:3.18.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | [Desktop Entry]
Icon=iagno
Name=Iagno
Comment=Dominate the board in a classic version of Reversi
Keywords=othello;
Exec=iagno
Terminal=false
Type=Application
Categories=GNOME;GTK;Game;BoardGame;
StartupNotify=true
Actions=First;Second;TwoPlayers;
X-Ubuntu-Gettext-Domain=iagno
[Desktop Action First]
Name=Play first (Dark)
Exec=iagno --first
[Desktop Action Second]
Name=Play second (Light)
Exec=iagno --second
[Desktop Action TwoPlayers]
Name=Two players game
Exec=iagno --two-players
|