From mikkel.kamstrup@gmail.com Wed Nov 1 01:17:57 2006 Return-Path: X-Original-To: deskbar-applet-list@gnome.org Delivered-To: deskbar-applet-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 669E83B009D for ; Wed, 1 Nov 2006 01:17:57 -0500 (EST) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20631-06 for ; Wed, 1 Nov 2006 01:17:57 -0500 (EST) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by menubar.gnome.org (Postfix) with ESMTP id 4C1F63B0013 for ; Wed, 1 Nov 2006 01:17:56 -0500 (EST) Received: by nf-out-0910.google.com with SMTP id l36so559935nfa for ; Tue, 31 Oct 2006 22:17:55 -0800 (PST) Received: by 10.82.114.3 with SMTP id m3mr1372046buc; Tue, 31 Oct 2006 22:17:54 -0800 (PST) Received: by 10.82.151.5 with HTTP; Tue, 31 Oct 2006 22:17:54 -0800 (PST) Message-ID: <9961daf10610312217x5b5e5087q63fd35afb7f5a323@mail.gmail.com> Date: Wed, 1 Nov 2006 07:17:54 +0100 From: "Mikkel Kamstrup Erlandsen" To: deskbar-applet-list@gnome.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_15489_14752596.1162361874860" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=0.811 tagged_above=-999 required=2 tests=[BAYES_20=-0.74, DNS_FROM_RFC_ABUSE=0.2, HTML_10_20=1.351, HTML_MESSAGE=0.001, SPF_PASS=-0.001] X-Spam-Score: 0.811 X-Spam-Level: Subject: [Deskbar] pango.Layout.get_pixel_size X-BeenThere: deskbar-applet-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: Development of the Deskbar Applet List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2006 06:17:57 -0000 ------=_Part_15489_14752596.1162361874860 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline According to Thomas Thurmans blog: http://marnanel.livejournal.com/926585.html, pango.Layout.get_pixel_sizeallocates a whopping 5mb of memory. I do this in CuemiacTreeView line 82 and CuemiacHeader line 32. Do we have the same problem[1]? If we can scrape of 5mb of memory I totally up for any ugly hack to avoid these calls! Cheers, Mikkel [1]: Can we even get around it in Python? Maybe python imports the freetype module anyway... ------=_Part_15489_14752596.1162361874860 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline According to Thomas Thurmans blog: http://marnanel.livejournal.com/926585.html, pango.Layout.get_pixel_size allocates a whopping 5mb of memory. I do this in CuemiacTreeView line 82 and CuemiacHeader line 32.

Do we have the same problem[1]? If we can scrape of 5mb of memory I totally up for any ugly hack to avoid these calls!

Cheers,
Mikkel


[1]: Can we even get around it in Python? Maybe python imports the freetype module anyway...
------=_Part_15489_14752596.1162361874860-- From nigel.tao.gnome@gmail.com Wed Nov 1 19:34:10 2006 Return-Path: X-Original-To: deskbar-applet-list@gnome.org Delivered-To: deskbar-applet-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id D67B43B019B for ; Wed, 1 Nov 2006 19:34:10 -0500 (EST) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31603-09 for ; Wed, 1 Nov 2006 19:34:09 -0500 (EST) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by menubar.gnome.org (Postfix) with ESMTP id 588A53B0102 for ; Wed, 1 Nov 2006 19:34:08 -0500 (EST) Received: by ug-out-1314.google.com with SMTP id 74so4352ugb for ; Wed, 01 Nov 2006 16:34:07 -0800 (PST) Received: by 10.78.139.1 with SMTP id m1mr435932hud; Wed, 01 Nov 2006 16:34:07 -0800 (PST) Received: by 10.78.124.12 with HTTP; Wed, 1 Nov 2006 16:34:06 -0800 (PST) Message-ID: <9188fcea0611011634j2ec8cbf5rcdf542c75985bacd@mail.gmail.com> Date: Thu, 2 Nov 2006 11:34:07 +1100 From: "Nigel Tao" To: "Mikkel Kamstrup Erlandsen" In-Reply-To: <9961daf10610312217x5b5e5087q63fd35afb7f5a323@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9961daf10610312217x5b5e5087q63fd35afb7f5a323@mail.gmail.com> X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.256 tagged_above=-999 required=2 tests=[AWL=0.144, BAYES_00=-2.599, DNS_FROM_RFC_ABUSE=0.2, SPF_PASS=-0.001] X-Spam-Score: -2.256 X-Spam-Level: Cc: deskbar-applet-list@gnome.org Subject: Re: [Deskbar] pango.Layout.get_pixel_size X-BeenThere: deskbar-applet-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: Development of the Deskbar Applet List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Nov 2006 00:34:11 -0000 > pango.Layout.get_pixel_size allocates a whopping 5mb of memory. Did the pango people have any advice? From mikkel.kamstrup@gmail.com Thu Nov 2 01:26:56 2006 Return-Path: X-Original-To: deskbar-applet-list@gnome.org Delivered-To: deskbar-applet-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 9F1243B0010 for ; Thu, 2 Nov 2006 01:26:56 -0500 (EST) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15056-02 for ; Thu, 2 Nov 2006 01:26:54 -0500 (EST) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by menubar.gnome.org (Postfix) with ESMTP id 121BE3B0008 for ; Thu, 2 Nov 2006 01:26:54 -0500 (EST) Received: by nf-out-0910.google.com with SMTP id l36so942349nfa for ; Wed, 01 Nov 2006 22:26:53 -0800 (PST) Received: by 10.82.109.19 with SMTP id h19mr17504buc.1162448812786; Wed, 01 Nov 2006 22:26:52 -0800 (PST) Received: by 10.82.151.5 with HTTP; Wed, 1 Nov 2006 22:26:52 -0800 (PST) Message-ID: <9961daf10611012226y77908a1dua9a716ff8afe4ed5@mail.gmail.com> Date: Thu, 2 Nov 2006 07:26:52 +0100 From: "Mikkel Kamstrup Erlandsen" To: "Nigel Tao" In-Reply-To: <9188fcea0611011634j2ec8cbf5rcdf542c75985bacd@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_449_20263311.1162448812605" References: <9961daf10610312217x5b5e5087q63fd35afb7f5a323@mail.gmail.com> <9188fcea0611011634j2ec8cbf5rcdf542c75985bacd@mail.gmail.com> X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.414 tagged_above=-999 required=2 tests=[BAYES_05=-1.11, DNS_FROM_RFC_ABUSE=0.2, HTML_40_50=0.496, HTML_MESSAGE=0.001, SPF_PASS=-0.001] X-Spam-Score: -0.414 X-Spam-Level: Cc: deskbar-applet-list@gnome.org Subject: Re: [Deskbar] pango.Layout.get_pixel_size X-BeenThere: deskbar-applet-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: Development of the Deskbar Applet List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Nov 2006 06:26:56 -0000 ------=_Part_449_20263311.1162448812605 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 2006/11/2, Nigel Tao : > > > pango.Layout.get_pixel_size allocates a whopping 5mb of memory. > > Did the pango people have any advice? > I have not investigated this further yet, but it is very high on my todo list... If someone steps in an tries stuff out they are most welcome, my time is quite limited atm. Cheers, Mikkel ------=_Part_449_20263311.1162448812605 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 2006/11/2, Nigel Tao <nigel.tao.gnome@gmail.com>:
> pango.Layout.get_pixel_size allocates a whopping 5mb of memory.

Did the pango people have any advice?


I have not investigated this further yet, but it is very high on my todo list... If someone steps in an tries stuff out they are most welcome, my time is quite limited atm.

