From Jeff.Cai@sun.com Wed Feb  3 20:17:31 2010
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o144HUZg001713
	for <LSARC-ext@sac.sfbay.sun.com>; Wed, 3 Feb 2010 20:17:31 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.4) with ESMTP id o144HRl3031799
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Wed, 3 Feb 2010 21:17:30 -0700 (MST)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KXA00101UL5B600@nwk-avmta-1.sfbay.Sun.COM> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Wed, 03 Feb 2010 20:17:29 -0800 (PST)
Received: from sineb-mail-1.sun.com ([192.18.19.6])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KXA0010IUL4B200@nwk-avmta-1.sfbay.Sun.COM> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Wed,
 03 Feb 2010 20:17:29 -0800 (PST)
Received: from fe-apac-06.sun.com
 (fe-apac-06.sun.com [192.18.19.177] (may be forged))
	by sineb-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o144HRin017211	for
 <LSARC-ext@sun.com>; Thu, 04 Feb 2010 04:17:27 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KXA00E00UI4S200@mail-apac.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 04 Feb 2010 12:17:27 +0800 (SGT)
Received: from [129.158.217.59] ([unknown] [129.158.217.59])
 by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KXA001BBUL23320@mail-apac.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 04 Feb 2010 12:17:27 +0800 (SGT)
Date: Thu, 04 Feb 2010 12:17:38 +0800
From: Jeff Cai <Jeff.Cai@sun.com>
Subject: nautilus-sendto 2.28.2 [LSARC/2010/038 FastTrack timeout /02/17/2010]
Sender: Jeff.Cai@sun.com
To: LSARC-ext@sun.com
Cc: Halton.Huo@sun.com
Message-id: <1265257058.6792.15.camel@marathon.Prc.Sun.COM>
MIME-version: 1.0
Content-type: multipart/mixed; boundary="Boundary_(ID_Y4Web68r32kDhqrnhv11VQ)"
X-PMX-Version: 5.4.1.325704
Status: RO
Content-Length: 8640


--Boundary_(ID_Y4Web68r32kDhqrnhv11VQ)
Content-type: text/plain; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT

Hi,

I'm sponsoring this case for Halton Huo of the Desktop group.
Since there will be no meeting next week, the timer is set to Feb 17,
2010. The case directory contains the attached proposal.

Jeff 


--Boundary_(ID_Y4Web68r32kDhqrnhv11VQ)
Content-type: text/plain; CHARSET=US-ASCII; name=one-pager-nautilus-sendto.txt
Content-transfer-encoding: 7BIT
Content-disposition: attachment; filename=one-pager-nautilus-sendto.txt

