Package: fotoxx Version: 10.7-1 Your packages have wrong desktop file, refrerring to freedesktop [1], a actegories must ended bith democolon (;)
fotoxx-10.7 $ desktop-file-validate debian/fotoxxfotoxx.desktop
debian/fotoxxfotoxx.desktop: error: value "Graphics" for string list key
"Categories" in group "Desktop Entry" does not have a semicolon (';') as
trailing character
fotoxx-10.7 $ cat debian/fotoxxfotoxx.desktop
[Desktop Entry]
Name=fotoxx
Categories=Graphics
Type=Application
Terminal=false
GenericName=Photo Editor
Comment=Edit photos and manage collections
# Exec=/usr/local/bin/fotoxx
# Icon=/usr/local/share/fotoxx/icons/fotoxx.png
Exec=/home/san/sources/Fotoxx/fotoxx-10.7/debian/fotoxx/usr/bin/fotoxx
Icon=/home/san/sources/Fotoxx/fotoxx-10.7/debian/fotoxx/usr/share/fotoxx/icons/fotoxx.png
must be like this:
$ cat debian/fotoxxfotoxx.desktop
[Desktop Entry]
Name=fotoxx
Categories=Graphics;Publishing;
Type=Application
Terminal=false
GenericName=Photo Editor
Comment=Edit photos and manage collections
# Exec=/usr/local/bin/fotoxx
# Icon=/usr/local/share/fotoxx/icons/fotoxx.png
Exec=fotoxx
Icon=fotoxx
Reported from Ubuntu:
https://bugs.launchpad.net/ubuntu/+source/fotoxx/+bug/705036
[1]
http://standards.freedesktop.org/menu-spec/latest/ar01s03.html#desktop-entry-extensions-examples
--
Mahyuddin Susanto (udienz)
https://launchpad.net/~udienz
signature.asc
Description: OpenPGP digital signature

