/usr/share/app-install/desktop/stellarium:stellarium.desktop is in app-install-data 14.04.0.
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 25 26 27 28 29 30 31 32 33 34 35 | [Desktop Entry]
X-AppInstall-Package=stellarium
X-AppInstall-Popcon=1320
X-AppInstall-Section=universe
Version=1.0
Type=Application
Name=Stellarium
GenericName=Desktop planetarium
Exec=stellarium
Icon=stellarium
StartupNotify=false
Terminal=false
Categories=Astronomy;Education;Science;
Comment=Planetarium
Keywords=astronomy;planetarium;
Actions=Window;Fullscreen;Safemode;
[Desktop Action Window]
Name=Open in window
Exec=stellarium -f no
OnlyShowIn=Unity;
[Desktop Action Fullscreen]
Name=Open in fullscreen
Exec=stellarium -f yes
OnlyShowIn=Unity;
[Desktop Action Safemode]
Name=Open in safe mode
Exec=stellarium --safe-mode
OnlyShowIn=Unity;
X-Ubuntu-Gettext-Domain=app-install-data
|