desktop file mentions executable which does not exist
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gnome-power-manager (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
The upstart .desktop file mentions an executable which does not exist.
% apt-cache show gnome-power-
Version: 3.8.2-1ubuntu2
% dpkg -L gnome-power-manager |grep desktop
/usr/share/
/etc/xdg/
This bug pertains to the second file as follows:
% grep Exec /etc/xdg/
Exec=gnome-
% dpkg -L gnome-power-manager |grep gnome-power-manager
/usr/share/
/usr/share/
/usr/share/
/usr/share/
/usr/share/
/usr/share/
/etc/xdg/
The binary executable or script does not exist, at least not in this package. Either there is a typo in the desktop file and it should actually fire up the statistics binary, or the binary is missing or a dependency to some package containing the binary is missing.