* [Bluez-devel] [PATCH] Better startup under KDE
@ 2007-08-20 12:17 Bastien Nocera
2007-08-24 12:30 ` Marcel Holtmann
0 siblings, 1 reply; 4+ messages in thread
From: Bastien Nocera @ 2007-08-20 12:17 UTC (permalink / raw)
To: BlueZ Hackers
[-- Attachment #1: Type: text/plain, Size: 273 bytes --]
Heya,
This patch comes from a KDE user via:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=247284
This makes the bluetooth applet startup after the panel, and disable
startup notification (as it doesn't support it).
Cheers
--
Bastien Nocera <hadess@hadess.net>
[-- Attachment #2: bluez-gnome-applet-better-kde-startup.patch --]
[-- Type: text/x-patch, Size: 513 bytes --]
Index: applet/bluetooth-applet.desktop.in
===================================================================
RCS file: /cvsroot/bluez/gnome/applet/bluetooth-applet.desktop.in,v
retrieving revision 1.1
diff -u -p -r1.1 bluetooth-applet.desktop.in
--- applet/bluetooth-applet.desktop.in 3 Apr 2007 08:09:01 -0000 1.1
+++ applet/bluetooth-applet.desktop.in 20 Aug 2007 12:15:12 -0000
@@ -8,3 +8,5 @@ Terminal=false
Type=Application
Categories=
OnlyShowIn=GNOME;
+StartupNotify=false
+X-KDE-autostart-after=panel
[-- Attachment #3: Type: text/plain, Size: 315 bytes --]
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
[-- Attachment #4: Type: text/plain, Size: 164 bytes --]
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-devel] [PATCH] Better startup under KDE
2007-08-20 12:17 [Bluez-devel] [PATCH] Better startup under KDE Bastien Nocera
@ 2007-08-24 12:30 ` Marcel Holtmann
2007-08-24 14:07 ` Bastien Nocera
0 siblings, 1 reply; 4+ messages in thread
From: Marcel Holtmann @ 2007-08-24 12:30 UTC (permalink / raw)
To: BlueZ development
Hi Bastien,
> This patch comes from a KDE user via:
> https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=247284
>
> This makes the bluetooth applet startup after the panel, and disable
> startup notification (as it doesn't support it).
no idea why you wanna start a GNOME applet under KDE. They should have
their own stuff.
Regards
Marcel
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-devel] [PATCH] Better startup under KDE
2007-08-24 12:30 ` Marcel Holtmann
@ 2007-08-24 14:07 ` Bastien Nocera
2007-08-24 14:27 ` Marcel Holtmann
0 siblings, 1 reply; 4+ messages in thread
From: Bastien Nocera @ 2007-08-24 14:07 UTC (permalink / raw)
To: BlueZ development
On Fri, 2007-08-24 at 14:30 +0200, Marcel Holtmann wrote:
> Hi Bastien,
>
> > This patch comes from a KDE user via:
> > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=247284
> >
> > This makes the bluetooth applet startup after the panel, and disable
> > startup notification (as it doesn't support it).
>
> no idea why you wanna start a GNOME applet under KDE. They should have
> their own stuff.
Though it's only working properly in KDE4, and this applet is still
useful for KDE3 users with newer versions of bluez-libs and bluez-utils.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-devel] [PATCH] Better startup under KDE
2007-08-24 14:07 ` Bastien Nocera
@ 2007-08-24 14:27 ` Marcel Holtmann
0 siblings, 0 replies; 4+ messages in thread
From: Marcel Holtmann @ 2007-08-24 14:27 UTC (permalink / raw)
To: BlueZ development
Hi Bastien,
> > > This patch comes from a KDE user via:
> > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=247284
> > >
> > > This makes the bluetooth applet startup after the panel, and disable
> > > startup notification (as it doesn't support it).
> >
> > no idea why you wanna start a GNOME applet under KDE. They should have
> > their own stuff.
>
> Though it's only working properly in KDE4, and this applet is still
> useful for KDE3 users with newer versions of bluez-libs and bluez-utils.
no. There is a KDE3 release that has passkey agent stuff and management
tools like KDE4 does.
Regards
Marcel
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-08-24 14:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-20 12:17 [Bluez-devel] [PATCH] Better startup under KDE Bastien Nocera
2007-08-24 12:30 ` Marcel Holtmann
2007-08-24 14:07 ` Bastien Nocera
2007-08-24 14:27 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox