mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
35 lines
1.7 KiB
Diff
35 lines
1.7 KiB
Diff
#
|
|
# Ubuntu: https://bugs.edge.launchpad.net/ubuntu/+source/bluez-gnome/+bug/325530
|
|
# Upstream: http://bugzilla.gnome.org/show_bug.cgi?id=571535
|
|
# Patch: http://bugzilla.gnome.org/attachment.cgi?id=128584
|
|
# Description: Show BlueZ in XFCE
|
|
#
|
|
|
|
diff -Nur -x '*.orig' -x '*~' bluez-gnome-1.8/analyzer/bluetooth-analyzer.desktop.in bluez-gnome-1.8.new/analyzer/bluetooth-analyzer.desktop.in
|
|
--- bluez-gnome-1.8/analyzer/bluetooth-analyzer.desktop.in 2009-02-04 14:04:41.000000000 -0800
|
|
+++ bluez-gnome-1.8.new/analyzer/bluetooth-analyzer.desktop.in 2009-02-04 14:02:24.000000000 -0800
|
|
@@ -8,5 +8,5 @@
|
|
MimeType=application/x-hcidump;application/x-btsnoop;application/x-pktlog;
|
|
Type=Application
|
|
Categories=System;Monitor;
|
|
-OnlyShowIn=GNOME;
|
|
+OnlyShowIn=GNOME;XFCE;
|
|
NoDisplay=true
|
|
diff -Nur -x '*.orig' -x '*~' bluez-gnome-1.8/applet/bluetooth-applet.desktop.in bluez-gnome-1.8.new/applet/bluetooth-applet.desktop.in
|
|
--- bluez-gnome-1.8/applet/bluetooth-applet.desktop.in 2008-08-29 08:32:53.000000000 -0700
|
|
+++ bluez-gnome-1.8.new/applet/bluetooth-applet.desktop.in 2009-02-04 13:55:31.000000000 -0800
|
|
@@ -7,4 +7,4 @@
|
|
Terminal=false
|
|
Type=Application
|
|
Categories=
|
|
-OnlyShowIn=GNOME;
|
|
+OnlyShowIn=GNOME;XFCE;
|
|
diff -Nur -x '*.orig' -x '*~' bluez-gnome-1.8/properties/bluetooth-properties.desktop.in bluez-gnome-1.8.new/properties/bluetooth-properties.desktop.in
|
|
--- bluez-gnome-1.8/properties/bluetooth-properties.desktop.in 2008-09-13 10:34:11.000000000 -0700
|
|
+++ bluez-gnome-1.8.new/properties/bluetooth-properties.desktop.in 2009-02-04 14:02:56.000000000 -0800
|
|
@@ -7,4 +7,4 @@
|
|
Terminal=false
|
|
Type=Application
|
|
Categories=GTK;GNOME;Settings;HardwareSettings;
|
|
-OnlyShowIn=GNOME;
|
|
+OnlyShowIn=GNOME;XFCE;
|