Cheers,
Mikkel
------=_Part_449_20263311.1162448812605-- From rslinckx@gmail.com Mon Nov 6 10:31:30 2006 Return-Path: X-Original-To: deskbar-applet-list@gnome.org Delivered-To: deskbar-applet-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A7D6B3B00CD for ; Mon, 6 Nov 2006 10:31:30 -0500 (EST) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27438-01 for ; Mon, 6 Nov 2006 10:31:29 -0500 (EST) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.230]) by menubar.gnome.org (Postfix) with ESMTP id 5639F3B00A1 for ; Mon, 6 Nov 2006 10:31:29 -0500 (EST) Received: by wr-out-0506.google.com with SMTP id 67so123321wri for ; Mon, 06 Nov 2006 07:31:28 -0800 (PST) Received: by 10.78.157.8 with SMTP id f8mr6858186hue.1162827087340; Mon, 06 Nov 2006 07:31:27 -0800 (PST) Received: from ?172.17.32.240? ( [38.99.84.33]) by mx.google.com with ESMTP id 20sm5574994huf.2006.11.06.07.31.26; Mon, 06 Nov 2006 07:31:26 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: deskbar-applet-list@gnome.org From: =?ISO-8859-1?Q?Rapha=EBl_Slinckx?= Date: Mon, 6 Nov 2006 07:31:20 -0800 X-Mailer: Apple Mail (2.752.3) Sender: =?UTF-8?B?UmFwaGHDq2wgU2xpbmNreA==?= X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.6 tagged_above=-999 required=2 tests=[BAYES_00=-2.599, SPF_PASS=-0.001] X-Spam-Score: -2.6 X-Spam-Level: Subject: [Deskbar] 2.17 Release X-BeenThere: deskbar-applet-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: Development of the Deskbar Applet List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Nov 2006 15:31:30 -0000 Hi ! Could someone make the 2.17 release tarball and upload it or ask someone to do it before the deadline ? This will be greatly appreciated :) If not, please ping me in time i'll find another arrangement.. Thanks ! Raf From nigel.tao.gnome@gmail.com Mon Nov 6 20:42:28 2006 Return-Path: X-Original-To: deskbar-applet-list@gnome.org Delivered-To: deskbar-applet-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A11FC3B00BC for ; Mon, 6 Nov 2006 20:42:28 -0500 (EST) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32749-08 for ; Mon, 6 Nov 2006 20:42:26 -0500 (EST) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by menubar.gnome.org (Postfix) with ESMTP id 1AA7B3B0002 for ; Mon, 6 Nov 2006 20:42:26 -0500 (EST) Received: by ug-out-1314.google.com with SMTP id 74so1184168ugb for ; Mon, 06 Nov 2006 17:42:25 -0800 (PST) Received: by 10.78.185.16 with SMTP id i16mr7595099huf.1162863744782; Mon, 06 Nov 2006 17:42:24 -0800 (PST) Received: by 10.78.124.12 with HTTP; Mon, 6 Nov 2006 17:42:24 -0800 (PST) Message-ID: <9188fcea0611061742v3c29ba75k4686eebfaa6882c3@mail.gmail.com> Date: Tue, 7 Nov 2006 12:42:24 +1100 From: "Nigel Tao" To: "=?ISO-8859-1?Q?Rapha=EBl_Slinckx?=" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.374 tagged_above=-999 required=2 tests=[AWL=0.226, BAYES_00=-2.599, SPF_PASS=-0.001] X-Spam-Score: -2.374 X-Spam-Level: Cc: deskbar-applet-list@gnome.org Subject: Re: [Deskbar] 2.17 Release X-BeenThere: deskbar-applet-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: Development of the Deskbar Applet List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Nov 2006 01:42:28 -0000 > Could someone make the 2.17 release tarball and upload it or ask > someone to do it before the deadline ? By "someone", I presume you mean "Nigel". :-) I'll do it when I get off work - it should be done 8 hours from now... From nigel.tao.gnome@gmail.com Tue Nov 7 07:30:27 2006 Return-Path: X-Original-To: deskbar-applet-list@gnome.org Delivered-To: deskbar-applet-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 65A5F3B0250 for ; Tue, 7 Nov 2006 07:30:27 -0500 (EST) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31437-01 for ; Tue, 7 Nov 2006 07:30:23 -0500 (EST) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by menubar.gnome.org (Postfix) with ESMTP id 4BFC73B03E2 for ; Tue, 7 Nov 2006 07:30:19 -0500 (EST) Received: by ug-out-1314.google.com with SMTP id 74so1315229ugb for ; Tue, 07 Nov 2006 04:30:18 -0800 (PST) Received: by 10.78.203.13 with SMTP id a13mr8155835hug.1162902618216; Tue, 07 Nov 2006 04:30:18 -0800 (PST) Received: by 10.78.124.12 with HTTP; Tue, 7 Nov 2006 04:30:17 -0800 (PST) Message-ID: <9188fcea0611070430s6f65989ah7a2b338b69e3801a@mail.gmail.com> Date: Tue, 7 Nov 2006 23:30:17 +1100 From: "Nigel Tao" To: "Deskbar Applet List" , gnome-announce-list@gnome.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.334 tagged_above=-999 required=2 tests=[AWL=0.112, BAYES_00=-2.599, SPF_PASS=-0.001, TW_EV=0.077, TW_MR=0.077] X-Spam-Score: -2.334 X-Spam-Level: Subject: [Deskbar] Deskbar-Applet 2.17.2 Released X-BeenThere: deskbar-applet-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: Development of the Deskbar Applet List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Nov 2006 12:30:27 -0000 Very similar to 2.16.1, plus sebp's new Drag-and-Drop stuff. Cheers, Nigel. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D deskbar-applet 2.17.2 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Released 2006-11-07. Changes: =09Fix the closing of popup window with f4 causing a lot of errors. =09Merge Sebastian P=F6lsterl's Drag-and-Drop work. =09bug #353428, fails to open a file with national characters in its name. =09ModuleInstaller.install returns a value when installing a local .py. =09bug #339426, New recent files handler. =09Fix typo in google-live handler =09bug #353691, disable high-CPU handlers for the default settings =09bug #354953, crash when parsing a non-standard accelerator string =09bug #355573, crash on self.ui when gconf has a weird value in it =09bug #355947, crash on parsing malformed mozilla bookamrks =09bug #356893, crash when a pixmap is None instead of an actual image =09bug #358298, markup in url cause web_address to crash =09bug #359522, crash when gconf isn't used for browser detection code =09bug #359568, crash when dealing with gnomevfs drives=3D=3Dnone =09bug #355687, crashing on buggy middle clicks =09bug #353081, crash in Deskbar: Enabling beagle live plugin Contributors to this release: Raphael Slinckx, Mikkel Kamstrup Erlandsen, Sebastian P=F6lsterl, Callum McKenzie. Updated Translations: =09Bulgarian =09Chinese (Hong Kong) =09Chinese (Taiwan) =09Dutch =09Dzongkha =09English (British) =09Estonian =09Gujarati =09Hungarian =09Finnish =09French =09Georgian =09Japanese =09Korean =09Macedonian =09Malaylam =09Nepali =09Persian =09Spanish =09Swedish =09Thai =09Vietnamese Contributors to the translations: Abel Cheung, Alexander Shopov, Ani Peter, Ankit Patel, Changwoo Ryu, Christophe Merlet, Clytie Siddall, Daniel Nyland= er, David Lodge, Francisco Javier F. Serrador, Gabor Kelemen, Ilkka Tuohela, Iv= ar Smolin, Jovan Naumovski, Meelad Zakaria, Pawan Chitrakar, Pema Geyleg, Prii= t Laes, Roozbeh Pournader, Satoru Satoh, Theppitak Karoonboonyanan, Vladimer Sichinava, Wouter Bolsterlee http://download.gnome.org/sources/deskbar-applet/2.17/ From rslinckx@gmail.com Mon Nov 20 08:31:23 2006 Return-Path: X-Original-To: deskbar-applet-list@gnome.org Delivered-To: deskbar-applet-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 2B5493B037D for ; Mon, 20 Nov 2006 08:31:23 -0500 (EST) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26652-03 for ; Mon, 20 Nov 2006 08:31:19 -0500 (EST) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by menubar.gnome.org (Postfix) with ESMTP id 8DEA93B0192 for ; Mon, 20 Nov 2006 08:31:18 -0500 (EST) Received: by ug-out-1314.google.com with SMTP id 74so1234203ugb for ; Mon, 20 Nov 2006 05:31:17 -0800 (PST) Received: by 10.67.89.5 with SMTP id r5mr7300495ugl.1164029476923; Mon, 20 Nov 2006 05:31:16 -0800 (PST) Received: from ?87.96.175.56? ( [87.96.175.56]) by mx.google.com with ESMTP id 55sm4624463ugq.2006.11.20.05.31.15; Mon, 20 Nov 2006 05:31:15 -0800 (PST) From: =?ISO-8859-1?Q?Rapha=EBl?= Slinckx To: Deskbar Applet List Content-Type: text/plain; charset=UTF-8 Date: Mon, 20 Nov 2006 14:31:14 +0100 Message-Id: <1164029474.5732.9.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1 Content-Transfer-Encoding: quoted-printable Sender: =?UTF-8?B?UmFwaGHDq2wgU2xpbmNreA==?= X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.487 tagged_above=-999 required=2 tests=[AWL=0.113, BAYES_00=-2.599, SPF_PASS=-0.001] X-Spam-Score: -2.487 X-Spam-Level: Subject: [Deskbar] Deskbar 2.16.2 Released X-BeenThere: deskbar-applet-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: Development of the Deskbar Applet List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Nov 2006 13:31:23 -0000 Hi ! The 2.16.2 release is out from the stable branches it contais small fixes for annoying bugs. If anyone feel like helping the bugzilla is growing bigger and bigger, also the development pace of HEAD is slowing down worryingly. I hope we can take off again ! Here are the changes: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > Deskbar Applet 2.16.2 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > Changes: > * Workaround bug #366973, if opening a file fails because it is executab= le or for any other reason, try to execute it then open the parent director= y if still failing > * Close bug #368576, add encoding description to About.py > * Fixed #355278: Translations for categories not appearing. > * Use the correct screen for preferences windows > * Workaround for bug 359251, print an error on console when it happens > * fix for bug 366763, keyboard navigation of history in bottom panel was= reversed > * Remove obsolete warning on configure.ac > * Fix the closing of popup window with f4 causing a lot of errors becaus= e of the delete-event being emitted > * Apply fix for bug 353428. Deskbar fails to open a file with national c= haracters in its name. >=20 > Contributors to this release: Raphael Slinckx, Francisco Javier F. Serrad= or, Mikkel Kamstrup Erlandsen >=20 > Translations: > * Updated Portuguese translation. > * Updated Arabic Translation. > * Updated Spanish translation. > * Updated German translation. > * Updated Dzongkha Translation. > * Updated Japanese translation; merged updates from HEAD. > * Updated Bulgarian translation by Alexander Shopov > * Updated Galician Translation. > * Dutch translation updated by Wouter Bolsterlee. > * Updated French translation. > * Updated English (British) translation > * Updated Finnish translation. > * Updated Swedish translation. > * Updated Spanish translation. > * Updated Macedonian translation. > * Updated Norwegian bokm=C3=A5l translation. > * Updated Gujarati Translation. >=20 > Contributors to the translations: Kostas Papadimas, Vladimer Sichinava, R= una Bhattacharjee, Rajesh Ranjan, Tommi Vainikainen, Hendrik Richter, Artur= Flinta, Priit Laes, =C5=BDygimantas Beru=C4=8Dka, Duarte Loreto, Theppitak= Karoonboonyanan, Inaki Larranaga, =C3=98ivind Hoel, Kjartan Maraas, Ilkka = Tuohela, Gabor Kelemen, Ankit Patel, Funda Wang, Jovan Naumovski, Amanpreet= Singh Alam, David Lodge, ChaoHsiung Liao, Guntupalli Karunakar, Kang Jeong= Hee, Ignacio Casal Quinteiro, Rahul Bhalerao, Takeshi AIHANA, Lukas Novotny= , Rhys Jones, Thierry Randrianiriana, Josep Puigdemont i Casamaj=C3=B3, Erd= al Ronahi, Alessio Frusciante, Satoru SATOH, Christophe Merlet, Danilo =C5= =A0egan, Yair Hershkovitz, Changwoo Ryu, Ahmad Riza H Nst, Beno=C3=AEt Deje= an, Khandakar Mujahidul Islam, Laurent Dhima, Sanlig Badral, Wouter Bolster= lee, Pawan Chitrakar, Daniel Nylander, Vincent van Adrighem, Raivis Dejus, = Ales Nyakhaychyk, Abel Cheung, Leonid Kanter, Raphael Higino, Christian Ros= e, Josep Puigdemont Casamaj=C3=B3, Marcel Telka, Francisco Javier F. Serrad= or, Miloslav Trmac, Maxim Dziumanenko, Subhransu Behera, Hendirk Brandt, Pe= ma Geyleg, Baris Cicek, I. Felix, Adam Weinberger, Djihed Afifi, Matic Zgur= , Hendrik Brandt, Ole Laursen, Gintautas Miliauskas, Stanislav Brabec, Alex= ander Shopov, Slobodan D. Sredojevic, Nickolay V. Shmyrev, Nikos Charonitak= is, Clytie Siddall And the download URL: http://download.gnome.org/sources/deskbar-applet/2.16/ Enjoy, The deskbar team From edg@greenberg.org Sun Nov 26 10:02:39 2006 Return-Path: X-Original-To: deskbar-applet-list@mail.gnome.org Delivered-To: deskbar-applet-list@mail.gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 7652B3B0286 for ; Sun, 26 Nov 2006 10:02:39 -0500 (EST) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16704-05 for ; Sun, 26 Nov 2006 10:02:35 -0500 (EST) Received: from k2smtpout01-02.prod.mesa1.secureserver.net (k2smtpout01-02.prod.mesa1.secureserver.net [64.202.189.89]) by menubar.gnome.org (Postfix) with SMTP id CD21A3B006C for ; Sun, 26 Nov 2006 10:02:34 -0500 (EST) Received: (qmail 16319 invoked from network); 26 Nov 2006 15:02:34 -0000 Received: from unknown (HELO edg03.edgreenberg.net) (68.178.189.217) by k2smtpout01-02.prod.mesa1.secureserver.net (64.202.189.89) with ESMTP; 26 Nov 2006 15:02:34 -0000 Received: from [192.168.0.7] (dpc6919127062.direcpc.com [69.19.127.62]) (authenticated bits=0) by edg03.edgreenberg.net (8.13.7/8.13.7) with ESMTP id kAQF2CGw012711 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 26 Nov 2006 07:02:31 -0800 Message-ID: <4569AC75.5020906@greenberg.org> Date: Sun, 26 Nov 2006 07:02:13 -0800 From: Ed Greenberg User-Agent: Thunderbird 1.5.0.8 (X11/20061107) MIME-Version: 1.0 To: deskbar-applet-list@mail.gnome.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.599 tagged_above=-999 required=2 tests=[BAYES_00=-2.599] X-Spam-Score: -2.599 X-Spam-Level: Subject: [Deskbar] End user question: No firefox integration X-BeenThere: deskbar-applet-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: Development of the Deskbar Applet List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Nov 2006 15:02:39 -0000 I happened upon the Gnome deskbar, discovering the fine work you folks have been doing. I need just a bit of end-user tech support, and this seems to be the best place to get it. If there's a more appropriate place for this query, please let me know where. I have Deskbar 2.16.0, as installed from Fedora Core 6 Extras. My installation of FC6 is only a week old, so I haven't had a chance to mess it up much :) When I enter a phrase in the Deskbar, I usually get three offerings: * Look ... up in dictionary * search for file names like... * search for ... using Beagle. (possibly an offer to send email.) What I don't get is any opportunity to search the phrase with a search engine. I have web searches selected and have tried both "show all available" and "show only primary." I also have "Web" checked, but when I enter a full url (http://...) I do not get an offer to open the URL. Does anybody know what's wrong with my configuration? Or where to ask? Thanks, From rslinckx@gmail.com Sun Nov 26 10:10:56 2006 Return-Path: X-Original-To: deskbar-applet-list@gnome.org Delivered-To: deskbar-applet-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id EEF7F3B020B for ; Sun, 26 Nov 2006 10:10:55 -0500 (EST) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17095-05 for ; Sun, 26 Nov 2006 10:10:52 -0500 (EST) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by menubar.gnome.org (Postfix) with ESMTP id 49E0B3B01F6 for ; Sun, 26 Nov 2006 10:10:51 -0500 (EST) Received: by ug-out-1314.google.com with SMTP id 74so952192ugb for ; Sun, 26 Nov 2006 07:10:50 -0800 (PST) Received: by 10.67.101.10 with SMTP id d10mr10625995ugm.1164553850319; Sun, 26 Nov 2006 07:10:50 -0800 (PST) Received: from ?87.96.175.161? ( [87.96.175.161]) by mx.google.com with ESMTP id i39sm13500644ugd.2006.11.26.07.10.49; Sun, 26 Nov 2006 07:10:49 -0800 (PST) From: =?ISO-8859-1?Q?Rapha=EBl?= Slinckx To: deskbar-applet-list@gnome.org In-Reply-To: <4569AC75.5020906@greenberg.org> References: <4569AC75.5020906@greenberg.org> Content-Type: text/plain Date: Sun, 26 Nov 2006 16:10:49 +0100 Message-Id: <1164553849.5673.7.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1 Content-Transfer-Encoding: 7bit Sender: =?UTF-8?B?UmFwaGHDq2wgU2xpbmNreA==?= X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.493 tagged_above=-999 required=2 tests=[AWL=0.107, BAYES_00=-2.599, SPF_PASS=-0.001] X-Spam-Score: -2.493 X-Spam-Level: Subject: Re: [Deskbar] End user question: No firefox integration X-BeenThere: deskbar-applet-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: Development of the Deskbar Applet List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Nov 2006 15:10:56 -0000 Hi ! > When I enter a phrase in the Deskbar, I usually get three offerings: > * Look ... up in dictionary > * search for file names like... > * search for ... using Beagle. > (possibly an offer to send email.) > > What I don't get is any opportunity to search the phrase with a search > engine. What would be useful is to have the console output by running /usr/lib/deskbar-applet/deskbar-applet -w And see if something strange happens then.. Also note that the web search thing uses the search engines as defined in firefox (or epiphany smart bookmarks) so if those are empty, you will get no results from deskbar. Raf From jdaluz@gmail.com Sun Nov 26 14:05:20 2006 Return-Path: X-Original-To: deskbar-applet-list@gnome.org Delivered-To: deskbar-applet-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 01EFD3B02E3 for ; Sun, 26 Nov 2006 14:05:20 -0500 (EST) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31829-07 for ; Sun, 26 Nov 2006 14:05:17 -0500 (EST) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by menubar.gnome.org (Postfix) with ESMTP id 0194C3B02C5 for ; Sun, 26 Nov 2006 14:05:17 -0500 (EST) Received: by py-out-1112.google.com with SMTP id a73so968646pye for ; Sun, 26 Nov 2006 11:05:16 -0800 (PST) Received: by 10.35.96.11 with SMTP id y11mr11265070pyl.1164567916610; Sun, 26 Nov 2006 11:05:16 -0800 (PST) Received: by 10.35.113.2 with HTTP; Sun, 26 Nov 2006 11:05:16 -0800 (PST) Message-ID: Date: Sun, 26 Nov 2006 14:05:16 -0500 From: "Jose daLuz" To: "=?ISO-8859-1?Q?Rapha=EBl_Slinckx?=" In-Reply-To: <1164553849.5673.7.camel@localhost> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_50781_16858805.1164567916573" References: <4569AC75.5020906@greenberg.org> <1164553849.5673.7.camel@localhost> X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.826 tagged_above=-999 required=2 tests=[AWL=0.277, BAYES_00=-2.599, HTML_40_50=0.496, HTML_MESSAGE=0.001, SPF_PASS=-0.001] X-Spam-Score: -1.826 X-Spam-Level: Cc: deskbar-applet-list@gnome.org Subject: Re: [Deskbar] End user question: No firefox integration X-BeenThere: deskbar-applet-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: Development of the Deskbar Applet List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Nov 2006 19:05:20 -0000 ------=_Part_50781_16858805.1164567916573 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, If you're using Firefox 2 then the new opensearch search engines included with that release are not supported yet. See bug 348209 -- also= , if I recall correctly, Mikkel Kamstrup Erlandsen has some messages on this list on the subject of getting those working. On 11/26/06, Rapha=EBl Slinckx wrote: > > Also note that the web search thing uses the search engines as defined > in firefox (or epiphany smart bookmarks) so if those are empty, you will > get no results from deskbar. > > Raf > --=20 Joe daLuz ------=_Part_50781_16858805.1164567916573 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi,

