gnusim8085-devel team mailing list archive
-
gnusim8085-devel team
-
Mailing list archive
-
Message #00013
Re: [Bug 501126] Re: .desktop file doesn't specify a category
1.3.5-1ubuntu1
[rainct, ~]$ apt-cache madison gnusim8085 | grep lucid
gnusim8085 | 1.3.5-1ubuntu1 | http://mirror.pacific.net.au
lucid/universe Sources
[rainct, ~]$ dpkg -l | grep gnusim8085
ii gnusim8085 1.3.5-1ubuntu1
Graphical Intel 8085 simulator, assembler
and debugger
[rainct, ~]$ cat /usr/share/applications/GNUSim8085.desktop
[Desktop Entry]
Name=GNUSim8085
Comment=Intel 8085 microprocessor simulator
Exec=gnusim8085
Icon=/usr/share/pixmaps/gnusim8085/gnusim8085_icon.png
Terminal=false
Type=Application
I've just updated to 1.3.5-2 (from Debian) and there it's fixed, but
the line is missing a semi-colon at the end (that's not a big deal
though, gnome-panel understands it anyways and I suppose the same is
true for most other panels)
[rainct, ~]$ cat /usr/share/applications/GNUSim8085.desktop | grep Categories
Categories=GNOME;GTK;Development
[rainct, ~]$ desktop-file-validate /usr/share/applications/GNUSim8085.desktop
/usr/share/applications/GNUSim8085.desktop: error: value
"GNOME;GTK;Development" for string list key "Categories" in group
"Desktop Entry" does not have a semicolon (';') as trailing character
--
.desktop file doesn't specify a category
https://bugs.launchpad.net/bugs/501126
You received this bug notification because you are a member of
GNUSim8085 developers, which is subscribed to gnusim8085 in ubuntu.
Status in “gnusim8085” package in Ubuntu: New
Bug description:
Binary package hint: gnusim8085
The .desktop file for gnusim8085 doesn't specify a category and so shows up as "Others". I'd make more sense for it to be listed under Development.
Please add the following line to file /usr/share/applications/GNUSim8085.desktop:
Categories=Development;
Thanks
References