Template Version: @(#)onepager.txt 1.35 07/11/07 SMI
Copyright 2007 Sun Microsystems

1. Introduction
   1.1. Project/Component Working Name:
        nautilus-sendto

   1.2. Name of Document Author/Supplier:
        Author: Halton Huo

   1.3. Date of This Document:
        02/04/2010

   1.5. Email Aliases:
        1.5.1. Responsible Manager: Harry.Lu@Sun.COM
        1.5.2. Responsible Engineer: Halton.Huo@Sun.COM
        1.5.3. Marketing Manager: Glynn.Foster@Sun.COM

4. Technical Description:
    4.1. Details:

         As an extension of the Nautilus file manager, nautilus-sendto
         provides a context menu for quickly sending files to other
         desktop applications. It also provides the option of compressing
         the files (tar.bz2, tar.gz, or zip) before sending.

         These functions are implemented as plugins, so nautilus-sendto
         can be extended with additional features.

         So far on OpenSolaris, nautilus-sendto supports following plugins:
         - Email
           nautilus-sendto launches the programs specified in GConf key
           /desktop/gnome/url-handlers/mailto/command to do the actual sending
           action. The file is sent as an attachment.

           On OpenSolaris, the default mail client is Thunderbird. It also
           supports other email clients like Evolution, Balsa, Sylpheed,
           Claws and Anjal.

         - Instant Messenger (Pidgin)
           The "Send as" item only appears when pidgin is running.

           The "Send to" drop down list is generated by querying online 
           buddies through "im.pidgin.purple.PurpleInterface" D-Bus method
           calls. nautilus-sendto calls D-Bus method "ServSendFile"
           to do the actual sending action.
           
         - Removable devices
           nautilus-sendto simply copies the file to the mount point that
           user select from the "Send to" drop down list.

           It calls GIO/GVFS APIs to get the mount points and to do the
           copying action.

         The following plugins are not supported:
         - CD/DVD Creator
           This "Send as" item only appears when brasero is available in $PATH.

           nautilus-sendto simply copies the file to the the location burn:///
           and launches nautilus with that location.

           On Linux, the user could click "Write to Disc" to launch brasero
           to do the actual burning action. On OpenSolaris, the brasero process
           runs as the root role, so the "Write to Disc" button does not
           appear on the launched nautilus window. So this plugin is not
           delivered.
           
         - Instant Message (Gajim)
           Gajim is not integrated in OpenSolaris, so the Gajim plugin
           is not delivered.

           Like Pidgin, the Gajim "Send as" item only appears when gajim
           is running. The "Send to" drop down list is generated by querying
           online buddies through Gajim D-Bus method calls.

           nautilus-sendto calls the D-Bus method "send_file" to do the actual
           sending action.

         - Bluetooth
           BlueZ is not integrated in OpenSolaris, so the bluetooth plugin
           is not delivered.

           The bluetooth "Send as" item only appears when BlueZ daemon is
           running and the default adapter is configured.

           nautilus-sendto launches the bluetooth-sendto or gnome-obex-send
           command to do the actual sending file action.

         - Instant Message (Empathy)
           Empathy is not integrated in OpenSolaris, so the empathy plugin
           is not delivered.

           The empathy "Send as" item only appears when is empathy running. 
           nautilus-sendto calls empathy APIs to do sending file action.

         - Upnp
           GUPnP is not integrated in OpenSolaris, so the Upnp plugin
           is not delivered.

           The Upnp "Send as" item only appears when the gupnp-upload
           program is available in $PATH.

           nautilus-sendto launches gupnp-upload to do the actual sending
           file action.

    4.2. Bug/RFE Number(s):
         6916457
    
    4.3. Interfaces:

         Following interfaces will be added:

         Exported Interfaces
           Interface                        Classification      Comments
         ---------------                    -------------- ------------------
         SUNWnautilus-sendto                 Uncommitted    Package name 
         SUNWnautilus-sendto-root            Uncommitted    Package name 
         SUNWnautilus-sendto-devel           Uncommitted    Package name 
         /usr/bin/nautilus-sendto            Volatile       nautilus-sendto 
                                                            binary 
         /usr/lib/nautilus/extensions-2.0/libnautilus-sendto.so
                                             Volatile       The extension file
                                                            for Nautilus
         /usr/share/nautilus-sendto          Volatile       Project private
                                                            directory
         /usr/lib/nautilus-sendto/plugins    Volatile       nautilus-sendto
                                                            plugins directory
         /etc/gconf/schemas/nst.schemas      Volatile       GConf schema file
         /usr/lib/pkgconfig/nautilus-sendto.pc
                                             Uncommitted    pkg-config file
         /usr/include/nautilus-sendto        Volatile       header files
                                                            directory
         /usr/share/gtk-doc/html/nautilus-sendto
                                             Volatile       gtk-doc files
                                                            directory

         Imported Interfaces
           Interface                        Classification      Comments
         ---------------                    --------------     --------------
         GNOME 2.x Nautilus                  Volatile          LSARC 2001/352
         /desktop/gnome/url-handlers/mailto/command
                                             Volatile          Email default
                                                               client GConf
                                                               key
         GIO/GVFS                            Volatile          LSARC 2008/207
         /usr/bin/brasero                    Volatile          LSARC 2008/548
         GNOME Multi-protocol instant messaging client Pidgin 2.0.0
                                             Volatile          LSARC 2007/309
         D-Bus & dbus-glib                   Volatile          LSARC 2006/368
         GNOME Committed Platform Libraries  Committed         LSARC 2007/520

    4.4. Doc Impact:
         Man page for nautilus-sendto(1) is added.
         The gtk-doc files for nautilus-sendto are added.
    
    4.5. I18N/L10N Impact:
         The JDS team and the G11N team are working together to evaluate and
         provide I18N/L10N support.

    4.6. Packaging & Delivery:

         Adds three new packages:
         SUNWnautilus-sendto       (base package)
         SUNWnautilus-sendto-devel (development package)
         SUNWnautilus-sendto-root  (configuration package)

         IPS schema: gnome/file-manager/nautilus-sendto

    4.7. Security Impact:
         N/A
    
    4.8. Dependencies:
         LSARC 2006/368: D-Bus & dbus-glib
         LSARC 2008/207: GNOME 2.22 -- GIO/GVFS

5. Reference Documents:

   [1] Related ARC Cases:
       LSARC 2001/352: GNOME 2.x Nautilus and Control Center
       LSARC 2006/368: D-Bus & dbus-glib
       LSARC 2007/309: GNOME Multi-protocol instant messaging client
                       Pidgin 2.0.0
       LSARC 2007/520: GNOME Committed Platform Libraries
       LSARC 2008/207: GNOME 2.22
       LSARC 2008/548: Brasero 0.8.x

   [2] Online document of nautilus-sendto:
       http://library.gnome.org/devel/nautilus-sendto/stable/

--Boundary_(ID_Y4Web68r32kDhqrnhv11VQ)--

From Darren.Moffat@sun.com Thu Feb  4 01:31:12 2010
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o149VCdp022100
	for <LSARC-ext@sac.sfbay.sun.com>; Thu, 4 Feb 2010 01:31:12 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail2sca.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o149VABN014301
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Thu, 4 Feb 2010 01:31:12 -0800 (PST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KXB00E0Z93Z4200@brm-avmta-1.central.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 04 Feb 2010 02:31:11 -0700 (MST)
Received: from gmp-eb-inf-2.sun.com ([192.18.6.24])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KXB00FHN929XPB0@brm-avmta-1.central.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Thu,
 04 Feb 2010 02:30:10 -0700 (MST)
Received: from fe-emea-10.sun.com
 (gmp-eb-lb-1-fe1.eu.sun.com [192.18.6.7] (may be forged))
	by gmp-eb-inf-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id o149U8P7001942	for
 <LSARC-ext@sun.com>; Thu, 04 Feb 2010 09:30:09 +0000 (GMT)
Received: from conversion-daemon.fe-emea-10.sun.com by fe-emea-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KXB00B00871FG00@fe-emea-10.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 04 Feb 2010 09:30:04 +0000 (GMT)
Received: from [192.168.1.105]
 (cpc2-rdng20-2-0-cust917.15-3.cable.virginmedia.com [86.28.167.150])
 by fe-emea-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KXB00DAL91YB6A0@fe-emea-10.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 04 Feb 2010 09:29:59 +0000 (GMT)
Date: Thu, 04 Feb 2010 09:29:58 +0000
From: Darren J Moffat <Darren.Moffat@sun.com>
Subject: Re: nautilus-sendto 2.28.2 [LSARC/2010/038 FastTrack timeout
 /02/17/2010]
In-reply-to: <1265257058.6792.15.camel@marathon.Prc.Sun.COM>
Sender: Darren.Moffat@sun.com
To: Jeff Cai <Jeff.Cai@sun.com>
Cc: LSARC-ext@sun.com, Halton.Huo@sun.com
Message-id: <4B6A9396.4080409@Sun.COM>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <1265257058.6792.15.camel@marathon.Prc.Sun.COM>
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.5) Gecko/20100103
 Lightning/1.0b1 Thunderbird/3.0
Status: RO
Content-Length: 770

>            On Linux, the user could click "Write to Disc" to launch brasero
>            to do the actual burning action. On OpenSolaris, the brasero process
>            runs as the root role, so the "Write to Disc" button does not
>            appear on the launched nautilus window. So this plugin is not
>            delivered.

This is very unfortunate and seems like it could be fixed.  I'd highly 
recommend fixing or at the very least still delivering the plugin.

>          - Upnp
>            GUPnP is not integrated in OpenSolaris, so the Upnp plugin
>            is not delivered.

Is there any reason why GUPnP can't be deliver for OpenSolaris ?  There 
are already other UPnP implementations delivered as part of 
Coherence/Moovia.

-- 
Darren J Moffat

From Halton.Huo@sun.com Thu Feb  4 02:45:24 2010
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o14AjOVN022997
	for <LSARC-ext@sac.sfbay.sun.com>; Thu, 4 Feb 2010 02:45:24 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail2sca.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o14AjJjQ026763
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Thu, 4 Feb 2010 02:45:24 -0800 (PST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KXB00M1PCJO1E00@brm-avmta-1.central.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 04 Feb 2010 03:45:24 -0700 (MST)
Received: from sineb-mail-1.sun.com ([192.18.19.6])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KXB00KPBCJMJH00@brm-avmta-1.central.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Thu,
 04 Feb 2010 03:45:23 -0700 (MST)
Received: from fe-apac-06.sun.com
 (fe-apac-06.sun.com [192.18.19.177] (may be forged))
	by sineb-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o14AjLAK001107	for
 <LSARC-ext@sun.com>; Thu, 04 Feb 2010 10:45:21 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KXB00H00C1BR600@mail-apac.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 04 Feb 2010 18:45:21 +0800 (SGT)
Received: from [129.158.217.44] ([unknown] [129.158.217.44])
 by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KXB001ACCJK33E0@mail-apac.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 04 Feb 2010 18:45:21 +0800 (SGT)
Date: Thu, 04 Feb 2010 18:44:32 +0800
From: Halton Huo <Halton.Huo@sun.com>
Subject: Re: nautilus-sendto 2.28.2 [LSARC/2010/038 FastTrack timeout
 /02/17/2010]
In-reply-to: <4B6A9396.4080409@Sun.COM>
Sender: Halton.Huo@sun.com
To: Darren J Moffat <Darren.Moffat@sun.com>
Cc: Jeff Cai <Jeff.Cai@sun.com>, LSARC-ext@sun.com,
        Lin Lin Ma <Lin.Ma@sun.com>
Message-id: <1265280272.3513.157.camel@hp-dv2000>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <1265257058.6792.15.camel@marathon.Prc.Sun.COM>
 <4B6A9396.4080409@Sun.COM>
Status: RO
Content-Length: 1724

On Thu, 2010-02-04 at 09:29 +0000, Darren J Moffat wrote:
> >            On Linux, the user could click "Write to Disc" to launch brasero
> >            to do the actual burning action. On OpenSolaris, the brasero process
> >            runs as the root role, so the "Write to Disc" button does not
> >            appear on the launched nautilus window. So this plugin is not
> >            delivered.
> 
> This is very unfortunate and seems like it could be fixed.  I'd highly 
> recommend fixing or at the very least still delivering the plugin.
Well, I talked this issue with Lin - the module owner of Brasero. I'm
including him in cc list.

Refer to section 4.1 of LSARC/2008/548
[quoted]
	The gnome desktop menu of brasero will use gksu to start
	it. So a normal user will fail to be able to run it on command
	line due to lacking root privilege.
[quoted]

However, the dbus does not allow communication between the user session
bus and this root session bus for brasero. So Lin disable the brasero
extension for nautilus. That cause no "Write to Disc" button on launched
nautilus window.

Now here is a question. Why there is no device permission even the user
is Console User?
> 
> >          - Upnp
> >            GUPnP is not integrated in OpenSolaris, so the Upnp plugin
> >            is not delivered.
> 
> Is there any reason why GUPnP can't be deliver for OpenSolaris ?  There 
> are already other UPnP implementations delivered as part of 
> Coherence/Moovia.
Coherence and GUPnP are completely different UPnP stacks.
nautilus-sendto codes only support GUPnp, does not support Coherence at
all.

And we do not have plan to integrate GUPnp for the time being, so we
disable it. Make sense?

Thanks,
Halton.




From Darren.Moffat@sun.com Thu Feb  4 11:53:22 2010
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o149VCdp022100
	for <LSARC-ext@sac.sfbay.sun.com>; Thu, 4 Feb 2010 01:31:12 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail2sca.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o149VABN014301
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Thu, 4 Feb 2010 01:31:12 -0800 (PST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KXB00E0Z93Z4200@brm-avmta-1.central.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 04 Feb 2010 02:31:11 -0700 (MST)
Received: from gmp-eb-inf-2.sun.com ([192.18.6.24])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KXB00FHN929XPB0@brm-avmta-1.central.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Thu,
 04 Feb 2010 02:30:10 -0700 (MST)
Received: from fe-emea-10.sun.com
 (gmp-eb-lb-1-fe1.eu.sun.com [192.18.6.7] (may be forged))
	by gmp-eb-inf-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id o149U8P7001942	for
 <LSARC-ext@sun.com>; Thu, 04 Feb 2010 09:30:09 +0000 (GMT)
Received: from conversion-daemon.fe-emea-10.sun.com by fe-emea-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KXB00B00871FG00@fe-emea-10.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 04 Feb 2010 09:30:04 +0000 (GMT)
Received: from [192.168.1.105]
 (cpc2-rdng20-2-0-cust917.15-3.cable.virginmedia.com [86.28.167.150])
 by fe-emea-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KXB00DAL91YB6A0@fe-emea-10.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 04 Feb 2010 09:29:59 +0000 (GMT)
Date: Thu, 04 Feb 2010 09:29:58 +0000
From: Darren J Moffat <Darren.Moffat@sun.com>
Subject: Re: nautilus-sendto 2.28.2 [LSARC/2010/038 FastTrack timeout
 /02/17/2010]
In-reply-to: <1265257058.6792.15.camel@marathon.Prc.Sun.COM>
Sender: Darren.Moffat@sun.com
To: Jeff Cai <Jeff.Cai@sun.com>
Cc: LSARC-ext@sun.com, Halton.Huo@sun.com
Message-id: <4B6A9396.4080409@Sun.COM>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <1265257058.6792.15.camel@marathon.Prc.Sun.COM>
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.5) Gecko/20100103
 Lightning/1.0b1 Thunderbird/3.0
Status: RO
Content-Length: 770

>            On Linux, the user could click "Write to Disc" to launch brasero
>            to do the actual burning action. On OpenSolaris, the brasero process
>            runs as the root role, so the "Write to Disc" button does not
>            appear on the launched nautilus window. So this plugin is not
>            delivered.

This is very unfortunate and seems like it could be fixed.  I'd highly 
recommend fixing or at the very least still delivering the plugin.

>          - Upnp
>            GUPnP is not integrated in OpenSolaris, so the Upnp plugin
>            is not delivered.

Is there any reason why GUPnP can't be deliver for OpenSolaris ?  There 
are already other UPnP implementations delivered as part of 
Coherence/Moovia.

-- 
Darren J Moffat

From Halton.Huo@sun.com Thu Feb  4 11:53:48 2010
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o14AjOVN022997
	for <LSARC-ext@sac.sfbay.sun.com>; Thu, 4 Feb 2010 02:45:24 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail2sca.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o14AjJjQ026763
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Thu, 4 Feb 2010 02:45:24 -0800 (PST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KXB00M1PCJO1E00@brm-avmta-1.central.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 04 Feb 2010 03:45:24 -0700 (MST)
Received: from sineb-mail-1.sun.com ([192.18.19.6])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KXB00KPBCJMJH00@brm-avmta-1.central.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Thu,
 04 Feb 2010 03:45:23 -0700 (MST)
Received: from fe-apac-06.sun.com
 (fe-apac-06.sun.com [192.18.19.177] (may be forged))
	by sineb-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o14AjLAK001107	for
 <LSARC-ext@sun.com>; Thu, 04 Feb 2010 10:45:21 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KXB00H00C1BR600@mail-apac.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 04 Feb 2010 18:45:21 +0800 (SGT)
Received: from [129.158.217.44] ([unknown] [129.158.217.44])
 by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KXB001ACCJK33E0@mail-apac.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 04 Feb 2010 18:45:21 +0800 (SGT)
Date: Thu, 04 Feb 2010 18:44:32 +0800
From: Halton Huo <Halton.Huo@sun.com>
Subject: Re: nautilus-sendto 2.28.2 [LSARC/2010/038 FastTrack timeout
 /02/17/2010]
In-reply-to: <4B6A9396.4080409@Sun.COM>
Sender: Halton.Huo@sun.com
To: Darren J Moffat <Darren.Moffat@sun.com>
Cc: Jeff Cai <Jeff.Cai@sun.com>, LSARC-ext@sun.com,
        Lin Lin Ma <Lin.Ma@sun.com>
Message-id: <1265280272.3513.157.camel@hp-dv2000>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <1265257058.6792.15.camel@marathon.Prc.Sun.COM>
 <4B6A9396.4080409@Sun.COM>
Status: RO
Content-Length: 1724

On Thu, 2010-02-04 at 09:29 +0000, Darren J Moffat wrote:
> >            On Linux, the user could click "Write to Disc" to launch brasero
> >            to do the actual burning action. On OpenSolaris, the brasero process
> >            runs as the root role, so the "Write to Disc" button does not
> >            appear on the launched nautilus window. So this plugin is not
> >            delivered.
> 
> This is very unfortunate and seems like it could be fixed.  I'd highly 
> recommend fixing or at the very least still delivering the plugin.
Well, I talked this issue with Lin - the module owner of Brasero. I'm
including him in cc list.

Refer to section 4.1 of LSARC/2008/548
[quoted]
	The gnome desktop menu of brasero will use gksu to start
	it. So a normal user will fail to be able to run it on command
	line due to lacking root privilege.
[quoted]

However, the dbus does not allow communication between the user session
bus and this root session bus for brasero. So Lin disable the brasero
extension for nautilus. That cause no "Write to Disc" button on launched
nautilus window.

Now here is a question. Why there is no device permission even the user
is Console User?
> 
> >          - Upnp
> >            GUPnP is not integrated in OpenSolaris, so the Upnp plugin
> >            is not delivered.
> 
> Is there any reason why GUPnP can't be deliver for OpenSolaris ?  There 
> are already other UPnP implementations delivered as part of 
> Coherence/Moovia.
Coherence and GUPnP are completely different UPnP stacks.
nautilus-sendto codes only support GUPnp, does not support Coherence at
all.

And we do not have plan to integrate GUPnp for the time being, so we
disable it. Make sense?

Thanks,
Halton.




From Nicolas.Williams@sun.com Thu Feb  4 12:10:28 2010
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o14KAS7D001942
	for <LSARC-ext@sac.sfbay.sun.com>; Thu, 4 Feb 2010 12:10:28 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail2sca.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o14K9fSe020023;
	Thu, 4 Feb 2010 12:10:26 -0800 (PST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KXC002012P4N800@nwk-avmta-2.sfbay.sun.com>; Thu,
 04 Feb 2010 12:10:16 -0800 (PST)
Received: from binky.Central.Sun.COM ([129.153.128.104])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KXC002Q42P41C00@nwk-avmta-2.sfbay.sun.com>; Thu,
 04 Feb 2010 12:10:16 -0800 (PST)
Received: from binky.Central.Sun.COM (localhost [127.0.0.1])
	by binky.Central.Sun.COM (8.14.3+Sun/8.14.3) with ESMTP id o14KAGgG023752;
 Thu, 04 Feb 2010 14:10:16 -0600 (CST)
Received: (from nw141292@localhost)
	by binky.Central.Sun.COM (8.14.3+Sun/8.14.3/Submit) id o14KAFGo023751; Thu,
 04 Feb 2010 14:10:15 -0600 (CST)
Date: Thu, 04 Feb 2010 14:10:15 -0600
From: Nicolas Williams <Nicolas.Williams@sun.com>
Subject: Re: nautilus-sendto 2.28.2 [LSARC/2010/038 FastTrack timeout
 /02/17/2010]
In-reply-to: <1265257058.6792.15.camel@marathon.Prc.Sun.COM>
To: Jeff Cai <Jeff.Cai@sun.com>
Cc: LSARC-ext@sun.com, Halton.Huo@sun.com
Message-id: <20100204201015.GW1061@Sun.COM>
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
Content-disposition: inline
X-PMX-Version: 5.4.1.325704
References: <1265257058.6792.15.camel@marathon.Prc.Sun.COM>
X-Authentication-warning: binky.Central.Sun.COM: nw141292 set sender to
 Nicolas.Williams@sun.com using -f
User-Agent: Mutt/1.5.7i
Status: RO
Content-Length: 1108

On Thu, Feb 04, 2010 at 12:17:38PM +0800, Jeff Cai wrote:
>          - Instant Message (Gajim)
>            Gajim is not integrated in OpenSolaris, so the Gajim plugin
>            is not delivered.

But does the plug-in for sending to Gajim depend on Gajim in order to
build?  If not, I'd say "deliver it", because Gajim is in /contrib -- if
it all Just Works when you install Gajim from /contrib (or build it
yourself), well, that's a good thing.  OTOH, if you have no way to test
this plugin, and don't have the resources to integrate Gajim, then
excluding the plugin makes sense.

>            Like Pidgin, the Gajim "Send as" item only appears when gajim
>            is running. The "Send to" drop down list is generated by querying
>            online buddies through Gajim D-Bus method calls.
> 
>            nautilus-sendto calls the D-Bus method "send_file" to do the actual
>            sending action.

By the sounds of it, this plugin depends only on D-Bus interfaces of
Gajim, so you can build it without Gajim being installed, correct?

The same logic applies to other plugins, IMO.

Nico
-- 

From Brian.Cameron@sun.com Thu Feb  4 13:59:52 2010
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o14Lxqsr004106
	for <LSARC-ext@sac.sfbay.sun.com>; Thu, 4 Feb 2010 13:59:52 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.4) with ESMTP id o14Lxp47031381
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Thu, 4 Feb 2010 14:59:52 -0700 (MST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KXC008197RSUQ00@nwk-avmta-2.sfbay.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 04 Feb 2010 13:59:52 -0800 (PST)
Received: from brmea-mail-2.sun.com ([192.18.98.43])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KXC002257RQ14A0@nwk-avmta-2.sfbay.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Thu,
 04 Feb 2010 13:59:51 -0800 (PST)
Received: from fe-amer-10.sun.com ([192.18.109.80])
	by brmea-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o14LxoAV004080	for
 <LSARC-ext@sun.com>; Thu, 04 Feb 2010 21:59:50 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KXC005007GSLB00@mail-amer.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 04 Feb 2010 14:59:50 -0700 (MST)
Received: from [192.168.1.64] ([unknown] [69.211.97.47])
 by mail-amer.sun.com (Sun Java(tm) System Messaging Server 7u2-7.04 64bit
 (built Jul  2 2009)) with ESMTPSA id <0KXC006ZT7RK7BF0@mail-amer.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Thu,
 04 Feb 2010 14:59:48 -0700 (MST)
Date: Thu, 04 Feb 2010 13:59:43 -0600
From: Brian Cameron <Brian.Cameron@sun.com>
Subject: Re: nautilus-sendto 2.28.2 [LSARC/2010/038 FastTrack timeout
 /02/17/2010]
In-reply-to: <20100204201015.GW1061@Sun.COM>
Sender: Brian.Cameron@sun.com
To: Nicolas Williams <Nicolas.Williams@sun.com>
Cc: Jeff Cai <Jeff.Cai@sun.com>, LSARC-ext@sun.com, Halton.Huo@sun.com
Message-id: <4B6B272F.3000304@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <1265257058.6792.15.camel@marathon.Prc.Sun.COM>
 <20100204201015.GW1061@Sun.COM>
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.5) Gecko/20091206
 Thunderbird/3.0
Status: RO
Content-Length: 1650


I agree that we should ship plugins if they can build without the
dependencies being present, as long as they are disabled in the user
interface until the user installs the needed dependency.  This way
users can add the feature if they want to build the dependency
themselves without needing to rebuild the plugins.

If the plugin causes the UI to show a feature that is not supported,
then we should either fix that or not ship the plugin for now.

Brian


On 02/04/10 14:10, Nicolas Williams wrote:
> On Thu, Feb 04, 2010 at 12:17:38PM +0800, Jeff Cai wrote:
>>           - Instant Message (Gajim)
>>             Gajim is not integrated in OpenSolaris, so the Gajim plugin
>>             is not delivered.
>
> But does the plug-in for sending to Gajim depend on Gajim in order to
> build?  If not, I'd say "deliver it", because Gajim is in /contrib -- if
> it all Just Works when you install Gajim from /contrib (or build it
> yourself), well, that's a good thing.  OTOH, if you have no way to test
> this plugin, and don't have the resources to integrate Gajim, then
> excluding the plugin makes sense.
>
>>             Like Pidgin, the Gajim "Send as" item only appears when gajim
>>             is running. The "Send to" drop down list is generated by querying
>>             online buddies through Gajim D-Bus method calls.
>>
>>             nautilus-sendto calls the D-Bus method "send_file" to do the actual
>>             sending action.
>
> By the sounds of it, this plugin depends only on D-Bus interfaces of
> Gajim, so you can build it without Gajim being installed, correct?
>
> The same logic applies to other plugins, IMO.
>
> Nico


From John.Fischer@sun.com Thu Feb  4 16:02:45 2010
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o1502js0006077
	for <LSARC-ext@sac.sfbay.sun.com>; Thu, 4 Feb 2010 16:02:45 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail2sca.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o1502jjV028422
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Thu, 4 Feb 2010 16:02:45 -0800 (PST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KXC00903DGK4J00@brm-avmta-1.central.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 04 Feb 2010 17:02:44 -0700 (MST)
Received: from brmea-mail-4.sun.com ([192.18.98.36])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KXC00M4PDGKYQ60@brm-avmta-1.central.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Thu,
 04 Feb 2010 17:02:44 -0700 (MST)
Received: from fe-amer-10.sun.com ([192.18.109.80])
	by brmea-mail-4.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o1502iGc015396	for
 <LSARC-ext@sun.com>; Fri, 05 Feb 2010 00:02:44 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KXC00100D6SY600@mail-amer.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 04 Feb 2010 17:02:44 -0700 (MST)
Received: from [192.168.10.7] ([unknown] [76.20.56.122])
 by mail-amer.sun.com (Sun Java(tm) System Messaging Server 7u2-7.04 64bit
 (built Jul  2 2009)) with ESMTPSA id <0KXC00J2GDFW3IA0@mail-amer.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Thu,
 04 Feb 2010 17:02:21 -0700 (MST)
Date: Thu, 04 Feb 2010 16:02:00 -0800
From: John Fischer <John.Fischer@sun.com>
Subject: Re: nautilus-sendto 2.28.2 [LSARC/2010/038 FastTrack timeout
 /02/17/2010]
In-reply-to: <4B6B272F.3000304@sun.com>
Sender: John.Fischer@sun.com
To: Brian Cameron <Brian.Cameron@sun.com>
Cc: Nicolas Williams <Nicolas.Williams@sun.com>, Jeff Cai <Jeff.Cai@sun.com>,
        LSARC-ext@sun.com, Halton.Huo@sun.com
Reply-to: John.Fischer@sun.com
Message-id: <4B6B5FF8.1070708@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <1265257058.6792.15.camel@marathon.Prc.Sun.COM>
 <20100204201015.GW1061@Sun.COM> <4B6B272F.3000304@sun.com>
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.5) Gecko/20100117
 Thunderbird/3.0
Status: RO
Content-Length: 1710

Brian,

Only if the plugin has been sufficiently tested.

John


On 02/ 4/10 11:59 AM, Brian Cameron wrote:
>
> I agree that we should ship plugins if they can build without the
> dependencies being present, as long as they are disabled in the user
> interface until the user installs the needed dependency. This way
> users can add the feature if they want to build the dependency
> themselves without needing to rebuild the plugins.
>
> If the plugin causes the UI to show a feature that is not supported,
> then we should either fix that or not ship the plugin for now.
>
> Brian
>
>
> On 02/04/10 14:10, Nicolas Williams wrote:
>> On Thu, Feb 04, 2010 at 12:17:38PM +0800, Jeff Cai wrote:
>>> - Instant Message (Gajim)
>>> Gajim is not integrated in OpenSolaris, so the Gajim plugin
>>> is not delivered.
>>
>> But does the plug-in for sending to Gajim depend on Gajim in order to
>> build? If not, I'd say "deliver it", because Gajim is in /contrib -- if
>> it all Just Works when you install Gajim from /contrib (or build it
>> yourself), well, that's a good thing. OTOH, if you have no way to test
>> this plugin, and don't have the resources to integrate Gajim, then
>> excluding the plugin makes sense.
>>
>>> Like Pidgin, the Gajim "Send as" item only appears when gajim
>>> is running. The "Send to" drop down list is generated by querying
>>> online buddies through Gajim D-Bus method calls.
>>>
>>> nautilus-sendto calls the D-Bus method "send_file" to do the actual
>>> sending action.
>>
>> By the sounds of it, this plugin depends only on D-Bus interfaces of
>> Gajim, so you can build it without Gajim being installed, correct?
>>
>> The same logic applies to other plugins, IMO.
>>
>> Nico
>

From Halton.Huo@sun.com Thu Feb  4 18:14:15 2010
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o152EEkD007937
	for <LSARC-ext@sac.sfbay.sun.com>; Thu, 4 Feb 2010 18:14:15 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.4) with ESMTP id o152EEWG026012
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Thu, 4 Feb 2010 19:14:14 -0700 (MST)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KXC00B03JJQLW00@nwk-avmta-1.sfbay.Sun.COM> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 04 Feb 2010 18:14:14 -0800 (PST)
Received: from sineb-mail-1.sun.com ([192.18.19.6])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KXC006VVJJPV340@nwk-avmta-1.sfbay.Sun.COM> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Thu,
 04 Feb 2010 18:14:14 -0800 (PST)
Received: from fe-apac-05.sun.com
 (fe-apac-05.sun.com [192.18.19.176] (may be forged))
	by sineb-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o152EDIv018008	for
 <LSARC-ext@sun.com>; Fri, 05 Feb 2010 02:14:13 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KXC00200JBJDV00@mail-apac.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Fri, 05 Feb 2010 10:14:13 +0800 (SGT)
Received: from [129.158.217.44] ([unknown] [129.158.217.44])
 by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KXC00L1AJJO3Z70@mail-apac.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Fri, 05 Feb 2010 10:14:12 +0800 (SGT)
Date: Fri, 05 Feb 2010 10:13:23 +0800
From: Halton Huo <Halton.Huo@sun.com>
Subject: Re: nautilus-sendto 2.28.2 [LSARC/2010/038 FastTrack timeout
 /02/17/2010]
In-reply-to: <20100204201015.GW1061@Sun.COM>
Sender: Halton.Huo@sun.com
To: Nicolas Williams <Nicolas.Williams@sun.com>
Cc: Jeff Cai <Jeff.Cai@sun.com>, LSARC-ext@sun.com
Message-id: <1265336003.4560.12.camel@hp-dv2000>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <1265257058.6792.15.camel@marathon.Prc.Sun.COM>
 <20100204201015.GW1061@Sun.COM>
Status: RO
Content-Length: 1774

On Thu, 2010-02-04 at 14:10 -0600, Nicolas Williams wrote:
> On Thu, Feb 04, 2010 at 12:17:38PM +0800, Jeff Cai wrote:
> >          - Instant Message (Gajim)
> >            Gajim is not integrated in OpenSolaris, so the Gajim plugin
> >            is not delivered.
> 
> But does the plug-in for sending to Gajim depend on Gajim in order to
> build?  If not, I'd say "deliver it", because Gajim is in /contrib -- if
> it all Just Works when you install Gajim from /contrib (or build it
> yourself), well, that's a good thing.  OTOH, if you have no way to test
> this plugin, and don't have the resources to integrate Gajim, then
> excluding the plugin makes sense.
You're correct, Gajim is not a build dependence. Besides, it is
in /contrib (I do not know the fact before, thanks for the info), so I
would like to deliver the gajim plugin then.
> 
> >            Like Pidgin, the Gajim "Send as" item only appears when gajim
> >            is running. The "Send to" drop down list is generated by querying
> >            online buddies through Gajim D-Bus method calls.
> > 
> >            nautilus-sendto calls the D-Bus method "send_file" to do the actual
> >            sending action.
> 
> By the sounds of it, this plugin depends only on D-Bus interfaces of
> Gajim, so you can build it without Gajim being installed, correct?
> 
> The same logic applies to other plugins, IMO.
The bluetooth plugin is same with Gajim plugin, which depends only the
BlueZ D-Bus interface. So in that case, I would deliver the bluetooth
plugin also.
 
For other disabled plugins, they are different story:
- CD/DVD Creator
  Does not work at all, I explain the reason in ARC case and the email
to Darren.
- Empathy
  Build depend on empathy APIs. 
- Upnp 
  Build depend on GUPnP APIs.


From Darren.Moffat@Sun.COM Fri Feb  5 01:36:55 2010
Received: from sunmail6brm.central.sun.com (sunmail6brm.Central.Sun.COM [129.147.4.169])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o159at5t028173
	for <LSARC-ext@sac.sfbay.sun.com>; Fri, 5 Feb 2010 01:36:55 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail6brm.central.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o159astC014556
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Fri, 5 Feb 2010 03:36:55 -0600 (CST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KXD0090B41J1R00@nwk-avmta-2.sfbay.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Fri, 05 Feb 2010 01:36:55 -0800 (PST)
Received: from gmp-eb-inf-1.sun.com ([192.18.6.21])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KXD00HN341HUGC0@nwk-avmta-2.sfbay.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Fri,
 05 Feb 2010 01:36:54 -0800 (PST)
Received: from fe-emea-10.sun.com
 (gmp-eb-lb-1-fe1.eu.sun.com [192.18.6.7] (may be forged))
	by gmp-eb-inf-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id o159apia006855	for
 <LSARC-ext@sun.com>; Fri, 05 Feb 2010 09:36:53 +0000 (GMT)
Received: from conversion-daemon.fe-emea-10.sun.com by fe-emea-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KXD00I001IMRT00@fe-emea-10.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Fri, 05 Feb 2010 09:36:52 +0000 (GMT)
Received: from [192.168.1.105]
 (cpc2-rdng20-2-0-cust917.15-3.cable.virginmedia.com [86.28.167.150])
 by fe-emea-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KXD004W640X3K60@fe-emea-10.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Fri, 05 Feb 2010 09:36:34 +0000 (GMT)
Date: Fri, 05 Feb 2010 09:36:33 +0000
From: Darren J Moffat <Darren.Moffat@Sun.COM>
Subject: Re: nautilus-sendto 2.28.2 [LSARC/2010/038 FastTrack timeout
	/02/17/2010]
In-reply-to: <1265336003.4560.12.camel@hp-dv2000>
Sender: Darren.Moffat@Sun.COM
To: Halton Huo <Halton.Huo@Sun.COM>
Cc: Nicolas Williams <Nicolas.Williams@Sun.COM>, LSARC-ext@Sun.COM
Message-id: <4B6BE6A1.4060105@Sun.COM>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <1265257058.6792.15.camel@marathon.Prc.Sun.COM>
 <20100204201015.GW1061@Sun.COM> <1265336003.4560.12.camel@hp-dv2000>
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.5) Gecko/20100117
 Lightning/1.0b1 Thunderbird/3.0
Status: RO
Content-Length: 521

On 05/02/2010 02:13, Halton Huo wrote:
>> The same logic applies to other plugins, IMO.
> The bluetooth plugin is same with Gajim plugin, which depends only the
> BlueZ D-Bus interface. So in that case, I would deliver the bluetooth
> plugin also.

I don't see any point in delivering the BlueZ plugin because there is no 
integrated bluetooth stack on Solaris yet that could possibly connect to 
it.  BlueZ would just confuse users into thinking we had finally got a 
bluetooth stack when we don't.

-- 
Darren J Moffat

From Joerg.Schilling9ab33xy531fokus.fraunhofer.de@bounce.antispameurope.com Fri Feb  5 02:41:59 2010
Received: from sunmail6brm.central.sun.com (sunmail6brm.Central.Sun.COM [129.147.4.169])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o15Afwla028981
	for <LSARC-ext@sac.sfbay.sun.com>; Fri, 5 Feb 2010 02:41:59 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail6brm.central.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o15Afv0Z026983
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Fri, 5 Feb 2010 04:41:58 -0600 (CST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KXD00D1F71Y1T00@nwk-avmta-2.sfbay.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Fri, 05 Feb 2010 02:41:58 -0800 (PST)
Received: from brmea-mail-2.sun.com ([192.18.98.43])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KXD00CGB71X3770@nwk-avmta-2.sfbay.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Fri,
 05 Feb 2010 02:41:57 -0800 (PST)
Received: from relay13i.sun.com
 (ip123.net129179-4.block1.us.syntegra.com [129.179.4.123])
	by brmea-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o15AdDxj015697	for
 <LSARC-ext@sun.com>; Fri, 05 Feb 2010 10:41:57 +0000 (GMT)
Received: from mmp14es.mmp.us.syntegra.com ([160.41.208.14] [160.41.208.14])
 by relay13i.sun.com with ESMTP id BT-MMP-433122 for LSARC-ext@sun.com; Fri,
 05 Feb 2010 10:39:56 +0000 (Z)
Received: from relay13i.sun.com (relay13i.sun.com [129.179.4.123])
 by mmp14es.mmp.us.syntegra.com with ESMTP id BT-MMP-195352 for
 LSARC-ext@sun.com; Fri, 05 Feb 2010 10:39:55 +0000 (Z)
Received: from relay02-haj2.antispameurope.com ([83.246.65.52] [83.246.65.52])
 by relay1i.sun.com with ESMTP id BT-MMP-15969217 for LSARC-ext@sun.com; Fri,
 05 Feb 2010 10:39:55 +0000 (Z)
Received: by relay02-haj2.antispameurope.com (ASE-Secure-MTA, from userid 1000)
	id 6F3096F0555; Fri, 05 Feb 2010 11:39:54 +0100 (CET)
Received: from pluto.fokus.fraunhofer.de
 (pluto.fokus.fraunhofer.de [195.37.77.164])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)	by relay02-haj2.antispameurope.com
 (ASE-Secure-MTA) with ESMTP id D98C86F0544; Fri,
 05 Feb 2010 11:39:52 +0100 (CET)
Received: from EXCHSRV.fokus.fraunhofer.de
 (bohr.fokus.fraunhofer.de [10.147.9.231])	by pluto.fokus.fraunhofer.de
 (8.14.2/8.14.2) with SMTP id o15Adq8i012622; Fri,
 05 Feb 2010 11:39:52 +0100 (MET)
Received: from rigel ([10.147.65.195]) by EXCHSRV.fokus.fraunhofer.de with
 Microsoft SMTPSVC(6.0.3790.3959); Fri, 05 Feb 2010 11:39:52 +0100
Date: Fri, 05 Feb 2010 11:39:52 +0100
From: Joerg.Schilling@fokus.fraunhofer.de (Joerg Schilling)
Subject: Re: nautilus-sendto 2.28.2 [LSARC/2010/038 FastTrack timeout
 /02/17/2010]
In-reply-to: <1265336003.4560.12.camel@hp-dv2000>
Sender: Joerg.Schilling9ab33xy531fokus.fraunhofer.de@bounce.antispameurope.com
To: Nicolas.Williams@sun.com, Halton.Huo@sun.com
Cc: LSARC-ext@sun.com
Message-id: <4b6bf578.ir/RLN7QnQ41AMSg%Joerg.Schilling@fokus.fraunhofer.de>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1
Content-transfer-encoding: 8BIT
X-PMX-Version: 5.4.1.325704
X-Brightmail-Tracker: AAAAAA==
X-Antispam: No, score=3.2/5.0, scanned in 0.504sec at (localhost [127.0.0.1])
	by smf-spamd v1.3.1 - http://smfs.sf.net/
References: <1265257058.6792.15.camel@marathon.Prc.Sun.COM>
 <20100204201015.GW1061@Sun.COM> <1265336003.4560.12.camel@hp-dv2000>
User-Agent: nail 11.22 3/20/05
X-OriginalArrivalTime: 05 Feb 2010 10:39:52.0365 (UTC)
 FILETIME=[8C853DD0:01CAA64F]
Status: RO
Content-Length: 1415

Halton Huo <Halton.Huo@sun.com> wrote:


> For other disabled plugins, they are different story:
> - CD/DVD Creator
>   Does not work at all, I explain the reason in ARC case and the email
> to Darren.

It seems that a lot of software developed on Linux since ~ 5 years (when a 
design based security problem was introduced into Linux) now tries to ignore
the UNIX privilege separation rules and includes direct calls to SCSI commands.
This causes four major problems:

-	missing privilege separation forces the GUI to be installed suid root
	ot comparable.

-	the SCSI transport code is written in a 100% non-portable way although
	there is a 100% portable library (libscg) that is e.g. used by cdrtools.

-	the SCSI transport code is based on /dev/* addressing although a 
	majority of platforms does not support such addressing.

-	The delivered SCSI code only handles a few general cases and typically
	fails with drives that have firmware bugs. Workarounds for all known
	firmware bugs exist in cdrtools, so calling cdrtools programs would
	avoid all problems.

If your actual problem related to what I wrote?


	
Jörg

-- 
 EMail:joerg@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
       js@cs.tu-berlin.de                (uni)  
       joerg.schilling@fokus.fraunhofer.de (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily

From brian.cameron@sun.com Fri Feb  5 10:23:54 2010
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o15INsRG013841
	for <LSARC-ext@sac.sfbay.sun.com>; Fri, 5 Feb 2010 10:23:54 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail2sca.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o15INq4u005020
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Fri, 5 Feb 2010 10:23:53 -0800 (PST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KXD00B0HSFTQ100@brm-avmta-1.central.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Fri, 05 Feb 2010 11:23:53 -0700 (MST)
Received: from brmea-mail-2.sun.com ([192.18.98.43])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KXD00FMJSFSMBE0@brm-avmta-1.central.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Fri,
 05 Feb 2010 11:23:53 -0700 (MST)
Received: from fe-amer-10.sun.com ([192.18.109.80])
	by brmea-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o15INq7c026442	for
 <LSARC-ext@sun.com>; Fri, 05 Feb 2010 18:23:52 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KXD00L00RAVU800@mail-amer.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Fri, 05 Feb 2010 11:23:52 -0700 (MST)
Received: from [129.153.250.121] ([unknown] [129.153.250.121])
 by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KXD00JRBSFD2W40@mail-amer.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Fri, 05 Feb 2010 11:23:38 -0700 (MST)
Date: Fri, 05 Feb 2010 12:23:05 -0600
From: Brian Cameron <brian.cameron@sun.com>
Subject: Re: nautilus-sendto 2.28.2 [LSARC/2010/038 FastTrack timeout
 /02/17/2010]
In-reply-to: <4b6bf578.ir/RLN7QnQ41AMSg%Joerg.Schilling@fokus.fraunhofer.de>
Sender: brian.cameron@sun.com
To: Joerg Schilling <Joerg.Schilling@fokus.fraunhofer.de>
Cc: Nicolas.Williams@sun.com, halton.huo@sun.com, LSARC-ext@sun.com
Message-id: <4B6C6209.1000407@sun.com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 8BIT
X-PMX-Version: 5.4.1.325704
References: <1265257058.6792.15.camel@marathon.Prc.Sun.COM>
 <20100204201015.GW1061@Sun.COM> <1265336003.4560.12.camel@hp-dv2000>
 <4b6bf578.ir/RLN7QnQ41AMSg%Joerg.Schilling@fokus.fraunhofer.de>
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.5) Gecko/20091206
 Thunderbird/3.0
Status: RO
Content-Length: 1281


Jörg:

On 02/05/10 04:39, Joerg Schilling wrote:
> Halton Huo<Halton.Huo@sun.com>  wrote:
>> For other disabled plugins, they are different story:
>> - CD/DVD Creator
>>    Does not work at all, I explain the reason in ARC case and the email
>> to Darren.
>
> It seems that a lot of software developed on Linux since ~ 5 years (when a
> design based security problem was introduced into Linux) now tries to ignore
> the UNIX privilege separation rules and includes direct calls to SCSI commands.
> This causes four major problems:
>
> -	missing privilege separation forces the GUI to be installed suid root
> 	ot comparable.
>
> -	the SCSI transport code is written in a 100% non-portable way although
> 	there is a 100% portable library (libscg) that is e.g. used by cdrtools.
>
> -	the SCSI transport code is based on /dev/* addressing although a
> 	majority of platforms does not support such addressing.
>
> -	The delivered SCSI code only handles a few general cases and typically
> 	fails with drives that have firmware bugs. Workarounds for all known
> 	firmware bugs exist in cdrtools, so calling cdrtools programs would
> 	avoid all problems.
>
> If your actual problem related to what I wrote?

Yes, please refer to LSARC/2009/201 "Update to Brasero 2.25.x".

---

Brian

From Lin.Ma@sun.com Sun Feb  7 22:20:37 2010
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o186KbRX020261
	for <LSARC-ext@sac.sfbay.sun.com>; Sun, 7 Feb 2010 22:20:37 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail2sca.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o186Ka57007825
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Sun, 7 Feb 2010 22:20:37 -0800 (PST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KXI00A05EYCX600@brm-avmta-1.central.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.COM); Sun, 07 Feb 2010 23:20:36 -0700 (MST)
Received: from gmp-eb-inf-1.sun.com ([192.18.6.21])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KXI008NGEYBMT80@brm-avmta-1.central.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.COM); Sun,
 07 Feb 2010 23:20:36 -0700 (MST)
Received: from fe-emea-10.sun.com
 (gmp-eb-lb-1-fe1.eu.sun.com [192.18.6.7] (may be forged))
	by gmp-eb-inf-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id o186KYAM000297	for
 <LSARC-ext@Sun.COM>; Mon, 08 Feb 2010 06:20:35 +0000 (GMT)
Received: from conversion-daemon.fe-emea-10.sun.com by fe-emea-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KXI00300EJ1IL00@fe-emea-10.sun.com> for LSARC-ext@Sun.COM
 (ORCPT LSARC-ext@Sun.COM); Mon, 08 Feb 2010 06:20:27 +0000 (GMT)
Received: from [129.158.217.136] ([unknown] [129.158.217.136])
 by fe-emea-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KXI00C5PEXZBQ00@fe-emea-10.sun.com> for LSARC-ext@Sun.COM
 (ORCPT LSARC-ext@Sun.COM); Mon, 08 Feb 2010 06:20:26 +0000 (GMT)
Date: Mon, 08 Feb 2010 14:19:40 +0800
From: Lin Ma <Lin.Ma@sun.com>
Subject: Re: nautilus-sendto 2.28.2 [LSARC/2010/038 FastTrack timeout
 /02/17/2010]
In-reply-to: <4B6A9396.4080409@Sun.COM>
Sender: Lin.Ma@sun.com
To: Darren J Moffat <Darren.Moffat@sun.com>
Cc: Jeff Cai <Jeff.Cai@sun.com>, LSARC-ext@sun.com, Halton.Huo@sun.com
Message-id: <4B6FACFC.5010406@Sun.COM>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <1265257058.6792.15.camel@marathon.Prc.Sun.COM>
 <4B6A9396.4080409@Sun.COM>
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.5) Gecko/20100117
 Thunderbird/3.0
Status: RO
Content-Length: 739

On 02/ 4/10 05:29 PM, Darren J Moffat wrote:
>>            On Linux, the user could click "Write to Disc" to launch 
>> brasero
>>            to do the actual burning action. On OpenSolaris, the 
>> brasero process
>>            runs as the root role, so the "Write to Disc" button does not
>>            appear on the launched nautilus window. So this plugin is not
>>            delivered.
>
> This is very unfortunate and seems like it could be fixed.  I'd highly 
> recommend fixing or at the very least still delivering the plugin.
As we discussed in LSARC/2009/201, I have filed 6770524 brasero by 
default runs with root privileges to solve this issue. I suggest disable 
that plugin temporary until 6770524 is fixed.

Thanks,
lin


From Halton.Huo@sun.com Wed Feb 10 21:19:38 2010
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o1B5Jcl1026927
	for <LSARC-ext@sac.sfbay.sun.com>; Wed, 10 Feb 2010 21:19:38 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.4) with ESMTP id o1B5Jbuf001001
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Wed, 10 Feb 2010 22:19:38 -0700 (MST)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KXN00F0BW4P5S00@nwk-avmta-1.sfbay.Sun.COM> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Wed, 10 Feb 2010 21:19:37 -0800 (PST)
Received: from sineb-mail-2.sun.com ([192.18.19.7])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KXN006JDW4OCV70@nwk-avmta-1.sfbay.Sun.COM> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Wed,
 10 Feb 2010 21:19:37 -0800 (PST)
Received: from fe-apac-05.sun.com
 (fe-apac-05.sun.com [192.18.19.176] (may be forged))
	by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o1B5JZiR014337	for
 <LSARC-ext@sun.com>; Thu, 11 Feb 2010 05:19:35 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KXN00900VJZZ700@mail-apac.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 11 Feb 2010 13:19:35 +0800 (SGT)
Received: from [129.158.217.44] ([unknown] [129.158.217.44])
 by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KXN00CTPW4MC230@mail-apac.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 11 Feb 2010 13:19:35 +0800 (SGT)
Date: Thu, 11 Feb 2010 13:18:33 +0800
From: Halton Huo <Halton.Huo@sun.com>
Subject: Re: nautilus-sendto 2.28.2 [LSARC/2010/038 FastTrack timeout
 /02/17/2010]
In-reply-to: <1265257058.6792.15.camel@marathon.Prc.Sun.COM>
Sender: Halton.Huo@sun.com
To: lsarc-ext@sun.com
Cc: Darren.Moffat@sun.com, Darren Moffat <Darren.Moffat@sun.com>,
        Brian.Cameron@sun.com, Lin Lin Ma <Lin.Ma@sun.com>
Message-id: <1265865513.2239.10.camel@hp-dv2000>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <1265257058.6792.15.camel@marathon.Prc.Sun.COM>
Status: RO
Content-Length: 902

I'd like to summary the questions for nautilus-sendto

Q1. Nicolas Williams suggested to provide the plugins which depend only
on D-Bus interfaces.
A:  - The Gajim plugin will be provided
    - The BlueZ plugin won't be provided until a bluetooth stack ready

Q2. Darren Moffat asked why the reason why the CD/DVD Creator plugin is
not provided.
A:  Lin, Brian and myself give the details. Refer to LSARC/2009/201
"Update to Brasero 2.25.x".

Q3: Darren Moffat asked why not provide the GUPnP plugins.
A:  There is no plan to integrate GUPnp into Solaris for the time being,
so I disable it.

Any more questions?

Thanks,
Halton.

On Thu, 2010-02-04 at 12:17 +0800, Jeff Cai wrote:
> Hi,
> 
> I'm sponsoring this case for Halton Huo of the Desktop group.
> Since there will be no meeting next week, the timer is set to Feb 17,
> 2010. The case directory contains the attached proposal.
> 
> Jeff 
> 



From Brian.Cameron@Sun.COM Tue Feb 16 11:50:46 2010
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o1GJokf6001095
	for <LSARC-ext@sac.sfbay.sun.com>; Tue, 16 Feb 2010 11:50:46 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail3mpk.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o1GJokIx015676
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Tue, 16 Feb 2010 11:50:46 -0800 (PST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KXY00D019SM2A00@nwk-avmta-2.sfbay.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Tue, 16 Feb 2010 11:50:46 -0800 (PST)
Received: from brmea-mail-1.sun.com ([192.18.98.31])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KXY00AEB9SLKC20@nwk-avmta-2.sfbay.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Tue,
 16 Feb 2010 11:50:45 -0800 (PST)
Received: from fe-amer-09.sun.com ([192.18.109.79])
	by brmea-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o1GJojsG028858	for
 <LSARC-ext@sun.com>; Tue, 16 Feb 2010 19:50:45 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KXY00H0098U7E00@mail-amer.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Tue, 16 Feb 2010 12:50:45 -0700 (MST)
Received: from [192.168.1.64] ([unknown] [99.96.161.128])
 by mail-amer.sun.com (Sun Java(tm) System Messaging Server 7u2-7.04 64bit
 (built Jul  2 2009)) with ESMTPSA id <0KXY0002I9SKKUA0@mail-amer.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Tue,
 16 Feb 2010 12:50:45 -0700 (MST)
Date: Tue, 16 Feb 2010 13:50:19 -0600
From: Brian Cameron <Brian.Cameron@Sun.COM>
Subject: Re: nautilus-sendto 2.28.2 [LSARC/2010/038 FastTrack timeout
 /02/17/2010]
In-reply-to: <1265257058.6792.15.camel@marathon.Prc.Sun.COM>
Sender: Brian.Cameron@Sun.COM
To: Jeff Cai <Jeff.Cai@Sun.COM>
Cc: LSARC-ext@Sun.COM, Halton.Huo@Sun.COM
Message-id: <4B7AF6FB.2060800@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <1265257058.6792.15.camel@marathon.Prc.Sun.COM>
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.5) Gecko/20091206
 Thunderbird/3.0
Status: RO
Content-Length: 496


This case was approved at the LSARC meeting today.

I marked the IAM file "closed approved fast-track 02/16/2010".

Brian


On 02/03/10 22:17, Jeff Cai wrote:
> Hi,
>
> I'm sponsoring this case for Halton Huo of the Desktop group.
> Since there will be no meeting next week, the timer is set to Feb 17,
> 2010. The case directory contains the attached proposal.
>
> Jeff
>
>
>
>
> _______________________________________________
> opensolaris-arc mailing list
> opensolaris-arc@opensolaris.org