If you're using Firefox 2 then the new opensearch search engines included with that release = are not supported yet. See bug 348209 -- also, if I recall correctly, Mikkel Kamstrup Erlandsen ha= s some messages on this list on the subject of getting those working.
On 11/26/06, Rapha=EBl Slinckx <raphael@sl= inckx.net> wrote:
Also note that the web search thing uses the search engines as defined
i= n firefox (or epiphany smart bookmarks) so if those are empty, you will
= get no results from deskbar.

Raf

--
Joe daLuz ------=_Part_50781_16858805.1164567916573-- From rslinckx@gmail.com Mon Nov 27 19:02:23 2006 Return-Path: X-Original-To: deskbar-applet-list@gnome.org Delivered-To: deskbar-applet-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 1DCEA3B009D for ; Mon, 27 Nov 2006 19:02:23 -0500 (EST) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17092-04 for ; Mon, 27 Nov 2006 19:02:19 -0500 (EST) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by menubar.gnome.org (Postfix) with ESMTP id 578313B011F for ; Mon, 27 Nov 2006 19:02:18 -0500 (EST) Received: by ug-out-1314.google.com with SMTP id 74so1319484ugb for ; Mon, 27 Nov 2006 16:02:17 -0800 (PST) Received: by 10.67.103.7 with SMTP id f7mr421112ugm.1164672137015; Mon, 27 Nov 2006 16:02:17 -0800 (PST) Received: from ?87.96.175.81? ( [87.96.175.81]) by mx.google.com with ESMTP id j2sm18524942ugf.2006.11.27.16.02.16; Mon, 27 Nov 2006 16:02:16 -0800 (PST) From: =?ISO-8859-1?Q?Rapha=EBl?= Slinckx To: Deskbar Applet List In-Reply-To: <456A4567.4020104@greenberg.org> References: <4569AC75.5020906@greenberg.org> <1164553849.5673.7.camel@localhost> <456A4567.4020104@greenberg.org> Content-Type: text/plain Date: Tue, 28 Nov 2006 01:02:14 +0100 Message-Id: <1164672134.5693.0.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1 Content-Transfer-Encoding: 7bit Sender: =?UTF-8?B?UmFwaGHDq2wgU2xpbmNreA==?= X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.498 tagged_above=-999 required=2 tests=[AWL=0.102, BAYES_00=-2.599, SPF_PASS=-0.001] X-Spam-Score: -2.498 X-Spam-Level: Subject: Re: [Deskbar] End user question: No firefox integration X-BeenThere: deskbar-applet-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: Development of the Deskbar Applet List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2006 00:02:23 -0000 Hi ! > Initializing Web Searches > Error:MozillaSmartBookmarksDirParser:cannot parse smrt > bookmark:'name':bookmark > /home/edg/.mozilla/firefox/x0996xkt.default/searchplugins/wikipedia.src Here is the problem. I suggest you file a bug with as attachment this mail content and the file itself. Thanks ! Raf From linux.photo.geek@gmail.com Mon Nov 27 20:45:07 2006 Return-Path: X-Original-To: deskbar-applet-list@gnome.org Delivered-To: deskbar-applet-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id AFA343B0018 for ; Mon, 27 Nov 2006 20:45:07 -0500 (EST) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23136-10 for ; Mon, 27 Nov 2006 20:45:05 -0500 (EST) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.227]) by menubar.gnome.org (Postfix) with ESMTP id 812C63B0005 for ; Mon, 27 Nov 2006 20:45:02 -0500 (EST) Received: by wx-out-0506.google.com with SMTP id s11so1851905wxc for ; Mon, 27 Nov 2006 17:45:01 -0800 (PST) Received: by 10.90.94.2 with SMTP id r2mr339085agb.1164678301733; Mon, 27 Nov 2006 17:45:01 -0800 (PST) Received: by 10.90.55.8 with HTTP; Mon, 27 Nov 2006 17:45:01 -0800 (PST) Message-ID: <1abd6eeb0611271745j2f1ea10ai85cab2b8ab2394f@mail.gmail.com> Date: Mon, 27 Nov 2006 17:45:01 -0800 From: "Will Simpson" To: deskbar-applet-list@gnome.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_45_25972496.1164678301715" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.804 tagged_above=-999 required=2 tests=[BAYES_00=-2.599, HTML_00_10=0.795, HTML_MESSAGE=0.001, SPF_PASS=-0.001] X-Spam-Score: -1.804 X-Spam-Level: Subject: [Deskbar] Learning Python and scripting a handler X-BeenThere: deskbar-applet-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: Development of the Deskbar Applet List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2006 01:45:07 -0000 ------=_Part_45_25972496.1164678301715 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I have an idea for a handler but I have few python skills. I'm willing to learn and have read some of the popular python tutorials. Anyways, I'm sort have got a start but am stuck figuring our which classes and functions to use and how to have deskbar parse a file. My idea is to have a handler that reads a file which has a list of commands in it and then execute the command matching the query. At first glance seems dumb but the file I'd like to parse is .aliases which contains all my alias commands. If this works as envisioned, I could create an alias of 'ff' for firefox or 'mail' for evolution or 'vt' for gnome-terminal. Once this works I have some other ideas to extend this further. Anyone have tips for how I'd get started. Will ------=_Part_45_25972496.1164678301715 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I have an idea for a handler but I have few python skills. I'm willing to learn and have read some of the popular python tutorials. Anyways, I'm sort have got a start but am stuck figuring our which classes and functions to use and how to have deskbar parse a file. My idea is to have a handler that reads a file which has a list of commands in it and then execute the command matching the query. At first glance seems dumb but the file I'd like to parse is .aliases which contains all my alias commands. If this works as envisioned, I could create an alias of 'ff' for firefox or 'mail' for evolution or 'vt' for gnome-terminal. Once this works I have some other ideas to extend this further.

Anyone have tips for how I'd get started.

Will
------=_Part_45_25972496.1164678301715-- From edg@greenberg.org Mon Nov 27 21:00:55 2006 Return-Path: X-Original-To: deskbar-applet-list@gnome.org Delivered-To: deskbar-applet-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 06EF73B0004 for ; Mon, 27 Nov 2006 21:00:55 -0500 (EST) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24015-07 for ; Mon, 27 Nov 2006 21:00:51 -0500 (EST) Received: from k2smtpout03-02.prod.mesa1.secureserver.net (k2smtpout03-02.prod.mesa1.secureserver.net [64.202.189.172]) by menubar.gnome.org (Postfix) with SMTP id B532C3B008B for ; Mon, 27 Nov 2006 21:00:50 -0500 (EST) Received: (qmail 22844 invoked from network); 28 Nov 2006 02:00:49 -0000 Received: from unknown (HELO edg03.edgreenberg.net) (68.178.189.217) by k2smtpout03-02.prod.mesa1.secureserver.net (64.202.189.172) with ESMTP; 28 Nov 2006 02:00:48 -0000 Received: from [75.215.214.43] (43.sub-75-215-214.myvzw.com [75.215.214.43]) (authenticated bits=0) by edg03.edgreenberg.net (8.13.7/8.13.7) with ESMTP id kAS20WsD016565 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 27 Nov 2006 18:00:45 -0800 Message-ID: <456B9838.9020000@greenberg.org> Date: Mon, 27 Nov 2006 18:00:24 -0800 From: Ed Greenberg User-Agent: Thunderbird 1.5.0.8 (X11/20061107) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Rapha=EBl_Slinckx?= References: <4569AC75.5020906@greenberg.org> <1164553849.5673.7.camel@localhost> <456A4567.4020104@greenberg.org> <1164672134.5693.0.camel@localhost> In-Reply-To: <1164672134.5693.0.camel@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.599 tagged_above=-999 required=2 tests=[BAYES_00=-2.599] X-Spam-Score: -2.599 X-Spam-Level: Cc: Deskbar Applet List Subject: Re: [Deskbar] End user question: No firefox integration X-BeenThere: deskbar-applet-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: Development of the Deskbar Applet List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2006 02:00:55 -0000 Raphaël Slinckx wrote: > Hi ! > >> Initializing Web Searches >> Error:MozillaSmartBookmarksDirParser:cannot parse smrt >> bookmark:'name':bookmark >> /home/edg/.mozilla/firefox/x0996xkt.default/searchplugins/wikipedia.src >> > > Here is the problem. I suggest you file a bug with as attachment this > mail content and the file itself. > > Thanks ! > Raf > While I'll be happy to file this as a bug, it's not THE bug. I removed the wikipedia plugin and restarted X, and still have the problem. As I type, the offering is: Lookup ... in dictionary Search for file names like ... Search for ... using beagle (and optionally) Send email to ... No mention of web search. My -w output is now: [edg@albus ~]$ /usr/lib/deskbar-applet/deskbar-applet -w GTK Accessibility Module initialized Running installed deskbar, using [/usr/lib/python2.4/site-packages/deskbar:$PYTHONPATH] Data Dir: /usr/share/deskbar-applet Handlers Dir: ['/home/edg/.gnome2/deskbar-applet/handlers', '/usr/lib/deskbar-applet/handlers'] Binding Global shortcut F3 to focus the deskbar ** (deskbar-applet:28789): WARNING **: Binding 'F3' failed! Running with options: {'popup_mode': False, 'cuemiac': False, 'do_trace': False, 'standalone': True} Bonobo accessibility support initialized Starting Deskbar instance: None Set entry width: 20 Layout changed to 1 Set entry width: 20 Layout changed to 1 Changing UI to: Entriac Loading module 'Mail (Address Book)' from file /usr/lib/deskbar-applet/handlers/evolution.py. Loading module 'Fedora Bugzilla Entries' from file /usr/lib/deskbar-applet/handlers/fedorabz.py. *** *** The file /usr/lib/deskbar-applet/handlers/galago.py (GalagoHandler) decided to not load itself: Waiting for python bindings of galago. Should allow to send IM by typing name. *** *** *** The file /usr/lib/deskbar-applet/handlers/google-live.py (GoogleLiveHandler) decided to not load itself: You need to install the SOAPpy python module. *** *** *** The file /usr/lib/deskbar-applet/handlers/beagle-live.py (BeagleLiveHandler) decided to not load itself: Could not load beagle, libbeagle has been compiled without python bindings:No module named beagle *** *** *** The file /usr/lib/deskbar-applet/handlers/epiphany.py (EpiphanyBookmarksHandler) decided to not load itself: Epiphany is not your preferred browser, not using it. *** Loading module 'Web' from file /usr/lib/deskbar-applet/handlers/web_address.py. *** *** The file /usr/lib/deskbar-applet/handlers/galeon.py (GaleonBookmarksHandler) decided to not load itself: Galeon is not your preferred browser, not using it. *** Loading module 'Files, Folders and Places' from file /usr/lib/deskbar-applet/handlers/files.py. Loading module 'Window Switcher' from file /usr/lib/deskbar-applet/handlers/iswitch-window.py. Error:load_icon:Icon Load Error:Icon 'panel-window-menu' not present in theme (or Icon 'panel-window-menu.png' not present in theme) Loading module 'History' from file /usr/lib/deskbar-applet/handlers/history.py. Loading module 'Beagle' from file /usr/lib/deskbar-applet/handlers/beagle-static.py. Loading module 'Computer Actions' from file /usr/lib/deskbar-applet/handlers/gdmactions.py. Loading module 'Files and Folders Search' from file /usr/lib/deskbar-applet/handlers/programs.py. Loading module 'Dictionary' from file /usr/lib/deskbar-applet/handlers/programs.py. Loading module 'Developer Documentation' from file /usr/lib/deskbar-applet/handlers/programs.py. Loading module 'Programs' from file /usr/lib/deskbar-applet/handlers/programs.py. Loading module 'Web Searches' from file /usr/lib/deskbar-applet/handlers/mozilla.py. Loading module 'Web History' from file /usr/lib/deskbar-applet/handlers/mozilla.py. Loading module 'Web Bookmarks' from file /usr/lib/deskbar-applet/handlers/mozilla.py. Loading module 'Yahoo! Search' from file /usr/lib/deskbar-applet/handlers/yahoo.py. Loading module 'del.icio.us Bookmarks' from file /usr/lib/deskbar-applet/handlers/desklicious.py. Initializing Dictionary Initializing Files and Folders Search Initializing History Initializing Programs (deskbar-applet:28789): Gnome-WARNING **: gnome-program.c:1015: Directory properties not set correctly. Cannot locate application specific files. (deskbar-applet:28789): Gnome-WARNING **: gnome-program.c:1015: Directory properties not set correctly. Cannot locate application specific files. (deskbar-applet:28789): Gnome-WARNING **: gnome-program.c:1015: Directory properties not set correctly. Cannot locate application specific files. Initializing Web Initializing Files, Folders and Places Initializing Mail (Address Book) Initializing Web Bookmarks Initializing Web History Initializing Web Searches Initializing Beagle Initializing Developer Documentation [edg@albus ~]$ From mikkel.kamstrup@gmail.com Tue Nov 28 09:25:34 2006 Return-Path: X-Original-To: deskbar-applet-list@gnome.org Delivered-To: deskbar-applet-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id E4A6B3B00F7 for ; Tue, 28 Nov 2006 09:25:33 -0500 (EST) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30830-06 for ; Tue, 28 Nov 2006 09:25:24 -0500 (EST) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by menubar.gnome.org (Postfix) with ESMTP id E55C73B00A9 for ; Tue, 28 Nov 2006 09:25:21 -0500 (EST) Received: by py-out-1112.google.com with SMTP id a73so1349762pye for ; Tue, 28 Nov 2006 06:25:21 -0800 (PST) Received: by 10.35.38.17 with SMTP id q17mr1669370pyj.1164723921395; Tue, 28 Nov 2006 06:25:21 -0800 (PST) Received: by 10.35.17.15 with HTTP; Tue, 28 Nov 2006 06:25:21 -0800 (PST) Message-ID: <9961daf10611280625p7d82076u16cc54b55298dd1f@mail.gmail.com> Date: Tue, 28 Nov 2006 15:25:21 +0100 From: "Mikkel Kamstrup Erlandsen" To: "Jose daLuz" In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6525_11061992.1164723921310" References: <4569AC75.5020906@greenberg.org> <1164553849.5673.7.camel@localhost> X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.465 tagged_above=-999 required=2 tests=[BAYES_00=-2.599, HTML_50_60=0.134, HTML_MESSAGE=0.001, SPF_PASS=-0.001] X-Spam-Score: -2.465 X-Spam-Level: Cc: deskbar-applet-list@gnome.org Subject: Re: [Deskbar] End user question: No firefox integration X-BeenThere: deskbar-applet-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: Development of the Deskbar Applet List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2006 14:25:34 -0000 ------=_Part_6525_11061992.1164723921310 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 2006/11/26, Jose daLuz : > > Hi, > > If you're using Firefox 2 then the new > opensearch search engines included with that release are not supported ye= t. > See bug 348209 -- al= so, > if I recall correctly, Mikkel Kamstrup Erlandsen has some messages on thi= s > list on the subject of getting those working. I should have followed up on that bug (I've done so now)... I discovered that FF2 does infact not use OepnSearch descriptors as such. Meaning that they use them at install time, but they only save some custom search engine format. I'll still try and get OpenSearch integration going for deskbar, but it won= t give us back the search engine functionality I fear... Cheers, Mikkel On 11/26/06, Rapha=EBl Slinckx wrote: > > > > Also note that the web search thing uses the search engines as defined > > in firefox (or epiphany smart bookmarks) so if those are empty, you wil= l > > get no results from deskbar. > > > > Raf > > > > -- > Joe daLuz > _______________________________________________ > deskbar-applet-list mailing list > deskbar-applet-list@gnome.org > http://mail.gnome.org/mailman/listinfo/deskbar-applet-list > > > ------=_Part_6525_11061992.1164723921310 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 2006/11/26, Jose daLuz <jdaluz@gmail= .com>:
Hi,

If you're using Firefox 2 then the new opensearch search engines included with that release = are not supported yet. See=20 bug 348209 -- also, if I recall correctly, Mikkel Kamstrup Erlandsen ha= s some messages on this list on the subject of getting those working.


I should have followed up on that bug (I've done so now= )... I discovered that FF2 does infact not use OepnSearch descriptors as su= ch. Meaning that they use them at install time, but they only save some cus= tom search engine format.

I'll still try and get OpenSearch integration going for deskbar, bu= t it wont give us back the search engine functionality I fear...

Che= ers,
Mikkel
 

On 11/26/06, Rapha=EBl Slinckx <raphael@sl= inckx.net> wrote:
Also note that the web search thing uses the search engines as defined
i= n firefox (or epiphany smart bookmarks) so if those are empty, you will
= get no results from deskbar.

Raf

--
Joe daLuz

_______________________________________________
deskbar-apple= t-list mailing list
deskbar-applet-list@g= nome.org
http://mail.gnome.org/mailman/listinfo/deskbar-applet-list

<= br>

------=_Part_6525_11061992.1164723921310-- From edg@greenberg.org Tue Nov 28 10:58:11 2006 Return-Path: X-Original-To: deskbar-applet-list@gnome.org Delivered-To: deskbar-applet-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 7B7863B00AE for ; Tue, 28 Nov 2006 10:58:11 -0500 (EST) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04995-04 for ; Tue, 28 Nov 2006 10:58:07 -0500 (EST) Received: from k2smtpout02-02.prod.mesa1.secureserver.net (k2smtpout02-02.prod.mesa1.secureserver.net [64.202.189.91]) by menubar.gnome.org (Postfix) with SMTP id C85553B009D for ; Tue, 28 Nov 2006 10:58:04 -0500 (EST) Received: (qmail 6981 invoked from network); 28 Nov 2006 15:57:49 -0000 Received: from unknown (HELO edg03.edgreenberg.net) (68.178.189.217) by k2smtpout02-02.prod.mesa1.secureserver.net (64.202.189.91) with ESMTP; 28 Nov 2006 15:57:43 -0000 Received: from [75.215.214.43] (43.sub-75-215-214.myvzw.com [75.215.214.43]) (authenticated bits=0) by edg03.edgreenberg.net (8.13.7/8.13.7) with ESMTP id kASFveCZ018283 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 28 Nov 2006 07:57:43 -0800 Message-ID: <456C5C78.8030904@greenberg.org> Date: Tue, 28 Nov 2006 07:57:44 -0800 From: Ed Greenberg User-Agent: Thunderbird 1.5.0.8 (X11/20061107) MIME-Version: 1.0 To: deskbar-applet-list@gnome.org References: <4569AC75.5020906@greenberg.org> <1164553849.5673.7.camel@localhost> <9961daf10611280625p7d82076u16cc54b55298dd1f@mail.gmail.com> In-Reply-To: <9961daf10611280625p7d82076u16cc54b55298dd1f@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.599 tagged_above=-999 required=2 tests=[BAYES_00=-2.599] X-Spam-Score: -2.599 X-Spam-Level: Subject: Re: [Deskbar] End user question: No firefox integration X-BeenThere: deskbar-applet-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: Development of the Deskbar Applet List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2006 15:58:11 -0000 Mikkel Kamstrup Erlandsen wrote: > 2006/11/26, Jose daLuz >: > > Hi, > > If you're using Firefox 2 then the new opensearch search engines > included with that release are not supported yet. See bug 348209 > -- also, if I > recall correctly, Mikkel Kamstrup Erlandsen has some messages on > this list on the subject of getting those working. > > > > I should have followed up on that bug (I've done so now)... I > discovered that FF2 does infact not use OepnSearch descriptors as > such. Meaning that they use them at install time, but they only save > some custom search engine format. > > I'll still try and get OpenSearch integration going for deskbar, but > it wont give us back the search engine functionality I fear... > > Cheers, > Mikkel > Speaking as an end-user, how does this affect use with Firefox 1.5.0.8. Please see my previous posting with my -w output. From nigel.tao.gnome@gmail.com Tue Nov 28 19:16:13 2006 Return-Path: X-Original-To: deskbar-applet-list@gnome.org Delivered-To: deskbar-applet-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id B34AA3B0009 for ; Tue, 28 Nov 2006 19:16:13 -0500 (EST) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01648-04 for ; Tue, 28 Nov 2006 19:16:11 -0500 (EST) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by menubar.gnome.org (Postfix) with ESMTP id C11293B0078 for ; Tue, 28 Nov 2006 19:16:10 -0500 (EST) Received: by ug-out-1314.google.com with SMTP id 74so1644766ugb for ; Tue, 28 Nov 2006 16:16:10 -0800 (PST) Received: by 10.78.185.15 with SMTP id i15mr1559414huf.1164759369444; Tue, 28 Nov 2006 16:16:09 -0800 (PST) Received: by 10.78.124.12 with HTTP; Tue, 28 Nov 2006 16:16:09 -0800 (PST) Message-ID: <9188fcea0611281616v16118e63hdd4e963552b3bae3@mail.gmail.com> Date: Wed, 29 Nov 2006 11:16:09 +1100 From: "Nigel Tao" To: "Will Simpson" In-Reply-To: <1abd6eeb0611271745j2f1ea10ai85cab2b8ab2394f@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1abd6eeb0611271745j2f1ea10ai85cab2b8ab2394f@mail.gmail.com> X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.285 tagged_above=-999 required=2 tests=[AWL=0.315, BAYES_00=-2.599, SPF_PASS=-0.001] X-Spam-Score: -2.285 X-Spam-Level: Cc: deskbar-applet-list@gnome.org Subject: Re: [Deskbar] Learning Python and scripting a handler X-BeenThere: deskbar-applet-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: Development of the Deskbar Applet List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2006 00:16:13 -0000 On 11/28/06, Will Simpson wrote: > I have an idea for a handler but I have few python skills. I'm willing to > learn and have read some of the popular python tutorials. Anyways, I'm sort > have got a start but am stuck figuring our which classes and functions to > use and how to have deskbar parse a file. My idea is to have a handler that > reads a file which has a list of commands in it and then execute the command > matching the query. At first glance seems dumb but the file I'd like to > parse is .aliases which contains all my alias commands. If this works as > envisioned, I could create an alias of 'ff' for firefox or 'mail' for > evolution or 'vt' for gnome-terminal. Once this works I have some other > ideas to extend this further. > > Anyone have tips for how I'd get started. Try copying the Epiphany handler, which (1) reads a file (via load_shortcuts in deskbar/Browsermatch.py) and (2) allows for search-aliases, so that Deskbar'ing for "wp foo" will search the wikipedia for foo. http://cvs.gnome.org/viewcvs/deskbar-applet/deskbar/handlers/epiphany.py?view=markup There's also the wiki page, that has lots of links to other handlers' source code. http://live.gnome.org/DeskbarApplet/Extending From rslinckx@gmail.com Thu Nov 30 15:48:07 2006 Return-Path: X-Original-To: deskbar-applet-list@gnome.org Delivered-To: deskbar-applet-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 4E6673B0140 for ; Thu, 30 Nov 2006 15:48:07 -0500 (EST) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23977-02 for ; Thu, 30 Nov 2006 15:48:02 -0500 (EST) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by menubar.gnome.org (Postfix) with ESMTP id 9DB923B0186 for ; Thu, 30 Nov 2006 15:47:59 -0500 (EST) Received: by ug-out-1314.google.com with SMTP id 74so2224335ugb for ; Thu, 30 Nov 2006 12:47:59 -0800 (PST) Received: by 10.67.119.13 with SMTP id w13mr6101691ugm.1164919678832; Thu, 30 Nov 2006 12:47:58 -0800 (PST) Received: from ?87.96.175.171? ( [87.96.175.171]) by mx.google.com with ESMTP id s1sm23072291uge.2006.11.30.12.47.58; Thu, 30 Nov 2006 12:47:58 -0800 (PST) From: =?ISO-8859-1?Q?Rapha=EBl?= Slinckx To: Deskbar Applet List In-Reply-To: <1164916184.4884.7.camel@PcIutRtColmar.iut-colmar.net> References: <1164916184.4884.7.camel@PcIutRtColmar.iut-colmar.net> Content-Type: text/plain Date: Thu, 30 Nov 2006 21:47:58 +0100 Message-Id: <1164919678.5676.29.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1 Content-Transfer-Encoding: 7bit Sender: =?UTF-8?B?UmFwaGHDq2wgU2xpbmNreA==?= X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.501 tagged_above=-999 required=2 tests=[AWL=0.099, BAYES_00=-2.599, SPF_PASS=-0.001] X-Spam-Score: -2.501 X-Spam-Level: Cc: Philippe HENSEL Subject: Re: [Deskbar] Deskbar applet : ekiga plugin ... I need some help ... X-BeenThere: deskbar-applet-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: Development of the Deskbar Applet List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Nov 2006 20:48:07 -0000 Hi ! > First of all, big thanks to you for deskbar applet. > I want to develop an ekiga (sip/h323 softphone) plugin for deskbar. > This plugin is very close to evolution's one (send mail). > Please find attached to this mail a first example of code. > It works only when you disallow evolution's plugin. > To go forward I have two solutions : > - modify evolution.h and evolution.c (Hit struct) > - copy deskbar/evolution to deskbar/ekiga (seems more complex -> modify > makefiles .... ???) > Which do you mean is the best way ?? > Can you help me ? I think it doesn't work when combined because there is a duplicate prevention mechanism that kicks in. there is a get_hash method in the match object, and when more than one match have the same hash, only the first one is displayed (according to the preferences of handler order). If you think ekiga and evolution handler are different matches, then you have to change your get_hash to be unique (not return simply the email, but for example sip:email@foo.bar). Let us know how it works out. Raf From mikkel.kamstrup@gmail.com Wed Nov 1 01:17:57 2006 Return-Path: X-Original-To: deskbar-applet-list@gnome.org Delivered-To: deskbar-applet-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 669E83B009D for ; Wed, 1 Nov 2006 01:17:57 -0500 (EST) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20631-06 for ; Wed, 1 Nov 2006 01:17:57 -0500 (EST) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by menubar.gnome.org (Postfix) with ESMTP id 4C1F63B0013 for ; Wed, 1 Nov 2006 01:17:56 -0500 (EST) Received: by nf-out-0910.google.com with SMTP id l36so559935nfa for ; Tue, 31 Oct 2006 22:17:55 -0800 (PST) Received: by 10.82.114.3 with SMTP id m3mr1372046buc; Tue, 31 Oct 2006 22:17:54 -0800 (PST) Received: by 10.82.151.5 with HTTP; Tue, 31 Oct 2006 22:17:54 -0800 (PST) Message-ID: <9961daf10610312217x5b5e5087q63fd35afb7f5a323@mail.gmail.com> Date: Wed, 1 Nov 2006 07:17:54 +0100 From: "Mikkel Kamstrup Erlandsen" To: deskbar-applet-list@gnome.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_15489_14752596.1162361874860" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=0.811 tagged_above=-999 required=2 tests=[BAYES_20=-0.74, DNS_FROM_RFC_ABUSE=0.2, HTML_10_20=1.351, HTML_MESSAGE=0.001, SPF_PASS=-0.001] X-Spam-Score: 0.811 X-Spam-Level: Subject: [Deskbar] pango.Layout.get_pixel_size X-BeenThere: deskbar-applet-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: Development of the Deskbar Applet List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2006 06:17:57 -0000 ------=_Part_15489_14752596.1162361874860 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline According to Thomas Thurmans blog: http://marnanel.livejournal.com/926585.html, pango.Layout.get_pixel_sizeallocates a whopping 5mb of memory. I do this in CuemiacTreeView line 82 and CuemiacHeader line 32. Do we have the same problem[1]? If we can scrape of 5mb of memory I totally up for any ugly hack to avoid these calls! Cheers, Mikkel [1]: Can we even get around it in Python? Maybe python imports the freetype module anyway... ------=_Part_15489_14752596.1162361874860 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline According to Thomas Thurmans blog: http://marnanel.livejournal.com/926585.html, pango.Layout.get_pixel_size allocates a whopping 5mb of memory. I do this in CuemiacTreeView line 82 and CuemiacHeader line 32.

Do we have the same problem[1]? If we can scrape of 5mb of memory I totally up for any ugly hack to avoid these calls!

Cheers,
Mikkel


[1]: Can we even get around it in Python? Maybe python imports the freetype module anyway...
------=_Part_15489_14752596.1162361874860-- From nigel.tao.gnome@gmail.com Wed Nov 1 19:34:10 2006 Return-Path: X-Original-To: deskbar-applet-list@gnome.org Delivered-To: deskbar-applet-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id D67B43B019B for ; Wed, 1 Nov 2006 19:34:10 -0500 (EST) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31603-09 for ; Wed, 1 Nov 2006 19:34:09 -0500 (EST) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by menubar.gnome.org (Postfix) with ESMTP id 588A53B0102 for ; Wed, 1 Nov 2006 19:34:08 -0500 (EST) Received: by ug-out-1314.google.com with SMTP id 74so4352ugb for ; Wed, 01 Nov 2006 16:34:07 -0800 (PST) Received: by 10.78.139.1 with SMTP id m1mr435932hud; Wed, 01 Nov 2006 16:34:07 -0800 (PST) Received: by 10.78.124.12 with HTTP; Wed, 1 Nov 2006 16:34:06 -0800 (PST) Message-ID: <9188fcea0611011634j2ec8cbf5rcdf542c75985bacd@mail.gmail.com> Date: Thu, 2 Nov 2006 11:34:07 +1100 From: "Nigel Tao" To: "Mikkel Kamstrup Erlandsen" In-Reply-To: <9961daf10610312217x5b5e5087q63fd35afb7f5a323@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9961daf10610312217x5b5e5087q63fd35afb7f5a323@mail.gmail.com> X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.256 tagged_above=-999 required=2 tests=[AWL=0.144, BAYES_00=-2.599, DNS_FROM_RFC_ABUSE=0.2, SPF_PASS=-0.001] X-Spam-Score: -2.256 X-Spam-Level: Cc: deskbar-applet-list@gnome.org Subject: Re: [Deskbar] pango.Layout.get_pixel_size X-BeenThere: deskbar-applet-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: Development of the Deskbar Applet List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Nov 2006 00:34:11 -0000 > pango.Layout.get_pixel_size allocates a whopping 5mb of memory. Did the pango people have any advice? From mikkel.kamstrup@gmail.com Thu Nov 2 01:26:56 2006 Return-Path: X-Original-To: deskbar-applet-list@gnome.org Delivered-To: deskbar-applet-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 9F1243B0010 for ; Thu, 2 Nov 2006 01:26:56 -0500 (EST) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15056-02 for ; Thu, 2 Nov 2006 01:26:54 -0500 (EST) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by menubar.gnome.org (Postfix) with ESMTP id 121BE3B0008 for ; Thu, 2 Nov 2006 01:26:54 -0500 (EST) Received: by nf-out-0910.google.com with SMTP id l36so942349nfa for ; Wed, 01 Nov 2006 22:26:53 -0800 (PST) Received: by 10.82.109.19 with SMTP id h19mr17504buc.1162448812786; Wed, 01 Nov 2006 22:26:52 -0800 (PST) Received: by 10.82.151.5 with HTTP; Wed, 1 Nov 2006 22:26:52 -0800 (PST) Message-ID: <9961daf10611012226y77908a1dua9a716ff8afe4ed5@mail.gmail.com> Date: Thu, 2 Nov 2006 07:26:52 +0100 From: "Mikkel Kamstrup Erlandsen" To: "Nigel Tao" In-Reply-To: <9188fcea0611011634j2ec8cbf5rcdf542c75985bacd@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_449_20263311.1162448812605" References: <9961daf10610312217x5b5e5087q63fd35afb7f5a323@mail.gmail.com> <9188fcea0611011634j2ec8cbf5rcdf542c75985bacd@mail.gmail.com> X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-0.414 tagged_above=-999 required=2 tests=[BAYES_05=-1.11, DNS_FROM_RFC_ABUSE=0.2, HTML_40_50=0.496, HTML_MESSAGE=0.001, SPF_PASS=-0.001] X-Spam-Score: -0.414 X-Spam-Level: Cc: deskbar-applet-list@gnome.org Subject: Re: [Deskbar] pango.Layout.get_pixel_size X-BeenThere: deskbar-applet-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: Development of the Deskbar Applet List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Nov 2006 06:26:56 -0000 ------=_Part_449_20263311.1162448812605 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 2006/11/2, Nigel Tao : > > > pango.Layout.get_pixel_size allocates a whopping 5mb of memory. > > Did the pango people have any advice? > I have not investigated this further yet, but it is very high on my todo list... If someone steps in an tries stuff out they are most welcome, my time is quite limited atm. Cheers, Mikkel ------=_Part_449_20263311.1162448812605 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 2006/11/2, Nigel Tao <nigel.tao.gnome@gmail.com>:
> pango.Layout.get_pixel_size allocates a whopping 5mb of memory.

Did the pango people have any advice?


I have not investigated this further yet, but it is very high on my todo list... If someone steps in an tries stuff out they are most welcome, my time is quite limited atm.

