[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Packages in lenny without KDE menu entry (only Debian menu entry)



To verify the idea that several packages in Debian only show up in the
Debian submenu in KDE, and not directly in the KDE menu, I wrote this
little shell script:

#!/bin/sh
for pkg in $(dpkg -S /usr/share/menu/* | cut -d: -f1) ; do
    if dpkg -L $pkg |grep -q \.desktop ; then
	:
    else
	echo "package $pkg got menu but no desktop file"
    fi
done

Running it on a combined main-server+thin-client-server based on
Lenny-test gave this result.  I suspect some of these should get a
desktop file added in Squeeze, but have not had time to evaluate them
and now it is time for bed.  Just wanted to share this with the rest
of you. :)

package alsa-utils got menu but no desktop file
package aptitude got menu but no desktop file
package atomix got menu but no desktop file
package bash got menu but no desktop file
package bc got menu but no desktop file
package bsh got menu but no desktop file
package dash got menu but no desktop file
package deborphan got menu but no desktop file
package dia-gnome got menu but no desktop file
package gdis got menu but no desktop file
package geg got menu but no desktop file
package gnuchess got menu but no desktop file
package gnugo got menu but no desktop file
package gnuplot-nox got menu but no desktop file
package graphmonkey got menu but no desktop file
package hplip got menu but no desktop file
package i2e got menu but no desktop file
package imagemagick got menu but no desktop file
package info got menu but no desktop file
package kdebase-bin got menu but no desktop file
package libhsqldb-java got menu but no desktop file
package mc got menu but no desktop file
package nano got menu but no desktop file
package ncftp got menu but no desktop file
package procps got menu but no desktop file
package psmisc got menu but no desktop file
package menu got menu but no desktop file
package reportbug got menu but no desktop file
package sane got menu but no desktop file
package tasksel got menu but no desktop file
package tcl8.4 got menu but no desktop file
package tcl8.5 got menu but no desktop file
package timidity got menu but no desktop file
package tk8.4 got menu but no desktop file
package tk8.5 got menu but no desktop file
package wordnet got menu but no desktop file
package x11-apps got menu but no desktop file
package x11-utils got menu but no desktop file
package x11-xserver-utils got menu but no desktop file
package xboard got menu but no desktop file
package xjig got menu but no desktop file
package xpaint got menu but no desktop file
package xplanet got menu but no desktop file
package xsok got menu but no desktop file
package xterm got menu but no desktop file

Happy hacking,
-- 
Petter Reinholdtsen


Reply to: