Hi there,

I'm sending a new patch against current experimental release. Please
check this one instead.
diff -u beagle-0.2.16/debian/rules beagle-0.2.16/debian/rules
--- beagle-0.2.16/debian/rules
+++ beagle-0.2.16/debian/rules
@@ -87,6 +87,9 @@
 	find debian/ -type f -name "*.dll" -or -name "*.mdb" -or -name "*.cs" -or -name "*.config" | xargs chmod -x
 	find debian/ -type f -name "*.exe" | xargs chmod +x
 
+#   Remove settings menu item.
+	rm $(CURDIR)/debian/beagle/usr/share/applications/beagle-settings.desktop
+
 install-indep:
 	dh_testdir
 	dh_testroot
diff -u beagle-0.2.16/debian/changelog beagle-0.2.16/debian/changelog
--- beagle-0.2.16/debian/changelog
+++ beagle-0.2.16/debian/changelog
@@ -1,3 +1,11 @@
+beagle (0.2.16-4~oss3) osdesktop-unstable; urgency=low
+
+  * Do not show beagle-search icon on KDE;
+  * Do not run beagle-search on KDE starting;
+  * Remove beagle-settings icon from the menu;
+
+ -- Otavio Salvador <[EMAIL PROTECTED]>  Mon,  2 Apr 2007 18:29:31 -0300
+
 beagle (0.2.16-3) experimental; urgency=low
 
   * The latest releases were rejected from NEW queue.
only in patch2:
unchanged:
--- beagle-0.2.16.orig/search/beagle-search.desktop.in.in
+++ beagle-0.2.16/search/beagle-search.desktop.in.in
@@ -10,6 +10,7 @@
 StartupNotify=true
 Encoding=UTF-8
 Categories=GNOME;GTK;Application;Core;Utility;Filesystem;
+NotShowIn=KDE
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=beagle
 X-GNOME-Bugzilla-Component=General
only in patch2:
unchanged:
--- beagle-0.2.16.orig/search/beagle-search.desktop.in
+++ beagle-0.2.16/search/beagle-search.desktop.in
@@ -10,6 +10,7 @@
 StartupNotify=true
 Encoding=UTF-8
 Categories=GNOME;GTK;Application;Core;Utility;Filesystem;
+NotShowIn=KDE
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=beagle
 X-GNOME-Bugzilla-Component=General
only in patch2:
unchanged:
--- beagle-0.2.16.orig/search/beagle-search-autostart.desktop
+++ beagle-0.2.16/search/beagle-search-autostart.desktop
@@ -3,6 +3,5 @@
 Exec=beagle-search --icon
 Name=Beagle Search Tool
 Terminal=false
-X-KDE-autostart-phase=2
-X-KDE-autostart-after=panel
-X-KDE-StartupNotify=false
+NotShowIn=KDE
+X-GNOME-Autostart-enabled=false
only in patch2:
unchanged:
--- beagle-0.2.16.orig/tools/beagle-settings.desktop.in.in
+++ beagle-0.2.16/tools/beagle-settings.desktop.in.in
@@ -7,6 +7,7 @@
 Icon=system-search
 Type=Application
 Categories=Application;Settings;AdvancedSettings;Utility;Filesystem;X-Ximian-Settings;
+NotShowIn=KDE
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=beagle
 X-GNOME-Bugzilla-Component=General
-- 
Otavio Salvador                  O.S. Systems
E-mail: [EMAIL PROTECTED]  http://www.ossystems.com.br
Mobile: +55 53 9981-7854         http://projetos.ossystems.com.br

Reply via email to