Cheers,
Mikkel
------=_Part_449_20263311.1162448812605-- From rslinckx@gmail.com Mon Nov 6 10:31:30 2006 Return-Path: X-Original-To: deskbar-applet-list@gnome.org Delivered-To: deskbar-applet-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A7D6B3B00CD for ; Mon, 6 Nov 2006 10:31:30 -0500 (EST) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27438-01 for ; Mon, 6 Nov 2006 10:31:29 -0500 (EST) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.230]) by menubar.gnome.org (Postfix) with ESMTP id 5639F3B00A1 for ; Mon, 6 Nov 2006 10:31:29 -0500 (EST) Received: by wr-out-0506.google.com with SMTP id 67so123321wri for ; Mon, 06 Nov 2006 07:31:28 -0800 (PST) Received: by 10.78.157.8 with SMTP id f8mr6858186hue.1162827087340; Mon, 06 Nov 2006 07:31:27 -0800 (PST) Received: from ?172.17.32.240? ( [38.99.84.33]) by mx.google.com with ESMTP id 20sm5574994huf.2006.11.06.07.31.26; Mon, 06 Nov 2006 07:31:26 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: deskbar-applet-list@gnome.org From: =?ISO-8859-1?Q?Rapha=EBl_Slinckx?= Date: Mon, 6 Nov 2006 07:31:20 -0800 X-Mailer: Apple Mail (2.752.3) Sender: =?UTF-8?B?UmFwaGHDq2wgU2xpbmNreA==?= X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.6 tagged_above=-999 required=2 tests=[BAYES_00=-2.599, SPF_PASS=-0.001] X-Spam-Score: -2.6 X-Spam-Level: Subject: [Deskbar] 2.17 Release X-BeenThere: deskbar-applet-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: Development of the Deskbar Applet List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Nov 2006 15:31:30 -0000 Hi ! Could someone make the 2.17 release tarball and upload it or ask someone to do it before the deadline ? This will be greatly appreciated :) If not, please ping me in time i'll find another arrangement.. Thanks ! Raf From nigel.tao.gnome@gmail.com Mon Nov 6 20:42:28 2006 Return-Path: X-Original-To: deskbar-applet-list@gnome.org Delivered-To: deskbar-applet-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A11FC3B00BC for ; Mon, 6 Nov 2006 20:42:28 -0500 (EST) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32749-08 for ; Mon, 6 Nov 2006 20:42:26 -0500 (EST) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by menubar.gnome.org (Postfix) with ESMTP id 1AA7B3B0002 for ; Mon, 6 Nov 2006 20:42:26 -0500 (EST) Received: by ug-out-1314.google.com with SMTP id 74so1184168ugb for ; Mon, 06 Nov 2006 17:42:25 -0800 (PST) Received: by 10.78.185.16 with SMTP id i16mr7595099huf.1162863744782; Mon, 06 Nov 2006 17:42:24 -0800 (PST) Received: by 10.78.124.12 with HTTP; Mon, 6 Nov 2006 17:42:24 -0800 (PST) Message-ID: <9188fcea0611061742v3c29ba75k4686eebfaa6882c3@mail.gmail.com> Date: Tue, 7 Nov 2006 12:42:24 +1100 From: "Nigel Tao" To: "=?ISO-8859-1?Q?Rapha=EBl_Slinckx?=" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.374 tagged_above=-999 required=2 tests=[AWL=0.226, BAYES_00=-2.599, SPF_PASS=-0.001] X-Spam-Score: -2.374 X-Spam-Level: Cc: deskbar-applet-list@gnome.org Subject: Re: [Deskbar] 2.17 Release X-BeenThere: deskbar-applet-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: Development of the Deskbar Applet List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Nov 2006 01:42:28 -0000 > Could someone make the 2.17 release tarball and upload it or ask > someone to do it before the deadline ? By "someone", I presume you mean "Nigel". :-) I'll do it when I get off work - it should be done 8 hours from now... From nigel.tao.gnome@gmail.com Tue Nov 7 07:30:27 2006 Return-Path: X-Original-To: deskbar-applet-list@gnome.org Delivered-To: deskbar-applet-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 65A5F3B0250 for ; Tue, 7 Nov 2006 07:30:27 -0500 (EST) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31437-01 for ; Tue, 7 Nov 2006 07:30:23 -0500 (EST) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by menubar.gnome.org (Postfix) with ESMTP id 4BFC73B03E2 for ; Tue, 7 Nov 2006 07:30:19 -0500 (EST) Received: by ug-out-1314.google.com with SMTP id 74so1315229ugb for ; Tue, 07 Nov 2006 04:30:18 -0800 (PST) Received: by 10.78.203.13 with SMTP id a13mr8155835hug.1162902618216; Tue, 07 Nov 2006 04:30:18 -0800 (PST) Received: by 10.78.124.12 with HTTP; Tue, 7 Nov 2006 04:30:17 -0800 (PST) Message-ID: <9188fcea0611070430s6f65989ah7a2b338b69e3801a@mail.gmail.com> Date: Tue, 7 Nov 2006 23:30:17 +1100 From: "Nigel Tao" To: "Deskbar Applet List" , gnome-announce-list@gnome.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.334 tagged_above=-999 required=2 tests=[AWL=0.112, BAYES_00=-2.599, SPF_PASS=-0.001, TW_EV=0.077, TW_MR=0.077] X-Spam-Score: -2.334 X-Spam-Level: Subject: [Deskbar] Deskbar-Applet 2.17.2 Released X-BeenThere: deskbar-applet-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: Development of the Deskbar Applet List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Nov 2006 12:30:27 -0000 Very similar to 2.16.1, plus sebp's new Drag-and-Drop stuff. Cheers, Nigel. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D deskbar-applet 2.17.2 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Released 2006-11-07. Changes: =09Fix the closing of popup window with f4 causing a lot of errors. =09Merge Sebastian P=F6lsterl's Drag-and-Drop work. =09bug #353428, fails to open a file with national characters in its name. =09ModuleInstaller.install returns a value when installing a local .py. =09bug #339426, New recent files handler. =09Fix typo in google-live handler =09bug #353691, disable high-CPU handlers for the default settings =09bug #354953, crash when parsing a non-standard accelerator string =09bug #355573, crash on self.ui when gconf has a weird value in it =09bug #355947, crash on parsing malformed mozilla bookamrks =09bug #356893, crash when a pixmap is None instead of an actual image =09bug #358298, markup in url cause web_address to crash =09bug #359522, crash when gconf isn't used for browser detection code =09bug #359568, crash when dealing with gnomevfs drives=3D=3Dnone =09bug #355687, crashing on buggy middle clicks =09bug #353081, crash in Deskbar: Enabling beagle live plugin Contributors to this release: Raphael Slinckx, Mikkel Kamstrup Erlandsen, Sebastian P=F6lsterl, Callum McKenzie. Updated Translations: =09Bulgarian =09Chinese (Hong Kong) =09Chinese (Taiwan) =09Dutch =09Dzongkha =09English (British) =09Estonian =09Gujarati =09Hungarian =09Finnish =09French =09Georgian =09Japanese =09Korean =09Macedonian =09Malaylam =09Nepali =09Persian =09Spanish =09Swedish =09Thai =09Vietnamese Contributors to the translations: Abel Cheung, Alexander Shopov, Ani Peter, Ankit Patel, Changwoo Ryu, Christophe Merlet, Clytie Siddall, Daniel Nyland= er, David Lodge, Francisco Javier F. Serrador, Gabor Kelemen, Ilkka Tuohela, Iv= ar Smolin, Jovan Naumovski, Meelad Zakaria, Pawan Chitrakar, Pema Geyleg, Prii= t Laes, Roozbeh Pournader, Satoru Satoh, Theppitak Karoonboonyanan, Vladimer Sichinava, Wouter Bolsterlee http://download.gnome.org/sources/deskbar-applet/2.17/ From rslinckx@gmail.com Mon Nov 20 08:31:23 2006 Return-Path: X-Original-To: deskbar-applet-list@gnome.org Delivered-To: deskbar-applet-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 2B5493B037D for ; Mon, 20 Nov 2006 08:31:23 -0500 (EST) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26652-03 for ; Mon, 20 Nov 2006 08:31:19 -0500 (EST) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by menubar.gnome.org (Postfix) with ESMTP id 8DEA93B0192 for ; Mon, 20 Nov 2006 08:31:18 -0500 (EST) Received: by ug-out-1314.google.com with SMTP id 74so1234203ugb for ; Mon, 20 Nov 2006 05:31:17 -0800 (PST) Received: by 10.67.89.5 with SMTP id r5mr7300495ugl.1164029476923; Mon, 20 Nov 2006 05:31:16 -0800 (PST) Received: from ?87.96.175.56? ( [87.96.175.56]) by mx.google.com with ESMTP id 55sm4624463ugq.2006.11.20.05.31.15; Mon, 20 Nov 2006 05:31:15 -0800 (PST) From: =?ISO-8859-1?Q?Rapha=EBl?= Slinckx To: Deskbar Applet List Content-Type: text/plain; charset=UTF-8 Date: Mon, 20 Nov 2006 14:31:14 +0100 Message-Id: <1164029474.5732.9.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1 Content-Transfer-Encoding: quoted-printable Sender: =?UTF-8?B?UmFwaGHDq2wgU2xpbmNreA==?= X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.487 tagged_above=-999 required=2 tests=[AWL=0.113, BAYES_00=-2.599, SPF_PASS=-0.001] X-Spam-Score: -2.487 X-Spam-Level: Subject: [Deskbar] Deskbar 2.16.2 Released X-BeenThere: deskbar-applet-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: Development of the Deskbar Applet List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Nov 2006 13:31:23 -0000 Hi ! The 2.16.2 release is out from the stable branches it contais small fixes for annoying bugs. If anyone feel like helping the bugzilla is growing bigger and bigger, also the development pace of HEAD is slowing down worryingly. I hope we can take off again ! Here are the changes: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > Deskbar Applet 2.16.2 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > Changes: > * Workaround bug #366973, if opening a file fails because it is executab= le or for any other reason, try to execute it then open the parent director= y if still failing > * Close bug #368576, add encoding description to About.py > * Fixed #355278: Translations for categories not appearing. > * Use the correct screen for preferences windows > * Workaround for bug 359251, print an error on console when it happens > * fix for bug 366763, keyboard navigation of history in bottom panel was= reversed > * Remove obsolete warning on configure.ac > * Fix the closing of popup window with f4 causing a lot of errors becaus= e of the delete-event being emitted > * Apply fix for bug 353428. Deskbar fails to open a file with national c= haracters in its name. >=20 > Contributors to this release: Raphael Slinckx, Francisco Javier F. Serrad= or, Mikkel Kamstrup Erlandsen >=20 > Translations: > * Updated Portuguese translation. > * Updated Arabic Translation. > * Updated Spanish translation. > * Updated German translation. > * Updated Dzongkha Translation. > * Updated Japanese translation; merged updates from HEAD. > * Updated Bulgarian translation by Alexander Shopov > * Updated Galician Translation. > * Dutch translation updated by Wouter Bolsterlee. > * Updated French translation. > * Updated English (British) translation > * Updated Finnish translation. > * Updated Swedish translation. > * Updated Spanish translation. > * Updated Macedonian translation. > * Updated Norwegian bokm=C3=A5l translation. > * Updated Gujarati Translation. >=20 > Contributors to the translations: Kostas Papadimas, Vladimer Sichinava, R= una Bhattacharjee, Rajesh Ranjan, Tommi Vainikainen, Hendrik Richter, Artur= Flinta, Priit Laes, =C5=BDygimantas Beru=C4=8Dka, Duarte Loreto, Theppitak= Karoonboonyanan, Inaki Larranaga, =C3=98ivind Hoel, Kjartan Maraas, Ilkka = Tuohela, Gabor Kelemen, Ankit Patel, Funda Wang, Jovan Naumovski, Amanpreet= Singh Alam, David Lodge, ChaoHsiung Liao, Guntupalli Karunakar, Kang Jeong= Hee, Ignacio Casal Quinteiro, Rahul Bhalerao, Takeshi AIHANA, Lukas Novotny= , Rhys Jones, Thierry Randrianiriana, Josep Puigdemont i Casamaj=C3=B3, Erd= al Ronahi, Alessio Frusciante, Satoru SATOH, Christophe Merlet, Danilo =C5= =A0egan, Yair Hershkovitz, Changwoo Ryu, Ahmad Riza H Nst, Beno=C3=AEt Deje= an, Khandakar Mujahidul Islam, Laurent Dhima, Sanlig Badral, Wouter Bolster= lee, Pawan Chitrakar, Daniel Nylander, Vincent van Adrighem, Raivis Dejus, = Ales Nyakhaychyk, Abel Cheung, Leonid Kanter, Raphael Higino, Christian Ros= e, Josep Puigdemont Casamaj=C3=B3, Marcel Telka, Francisco Javier F. Serrad= or, Miloslav Trmac, Maxim Dziumanenko, Subhransu Behera, Hendirk Brandt, Pe= ma Geyleg, Baris Cicek, I. Felix, Adam Weinberger, Djihed Afifi, Matic Zgur= , Hendrik Brandt, Ole Laursen, Gintautas Miliauskas, Stanislav Brabec, Alex= ander Shopov, Slobodan D. Sredojevic, Nickolay V. Shmyrev, Nikos Charonitak= is, Clytie Siddall And the download URL: http://download.gnome.org/sources/deskbar-applet/2.16/ Enjoy, The deskbar team From edg@greenberg.org Sun Nov 26 10:02:39 2006 Return-Path: X-Original-To: deskbar-applet-list@mail.gnome.org Delivered-To: deskbar-applet-list@mail.gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 7652B3B0286 for ; Sun, 26 Nov 2006 10:02:39 -0500 (EST) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16704-05 for ; Sun, 26 Nov 2006 10:02:35 -0500 (EST) Received: from k2smtpout01-02.prod.mesa1.secureserver.net (k2smtpout01-02.prod.mesa1.secureserver.net [64.202.189.89]) by menubar.gnome.org (Postfix) with SMTP id CD21A3B006C for ; Sun, 26 Nov 2006 10:02:34 -0500 (EST) Received: (qmail 16319 invoked from network); 26 Nov 2006 15:02:34 -0000 Received: from unknown (HELO edg03.edgreenberg.net) (68.178.189.217) by k2smtpout01-02.prod.mesa1.secureserver.net (64.202.189.89) with ESMTP; 26 Nov 2006 15:02:34 -0000 Received: from [192.168.0.7] (dpc6919127062.direcpc.com [69.19.127.62]) (authenticated bits=0) by edg03.edgreenberg.net (8.13.7/8.13.7) with ESMTP id kAQF2CGw012711 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 26 Nov 2006 07:02:31 -0800 Message-ID: <4569AC75.5020906@greenberg.org> Date: Sun, 26 Nov 2006 07:02:13 -0800 From: Ed Greenberg User-Agent: Thunderbird 1.5.0.8 (X11/20061107) MIME-Version: 1.0 To: deskbar-applet-list@mail.gnome.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.599 tagged_above=-999 required=2 tests=[BAYES_00=-2.599] X-Spam-Score: -2.599 X-Spam-Level: Subject: [Deskbar] End user question: No firefox integration X-BeenThere: deskbar-applet-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: Development of the Deskbar Applet List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Nov 2006 15:02:39 -0000 I happened upon the Gnome deskbar, discovering the fine work you folks have been doing. I need just a bit of end-user tech support, and this seems to be the best place to get it. If there's a more appropriate place for this query, please let me know where. I have Deskbar 2.16.0, as installed from Fedora Core 6 Extras. My installation of FC6 is only a week old, so I haven't had a chance to mess it up much :) When I enter a phrase in the Deskbar, I usually get three offerings: * Look ... up in dictionary * search for file names like... * search for ... using Beagle. (possibly an offer to send email.) What I don't get is any opportunity to search the phrase with a search engine. I have web searches selected and have tried both "show all available" and "show only primary." I also have "Web" checked, but when I enter a full url (http://...) I do not get an offer to open the URL. Does anybody know what's wrong with my configuration? Or where to ask? Thanks, From rslinckx@gmail.com Sun Nov 26 10:10:56 2006 Return-Path: X-Original-To: deskbar-applet-list@gnome.org Delivered-To: deskbar-applet-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id EEF7F3B020B for ; Sun, 26 Nov 2006 10:10:55 -0500 (EST) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17095-05 for ; Sun, 26 Nov 2006 10:10:52 -0500 (EST) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by menubar.gnome.org (Postfix) with ESMTP id 49E0B3B01F6 for ; Sun, 26 Nov 2006 10:10:51 -0500 (EST) Received: by ug-out-1314.google.com with SMTP id 74so952192ugb for ; Sun, 26 Nov 2006 07:10:50 -0800 (PST) Received: by 10.67.101.10 with SMTP id d10mr10625995ugm.1164553850319; Sun, 26 Nov 2006 07:10:50 -0800 (PST) Received: from ?87.96.175.161? ( [87.96.175.161]) by mx.google.com with ESMTP id i39sm13500644ugd.2006.11.26.07.10.49; Sun, 26 Nov 2006 07:10:49 -0800 (PST) From: =?ISO-8859-1?Q?Rapha=EBl?= Slinckx To: deskbar-applet-list@gnome.org In-Reply-To: <4569AC75.5020906@greenberg.org> References: <4569AC75.5020906@greenberg.org> Content-Type: text/plain Date: Sun, 26 Nov 2006 16:10:49 +0100 Message-Id: <1164553849.5673.7.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1 Content-Transfer-Encoding: 7bit Sender: =?UTF-8?B?UmFwaGHDq2wgU2xpbmNreA==?= X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.493 tagged_above=-999 required=2 tests=[AWL=0.107, BAYES_00=-2.599, SPF_PASS=-0.001] X-Spam-Score: -2.493 X-Spam-Level: Subject: Re: [Deskbar] End user question: No firefox integration X-BeenThere: deskbar-applet-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: Development of the Deskbar Applet List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Nov 2006 15:10:56 -0000 Hi ! > When I enter a phrase in the Deskbar, I usually get three offerings: > * Look ... up in dictionary > * search for file names like... > * search for ... using Beagle. > (possibly an offer to send email.) > > What I don't get is any opportunity to search the phrase with a search > engine. What would be useful is to have the console output by running /usr/lib/deskbar-applet/deskbar-applet -w And see if something strange happens then.. Also note that the web search thing uses the search engines as defined in firefox (or epiphany smart bookmarks) so if those are empty, you will get no results from deskbar. Raf From jdaluz@gmail.com Sun Nov 26 14:05:20 2006 Return-Path: X-Original-To: deskbar-applet-list@gnome.org Delivered-To: deskbar-applet-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 01EFD3B02E3 for ; Sun, 26 Nov 2006 14:05:20 -0500 (EST) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31829-07 for ; Sun, 26 Nov 2006 14:05:17 -0500 (EST) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by menubar.gnome.org (Postfix) with ESMTP id 0194C3B02C5 for ; Sun, 26 Nov 2006 14:05:17 -0500 (EST) Received: by py-out-1112.google.com with SMTP id a73so968646pye for ; Sun, 26 Nov 2006 11:05:16 -0800 (PST) Received: by 10.35.96.11 with SMTP id y11mr11265070pyl.1164567916610; Sun, 26 Nov 2006 11:05:16 -0800 (PST) Received: by 10.35.113.2 with HTTP; Sun, 26 Nov 2006 11:05:16 -0800 (PST) Message-ID: Date: Sun, 26 Nov 2006 14:05:16 -0500 From: "Jose daLuz" To: "=?ISO-8859-1?Q?Rapha=EBl_Slinckx?=" In-Reply-To: <1164553849.5673.7.camel@localhost> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_50781_16858805.1164567916573" References: <4569AC75.5020906@greenberg.org> <1164553849.5673.7.camel@localhost> X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.826 tagged_above=-999 required=2 tests=[AWL=0.277, BAYES_00=-2.599, HTML_40_50=0.496, HTML_MESSAGE=0.001, SPF_PASS=-0.001] X-Spam-Score: -1.826 X-Spam-Level: Cc: deskbar-applet-list@gnome.org Subject: Re: [Deskbar] End user question: No firefox integration X-BeenThere: deskbar-applet-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: Development of the Deskbar Applet List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Nov 2006 19:05:20 -0000 ------=_Part_50781_16858805.1164567916573 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, If you're using Firefox 2 then the new opensearch search engines included with that release are not supported yet. See bug 348209 -- also= , if I recall correctly, Mikkel Kamstrup Erlandsen has some messages on this list on the subject of getting those working. On 11/26/06, Rapha=EBl Slinckx wrote: > > Also note that the web search thing uses the search engines as defined > in firefox (or epiphany smart bookmarks) so if those are empty, you will > get no results from deskbar. > > Raf > --=20 Joe daLuz ------=_Part_50781_16858805.1164567916573 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi,

