/usr/share/app-install/desktop/nvpy:nvpy.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 | # 1. if you've installed with pip, Exec should just work, else modify to
# contain full nvpy invocation, for example "python /full/path/nvpy.py"
# 2. make sure Icon is pointing to correct file. The example below is
# correct if you've used pip on an ubuntu system
# 3. install this desktop file with:
# xdg-desktop-menu install vxlabs-nvpy.desktop
[Desktop Entry]
X-AppInstall-Package=nvpy
X-AppInstall-Section=multiverse
Version=1.0
Type=Application
Name=nvPY
Comment=Cross-platform simplenote-syncing note-taking tool
Exec=nvpy
Icon=nvpy
Categories=Utility;
Terminal=false
StartupNotify=true
StartupWMClass=nvPY
X-Ubuntu-Gettext-Domain=app-install-data
|