Package: scratch Version: 1.4.0.6~dfsg1-4 Tags: patch Please add the ComputerScience category to the scratch package desktop file. This will make sure the scratch program is grouped together with kturtle in the Educational submenu in Debian Edu. As you can see here, kturtle already uses this category:
root@tjener:~# grep Catego /usr/share/applications/kde4/kturtle.desktop Categories=Qt;KDE;Education;ComputerScience;X-KDE-Edu-Misc; root@tjener:~# Here is a patch proposal to implement this: root@tjener:~# diff -u /usr/share/applications/scratch.desktop /tmp/scratch.desktop --- /usr/share/applications/scratch.desktop 2013-03-15 02:17:33.000000000 +0100 +++ /tmp/scratch.desktop 2013-04-27 19:56:46.282689811 +0200 @@ -7,5 +7,5 @@ Terminal=false Name=Scratch Comment= Programming system and content development tool -Categories=Application;Education;Development; +Categories=Application;Education;Development;ComputerScience; MimeType=application/x-scratch-project root@tjener:~# -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org