If you're using Firefox 2 then the new opensearch search engines included with that release = are not supported yet. See bug 348209 -- also, if I recall correctly, Mikkel Kamstrup Erlandsen ha= s some messages on this list on the subject of getting those working.
On 11/26/06, Rapha=EBl Slinckx <raphael@sl= inckx.net> wrote:
Also note that the web search thing uses the search engines as defined
i= n firefox (or epiphany smart bookmarks) so if those are empty, you will
= get no results from deskbar.

Raf

--
Joe daLuz ------=_Part_50781_16858805.1164567916573-- From rslinckx@gmail.com Mon Nov 27 19:02:23 2006 Return-Path: X-Original-To: deskbar-applet-list@gnome.org Delivered-To: deskbar-applet-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 1DCEA3B009D for ; Mon, 27 Nov 2006 19:02:23 -0500 (EST) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17092-04 for ; Mon, 27 Nov 2006 19:02:19 -0500 (EST) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by menubar.gnome.org (Postfix) with ESMTP id 578313B011F for ; Mon, 27 Nov 2006 19:02:18 -0500 (EST) Received: by ug-out-1314.google.com with SMTP id 74so1319484ugb for ; Mon, 27 Nov 2006 16:02:17 -0800 (PST) Received: by 10.67.103.7 with SMTP id f7mr421112ugm.1164672137015; Mon, 27 Nov 2006 16:02:17 -0800 (PST) Received: from ?87.96.175.81? ( [87.96.175.81]) by mx.google.com with ESMTP id j2sm18524942ugf.2006.11.27.16.02.16; Mon, 27 Nov 2006 16:02:16 -0800 (PST) From: =?ISO-8859-1?Q?Rapha=EBl?= Slinckx To: Deskbar Applet List In-Reply-To: <456A4567.4020104@greenberg.org> References: <4569AC75.5020906@greenberg.org> <1164553849.5673.7.camel@localhost> <456A4567.4020104@greenberg.org> Content-Type: text/plain Date: Tue, 28 Nov 2006 01:02:14 +0100 Message-Id: <1164672134.5693.0.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1 Content-Transfer-Encoding: 7bit Sender: =?UTF-8?B?UmFwaGHDq2wgU2xpbmNreA==?= X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.498 tagged_above=-999 required=2 tests=[AWL=0.102, BAYES_00=-2.599, SPF_PASS=-0.001] X-Spam-Score: -2.498 X-Spam-Level: Subject: Re: [Deskbar] End user question: No firefox integration X-BeenThere: deskbar-applet-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: Development of the Deskbar Applet List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2006 00:02:23 -0000 Hi ! > Initializing Web Searches > Error:MozillaSmartBookmarksDirParser:cannot parse smrt > bookmark:'name':bookmark > /home/edg/.mozilla/firefox/x0996xkt.default/searchplugins/wikipedia.src Here is the problem. I suggest you file a bug with as attachment this mail content and the file itself. Thanks ! Raf From linux.photo.geek@gmail.com Mon Nov 27 20:45:07 2006 Return-Path: X-Original-To: deskbar-applet-list@gnome.org Delivered-To: deskbar-applet-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id AFA343B0018 for ; Mon, 27 Nov 2006 20:45:07 -0500 (EST) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23136-10 for ; Mon, 27 Nov 2006 20:45:05 -0500 (EST) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.227]) by menubar.gnome.org (Postfix) with ESMTP id 812C63B0005 for ; Mon, 27 Nov 2006 20:45:02 -0500 (EST) Received: by wx-out-0506.google.com with SMTP id s11so1851905wxc for ; Mon, 27 Nov 2006 17:45:01 -0800 (PST) Received: by 10.90.94.2 with SMTP id r2mr339085agb.1164678301733; Mon, 27 Nov 2006 17:45:01 -0800 (PST) Received: by 10.90.55.8 with HTTP; Mon, 27 Nov 2006 17:45:01 -0800 (PST) Message-ID: <1abd6eeb0611271745j2f1ea10ai85cab2b8ab2394f@mail.gmail.com> Date: Mon, 27 Nov 2006 17:45:01 -0800 From: "Will Simpson" To: deskbar-applet-list@gnome.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_45_25972496.1164678301715" X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-1.804 tagged_above=-999 required=2 tests=[BAYES_00=-2.599, HTML_00_10=0.795, HTML_MESSAGE=0.001, SPF_PASS=-0.001] X-Spam-Score: -1.804 X-Spam-Level: Subject: [Deskbar] Learning Python and scripting a handler X-BeenThere: deskbar-applet-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: Development of the Deskbar Applet List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2006 01:45:07 -0000 ------=_Part_45_25972496.1164678301715 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I have an idea for a handler but I have few python skills. I'm willing to learn and have read some of the popular python tutorials. Anyways, I'm sort have got a start but am stuck figuring our which classes and functions to use and how to have deskbar parse a file. My idea is to have a handler that reads a file which has a list of commands in it and then execute the command matching the query. At first glance seems dumb but the file I'd like to parse is .aliases which contains all my alias commands. If this works as envisioned, I could create an alias of 'ff' for firefox or 'mail' for evolution or 'vt' for gnome-terminal. Once this works I have some other ideas to extend this further. Anyone have tips for how I'd get started. Will ------=_Part_45_25972496.1164678301715 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I have an idea for a handler but I have few python skills. I'm willing to learn and have read some of the popular python tutorials. Anyways, I'm sort have got a start but am stuck figuring our which classes and functions to use and how to have deskbar parse a file. My idea is to have a handler that reads a file which has a list of commands in it and then execute the command matching the query. At first glance seems dumb but the file I'd like to parse is .aliases which contains all my alias commands. If this works as envisioned, I could create an alias of 'ff' for firefox or 'mail' for evolution or 'vt' for gnome-terminal. Once this works I have some other ideas to extend this further.

Anyone have tips for how I'd get started.

Will
------=_Part_45_25972496.1164678301715-- From edg@greenberg.org Mon Nov 27 21:00:55 2006 Return-Path: X-Original-To: deskbar-applet-list@gnome.org Delivered-To: deskbar-applet-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 06EF73B0004 for ; Mon, 27 Nov 2006 21:00:55 -0500 (EST) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24015-07 for ; Mon, 27 Nov 2006 21:00:51 -0500 (EST) Received: from k2smtpout03-02.prod.mesa1.secureserver.net (k2smtpout03-02.prod.mesa1.secureserver.net [64.202.189.172]) by menubar.gnome.org (Postfix) with SMTP id B532C3B008B for ; Mon, 27 Nov 2006 21:00:50 -0500 (EST) Received: (qmail 22844 invoked from network); 28 Nov 2006 02:00:49 -0000 Received: from unknown (HELO edg03.edgreenberg.net) (68.178.189.217) by k2smtpout03-02.prod.mesa1.secureserver.net (64.202.189.172) with ESMTP; 28 Nov 2006 02:00:48 -0000 Received: from [75.215.214.43] (43.sub-75-215-214.myvzw.com [75.215.214.43]) (authenticated bits=0) by edg03.edgreenberg.net (8.13.7/8.13.7) with ESMTP id kAS20WsD016565 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 27 Nov 2006 18:00:45 -0800 Message-ID: <456B9838.9020000@greenberg.org> Date: Mon, 27 Nov 2006 18:00:24 -0800 From: Ed Greenberg User-Agent: Thunderbird 1.5.0.8 (X11/20061107) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Rapha=EBl_Slinckx?= References: <4569AC75.5020906@greenberg.org> <1164553849.5673.7.camel@localhost> <456A4567.4020104@greenberg.org> <1164672134.5693.0.camel@localhost> In-Reply-To: <1164672134.5693.0.camel@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.599 tagged_above=-999 required=2 tests=[BAYES_00=-2.599] X-Spam-Score: -2.599 X-Spam-Level: Cc: Deskbar Applet List Subject: Re: [Deskbar] End user question: No firefox integration X-BeenThere: deskbar-applet-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: Development of the Deskbar Applet List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2006 02:00:55 -0000 Raphaël Slinckx wrote: > Hi ! > >> Initializing Web Searches >> Error:MozillaSmartBookmarksDirParser:cannot parse smrt >> bookmark:'name':bookmark >> /home/edg/.mozilla/firefox/x0996xkt.default/searchplugins/wikipedia.src >> > > Here is the problem. I suggest you file a bug with as attachment this > mail content and the file itself. > > Thanks ! > Raf > While I'll be happy to file this as a bug, it's not THE bug. I removed the wikipedia plugin and restarted X, and still have the problem. As I type, the offering is: Lookup ... in dictionary Search for file names like ... Search for ... using beagle (and optionally) Send email to ... No mention of web search. My -w output is now: [edg@albus ~]$ /usr/lib/deskbar-applet/deskbar-applet -w GTK Accessibility Module initialized Running installed deskbar, using [/usr/lib/python2.4/site-packages/deskbar:$PYTHONPATH] Data Dir: /usr/share/deskbar-applet Handlers Dir: ['/home/edg/.gnome2/deskbar-applet/handlers', '/usr/lib/deskbar-applet/handlers'] Binding Global shortcut F3 to focus the deskbar ** (deskbar-applet:28789): WARNING **: Binding 'F3' failed! Running with options: {'popup_mode': False, 'cuemiac': False, 'do_trace': False, 'standalone': True} Bonobo accessibility support initialized Starting Deskbar instance: None Set entry width: 20 Layout changed to 1 Set entry width: 20 Layout changed to 1 Changing UI to: Entriac Loading module 'Mail (Address Book)' from file /usr/lib/deskbar-applet/handlers/evolution.py. Loading module 'Fedora Bugzilla Entries' from file /usr/lib/deskbar-applet/handlers/fedorabz.py. *** *** The file /usr/lib/deskbar-applet/handlers/galago.py (GalagoHandler) decided to not load itself: Waiting for python bindings of galago. Should allow to send IM by typing name. *** *** *** The file /usr/lib/deskbar-applet/handlers/google-live.py (GoogleLiveHandler) decided to not load itself: You need to install the SOAPpy python module. *** *** *** The file /usr/lib/deskbar-applet/handlers/beagle-live.py (BeagleLiveHandler) decided to not load itself: Could not load beagle, libbeagle has been compiled without python bindings:No module named beagle *** *** *** The file /usr/lib/deskbar-applet/handlers/epiphany.py (EpiphanyBookmarksHandler) decided to not load itself: Epiphany is not your preferred browser, not using it. *** Loading module 'Web' from file /usr/lib/deskbar-applet/handlers/web_address.py. *** *** The file /usr/lib/deskbar-applet/handlers/galeon.py (GaleonBookmarksHandler) decided to not load itself: Galeon is not your preferred browser, not using it. *** Loading module 'Files, Folders and Places' from file /usr/lib/deskbar-applet/handlers/files.py. Loading module 'Window Switcher' from file /usr/lib/deskbar-applet/handlers/iswitch-window.py. Error:load_icon:Icon Load Error:Icon 'panel-window-menu' not present in theme (or Icon 'panel-window-menu.png' not present in theme) Loading module 'History' from file /usr/lib/deskbar-applet/handlers/history.py. Loading module 'Beagle' from file /usr/lib/deskbar-applet/handlers/beagle-static.py. Loading module 'Computer Actions' from file /usr/lib/deskbar-applet/handlers/gdmactions.py. Loading module 'Files and Folders Search' from file /usr/lib/deskbar-applet/handlers/programs.py. Loading module 'Dictionary' from file /usr/lib/deskbar-applet/handlers/programs.py. Loading module 'Developer Documentation' from file /usr/lib/deskbar-applet/handlers/programs.py. Loading module 'Programs' from file /usr/lib/deskbar-applet/handlers/programs.py. Loading module 'Web Searches' from file /usr/lib/deskbar-applet/handlers/mozilla.py. Loading module 'Web History' from file /usr/lib/deskbar-applet/handlers/mozilla.py. Loading module 'Web Bookmarks' from file /usr/lib/deskbar-applet/handlers/mozilla.py. Loading module 'Yahoo! Search' from file /usr/lib/deskbar-applet/handlers/yahoo.py. Loading module 'del.icio.us Bookmarks' from file /usr/lib/deskbar-applet/handlers/desklicious.py. Initializing Dictionary Initializing Files and Folders Search Initializing History Initializing Programs (deskbar-applet:28789): Gnome-WARNING **: gnome-program.c:1015: Directory properties not set correctly. Cannot locate application specific files. (deskbar-applet:28789): Gnome-WARNING **: gnome-program.c:1015: Directory properties not set correctly. Cannot locate application specific files. (deskbar-applet:28789): Gnome-WARNING **: gnome-program.c:1015: Directory properties not set correctly. Cannot locate application specific files. Initializing Web Initializing Files, Folders and Places Initializing Mail (Address Book) Initializing Web Bookmarks Initializing Web History Initializing Web Searches Initializing Beagle Initializing Developer Documentation [edg@albus ~]$ From mikkel.kamstrup@gmail.com Tue Nov 28 09:25:34 2006 Return-Path: X-Original-To: deskbar-applet-list@gnome.org Delivered-To: deskbar-applet-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id E4A6B3B00F7 for ; Tue, 28 Nov 2006 09:25:33 -0500 (EST) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30830-06 for ; Tue, 28 Nov 2006 09:25:24 -0500 (EST) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by menubar.gnome.org (Postfix) with ESMTP id E55C73B00A9 for ; Tue, 28 Nov 2006 09:25:21 -0500 (EST) Received: by py-out-1112.google.com with SMTP id a73so1349762pye for ; Tue, 28 Nov 2006 06:25:21 -0800 (PST) Received: by 10.35.38.17 with SMTP id q17mr1669370pyj.1164723921395; Tue, 28 Nov 2006 06:25:21 -0800 (PST) Received: by 10.35.17.15 with HTTP; Tue, 28 Nov 2006 06:25:21 -0800 (PST) Message-ID: <9961daf10611280625p7d82076u16cc54b55298dd1f@mail.gmail.com> Date: Tue, 28 Nov 2006 15:25:21 +0100 From: "Mikkel Kamstrup Erlandsen" To: "Jose daLuz" In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6525_11061992.1164723921310" References: <4569AC75.5020906@greenberg.org> <1164553849.5673.7.camel@localhost> X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.465 tagged_above=-999 required=2 tests=[BAYES_00=-2.599, HTML_50_60=0.134, HTML_MESSAGE=0.001, SPF_PASS=-0.001] X-Spam-Score: -2.465 X-Spam-Level: Cc: deskbar-applet-list@gnome.org Subject: Re: [Deskbar] End user question: No firefox integration X-BeenThere: deskbar-applet-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: Development of the Deskbar Applet List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2006 14:25:34 -0000 ------=_Part_6525_11061992.1164723921310 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 2006/11/26, Jose daLuz : > > Hi, > > If you're using Firefox 2 then the new > opensearch search engines included with that release are not supported ye= t. > See bug 348209 -- al= so, > if I recall correctly, Mikkel Kamstrup Erlandsen has some messages on thi= s > list on the subject of getting those working. I should have followed up on that bug (I've done so now)... I discovered that FF2 does infact not use OepnSearch descriptors as such. Meaning that they use them at install time, but they only save some custom search engine format. I'll still try and get OpenSearch integration going for deskbar, but it won= t give us back the search engine functionality I fear... Cheers, Mikkel On 11/26/06, Rapha=EBl Slinckx wrote: > > > > Also note that the web search thing uses the search engines as defined > > in firefox (or epiphany smart bookmarks) so if those are empty, you wil= l > > get no results from deskbar. > > > > Raf > > > > -- > Joe daLuz > _______________________________________________ > deskbar-applet-list mailing list > deskbar-applet-list@gnome.org > http://mail.gnome.org/mailman/listinfo/deskbar-applet-list > > > ------=_Part_6525_11061992.1164723921310 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 2006/11/26, Jose daLuz <jdaluz@gmail= .com>:
Hi,

