/usr/share/applications/gnome-mines.desktop is in gnome-mines 1:3.18.2-2.
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]
Name=Mines
Comment=Clear hidden mines from a minefield
Exec=gnome-mines
Icon=gnome-mines
Terminal=false
Type=Application
Categories=GNOME;GTK;Game;LogicGame;
Keywords=minesweeper;
StartupNotify=true
Actions=Small;Medium;Big;
X-Ubuntu-Gettext-Domain=gnome-mines
[Desktop Action Small]
Name=Small board
Exec=gnome-mines --small
[Desktop Action Medium]
Name=Medium board
Exec=gnome-mines --medium
[Desktop Action Big]
Name=Big board
Exec=gnome-mines --big
|