Ticket #135 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

duplicate avahi-discover menu entry in KDE

Reported by: martin.pitt@ubuntu.com Assigned to: lennart
Priority: minor Milestone: Avahi 0.6.19
Component: avahi-python Version:
Keywords: Cc:

Description

KDE shows two menu entries for avahi-discover. The following tiny patch fixes that. I verified that it still works properly under Gnome.

--- avahi-0.6.10-orig/avahi-python/avahi-discover.desktop.in 2006-05-26 03:31:56.000000000 +0000 +++ avahi-0.6.10/avahi-python/avahi-discover.desktop.in 2006-05-26 03:32:22.000000000 +0000 @@ -6,5 +6,5 @@

Terminal=false Type=Application Icon=gnome-nettool

-Categories=GNOME;Application;System;Utility; +Categories=GNOME;Application;Utility;

StartupNotify?=false

Attachments

kubuntu_03_fix_duplicate_entries_in_menu.patch (486 bytes) - added by martin.pitt@ubuntu.com on 04/23/07 17:24:50.
patch

Change History

04/23/07 17:24:50 changed by martin.pitt@ubuntu.com

  • attachment kubuntu_03_fix_duplicate_entries_in_menu.patch added.

patch

05/09/07 00:11:46 changed by lennart

  • status changed from new to assigned.
  • milestone set to Avahi 0.6.19.

05/09/07 00:12:11 changed by lennart

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [1460]) work around KDE misbehaviour. (Patch from Martin Putt; Closes #135)