If you're using Firefox 2 then the new opensearch search engines included with that release = are not supported yet. See=20 bug 348209 -- also, if I recall correctly, Mikkel Kamstrup Erlandsen ha= s some messages on this list on the subject of getting those working.


I should have followed up on that bug (I've done so now= )... I discovered that FF2 does infact not use OepnSearch descriptors as su= ch. Meaning that they use them at install time, but they only save some cus= tom search engine format.

I'll still try and get OpenSearch integration going for deskbar, bu= t it wont give us back the search engine functionality I fear...

Che= ers,
Mikkel
 

On 11/26/06, Rapha=EBl Slinckx <raphael@sl= inckx.net> wrote:
Also note that the web search thing uses the search engines as defined
i= n firefox (or epiphany smart bookmarks) so if those are empty, you will
= get no results from deskbar.

Raf

--
Joe daLuz

_______________________________________________
deskbar-apple= t-list mailing list
deskbar-applet-list@g= nome.org
http://mail.gnome.org/mailman/listinfo/deskbar-applet-list

<= br>

------=_Part_6525_11061992.1164723921310-- From edg@greenberg.org Tue Nov 28 10:58:11 2006 Return-Path: X-Original-To: deskbar-applet-list@gnome.org Delivered-To: deskbar-applet-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 7B7863B00AE for ; Tue, 28 Nov 2006 10:58:11 -0500 (EST) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04995-04 for ; Tue, 28 Nov 2006 10:58:07 -0500 (EST) Received: from k2smtpout02-02.prod.mesa1.secureserver.net (k2smtpout02-02.prod.mesa1.secureserver.net [64.202.189.91]) by menubar.gnome.org (Postfix) with SMTP id C85553B009D for ; Tue, 28 Nov 2006 10:58:04 -0500 (EST) Received: (qmail 6981 invoked from network); 28 Nov 2006 15:57:49 -0000 Received: from unknown (HELO edg03.edgreenberg.net) (68.178.189.217) by k2smtpout02-02.prod.mesa1.secureserver.net (64.202.189.91) with ESMTP; 28 Nov 2006 15:57:43 -0000 Received: from [75.215.214.43] (43.sub-75-215-214.myvzw.com [75.215.214.43]) (authenticated bits=0) by edg03.edgreenberg.net (8.13.7/8.13.7) with ESMTP id kASFveCZ018283 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 28 Nov 2006 07:57:43 -0800 Message-ID: <456C5C78.8030904@greenberg.org> Date: Tue, 28 Nov 2006 07:57:44 -0800 From: Ed Greenberg User-Agent: Thunderbird 1.5.0.8 (X11/20061107) MIME-Version: 1.0 To: deskbar-applet-list@gnome.org References: <4569AC75.5020906@greenberg.org> <1164553849.5673.7.camel@localhost> <9961daf10611280625p7d82076u16cc54b55298dd1f@mail.gmail.com> In-Reply-To: <9961daf10611280625p7d82076u16cc54b55298dd1f@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.599 tagged_above=-999 required=2 tests=[BAYES_00=-2.599] X-Spam-Score: -2.599 X-Spam-Level: Subject: Re: [Deskbar] End user question: No firefox integration X-BeenThere: deskbar-applet-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: Development of the Deskbar Applet List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2006 15:58:11 -0000 Mikkel Kamstrup Erlandsen wrote: > 2006/11/26, Jose daLuz >: > > Hi, > > If you're using Firefox 2 then the new opensearch search engines > included with that release are not supported yet. See bug 348209 > -- also, if I > recall correctly, Mikkel Kamstrup Erlandsen has some messages on > this list on the subject of getting those working. > > > > I should have followed up on that bug (I've done so now)... I > discovered that FF2 does infact not use OepnSearch descriptors as > such. Meaning that they use them at install time, but they only save > some custom search engine format. > > I'll still try and get OpenSearch integration going for deskbar, but > it wont give us back the search engine functionality I fear... > > Cheers, > Mikkel > Speaking as an end-user, how does this affect use with Firefox 1.5.0.8. Please see my previous posting with my -w output. From nigel.tao.gnome@gmail.com Tue Nov 28 19:16:13 2006 Return-Path: X-Original-To: deskbar-applet-list@gnome.org Delivered-To: deskbar-applet-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id B34AA3B0009 for ; Tue, 28 Nov 2006 19:16:13 -0500 (EST) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01648-04 for ; Tue, 28 Nov 2006 19:16:11 -0500 (EST) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by menubar.gnome.org (Postfix) with ESMTP id C11293B0078 for ; Tue, 28 Nov 2006 19:16:10 -0500 (EST) Received: by ug-out-1314.google.com with SMTP id 74so1644766ugb for ; Tue, 28 Nov 2006 16:16:10 -0800 (PST) Received: by 10.78.185.15 with SMTP id i15mr1559414huf.1164759369444; Tue, 28 Nov 2006 16:16:09 -0800 (PST) Received: by 10.78.124.12 with HTTP; Tue, 28 Nov 2006 16:16:09 -0800 (PST) Message-ID: <9188fcea0611281616v16118e63hdd4e963552b3bae3@mail.gmail.com> Date: Wed, 29 Nov 2006 11:16:09 +1100 From: "Nigel Tao" To: "Will Simpson" In-Reply-To: <1abd6eeb0611271745j2f1ea10ai85cab2b8ab2394f@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1abd6eeb0611271745j2f1ea10ai85cab2b8ab2394f@mail.gmail.com> X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.285 tagged_above=-999 required=2 tests=[AWL=0.315, BAYES_00=-2.599, SPF_PASS=-0.001] X-Spam-Score: -2.285 X-Spam-Level: Cc: deskbar-applet-list@gnome.org Subject: Re: [Deskbar] Learning Python and scripting a handler X-BeenThere: deskbar-applet-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: Development of the Deskbar Applet List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2006 00:16:13 -0000 On 11/28/06, Will Simpson wrote: > I have an idea for a handler but I have few python skills. I'm willing to > learn and have read some of the popular python tutorials. Anyways, I'm sort > have got a start but am stuck figuring our which classes and functions to > use and how to have deskbar parse a file. My idea is to have a handler that > reads a file which has a list of commands in it and then execute the command > matching the query. At first glance seems dumb but the file I'd like to > parse is .aliases which contains all my alias commands. If this works as > envisioned, I could create an alias of 'ff' for firefox or 'mail' for > evolution or 'vt' for gnome-terminal. Once this works I have some other > ideas to extend this further. > > Anyone have tips for how I'd get started. Try copying the Epiphany handler, which (1) reads a file (via load_shortcuts in deskbar/Browsermatch.py) and (2) allows for search-aliases, so that Deskbar'ing for "wp foo" will search the wikipedia for foo. http://cvs.gnome.org/viewcvs/deskbar-applet/deskbar/handlers/epiphany.py?view=markup There's also the wiki page, that has lots of links to other handlers' source code. http://live.gnome.org/DeskbarApplet/Extending From rslinckx@gmail.com Thu Nov 30 15:48:07 2006 Return-Path: X-Original-To: deskbar-applet-list@gnome.org Delivered-To: deskbar-applet-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 4E6673B0140 for ; Thu, 30 Nov 2006 15:48:07 -0500 (EST) Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23977-02 for ; Thu, 30 Nov 2006 15:48:02 -0500 (EST) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by menubar.gnome.org (Postfix) with ESMTP id 9DB923B0186 for ; Thu, 30 Nov 2006 15:47:59 -0500 (EST) Received: by ug-out-1314.google.com with SMTP id 74so2224335ugb for ; Thu, 30 Nov 2006 12:47:59 -0800 (PST) Received: by 10.67.119.13 with SMTP id w13mr6101691ugm.1164919678832; Thu, 30 Nov 2006 12:47:58 -0800 (PST) Received: from ?87.96.175.171? ( [87.96.175.171]) by mx.google.com with ESMTP id s1sm23072291uge.2006.11.30.12.47.58; Thu, 30 Nov 2006 12:47:58 -0800 (PST) From: =?ISO-8859-1?Q?Rapha=EBl?= Slinckx To: Deskbar Applet List In-Reply-To: <1164916184.4884.7.camel@PcIutRtColmar.iut-colmar.net> References: <1164916184.4884.7.camel@PcIutRtColmar.iut-colmar.net> Content-Type: text/plain Date: Thu, 30 Nov 2006 21:47:58 +0100 Message-Id: <1164919678.5676.29.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1 Content-Transfer-Encoding: 7bit Sender: =?UTF-8?B?UmFwaGHDq2wgU2xpbmNreA==?= X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Status: No, score=-2.501 tagged_above=-999 required=2 tests=[AWL=0.099, BAYES_00=-2.599, SPF_PASS=-0.001] X-Spam-Score: -2.501 X-Spam-Level: Cc: Philippe HENSEL Subject: Re: [Deskbar] Deskbar applet : ekiga plugin ... I need some help ... X-BeenThere: deskbar-applet-list@gnome.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: Development of the Deskbar Applet List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Nov 2006 20:48:07 -0000 Hi ! > First of all, big thanks to you for deskbar applet. > I want to develop an ekiga (sip/h323 softphone) plugin for deskbar. > This plugin is very close to evolution's one (send mail). > Please find attached to this mail a first example of code. > It works only when you disallow evolution's plugin. > To go forward I have two solutions : > - modify evolution.h and evolution.c (Hit struct) > - copy deskbar/evolution to deskbar/ekiga (seems more complex -> modify > makefiles .... ???) > Which do you mean is the best way ?? > Can you help me ? I think it doesn't work when combined because there is a duplicate prevention mechanism that kicks in. there is a get_hash method in the match object, and when more than one match have the same hash, only the first one is displayed (according to the preferences of handler order). If you think ekiga and evolution handler are different matches, then you have to change your get_hash to be unique (not return simply the email, but for example sip:email@foo.bar). Let us know how it works out. Raf