From owner-freebsd-gnome@FreeBSD.ORG Sat Dec 20 16:00:48 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9977216A5C2 for ; Sat, 20 Dec 2003 16:00:48 -0800 (PST) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 240F743D5D for ; Sat, 20 Dec 2003 16:00:45 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hBL00Uov009948; Sat, 20 Dec 2003 19:00:41 -0500 (EST) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) hBL00OL4099926; Sat, 20 Dec 2003 19:00:24 -0500 (EST) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: Jeremy Messenger In-Reply-To: References: <1071901810.451.21.camel@shumai.marcuscom.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-DYGADS1rWKAeXK1cGQwM" Organization: FreeBSD, Inc. Message-Id: <1071964828.56655.6.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sat, 20 Dec 2003 19:00:28 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.61 X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on creme-brulee.marcuscom.com X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: FreeBSD GNOME Users Subject: Re: Looking for something to do? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Dec 2003 00:00:49 -0000 --=-DYGADS1rWKAeXK1cGQwM Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Thanks for the feedback. Please see my comments inline. On Sat, 2003-12-20 at 15:33, Jeremy Messenger wrote: > On Sat, 20 Dec 2003 01:30:10 -0500, Joe Marcus Clarke =20 > wrote: >=20 > > If you're already running GNOME 2.5, and want to take the next step, we > > need specific help testing nautilus-cd-burner (especially the cd-drive.= c > > patch at http://www.marcuscom.com/downloads/patch-cd-drive.c), as well > > as the new gstreamer[-plugins], Nautilus' volume monitor code, > > gnome-network, and Evolution 1.5: > > > > * n-c-b: Check to see if it recognizes different CD/DVD burners > > correctly. Make sure it can successfully write CD/DVD contents. You > > may need to familiarize yourself with > > http://www.freebsd.org/gnome/docs/faq2.html#q15. >=20 > Works perfect here on CD-RW. >=20 > # camcontrol devlist > at scbus0 target 0 lun 0 (pass0,da0) > at scbus2 target 0 lun 0 (pass1,cd0) With the new patch applied, does the list of available recording speeds change? Are you still able to blank the disk? >=20 > > * gstreamer[-plugins]: Make sure your favorite plug-in works. Try > > testing out gst-capable apps such as rhythmbox, gst-mixer, > > nautilus-media, etc. >=20 > Without anything relate with the sound stuff, the video stuff works fine=20 > here now in the current version. Before, they wasn't work. Yep, I got your email on the MPEG thing. Thanks! >=20 > > * Nautilus' volume monitor code: The volume monitor code has been > > completely re-written in GNOME 2.5, and I'm much happier with the > > FreeBSD code. I've tried to make the functionality as close to Linux a= s > > possible, but you never know. What you should test here is make sure a > > mounted CD/DVD or floppy disk shows up on the desktop. You should also > > be able to do ``sysclt vfs.usermount=3D1'' then add an entry to fstab > > where the mount point is owned by a user other than root, then see that > > icon on your desktop even when the disk is not mounted. You should the= n > > be able to right-click on the icon, and mount the disk. >=20 > A simple typo: s/sysclt/sysctl/g vfs.usermount=3D1 >=20 > Anyway, it doesn't work in here, I am not sure if I am doing it correct. = I=20 > have created ~/cdrom (mezz user) then add in the fstab following: >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D > /dev/acd0 /usr/home/mezz/cdrom cd9660 ro,noauto 0 0 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D >=20 > But, it always work if I mount it by command line and a CD icon will=20 > appear in the desktop, no matter what user I mounted as. >=20 > Boy, I always want 'user or users' feature to be add in fstab on FreeBSD=20 > like Linux has. Wow, this is good feedback. Yes, the new code is supposed to emulate the "users" option in Linux's fstab. To be accurate, /usr/home/mezz/cdrom is owned by you, and vfs.usermount is 1? >=20 > > * gnome-network: This is a new suite in GNOME 2.5. It allows you to > > launch remote RSH and SSH sessions as well as offers a MacOS X > > netinfo-like app that lets you run ping, traceroute, whois, etc. While > > the interface info is not complete yet, all of the various network test= s > > should work. >=20 > The SSH (gnome-remote-shell) works perfect here. The netinfo's 'Devices'=20 > tab doesn't work, which everything display as 'not available'. The=20 > Traceroute doesn't work very well, which it will lag itself and I don't=20 > think it output the info correct. All other tabs like Ping, Netstat and=20 > etc work perfect. Some things should be populated under the Device tab. Adam mentioned some things about traceroute as well. I'll have to look at those in more detail after my initial patches are committed to gnome-network.=20 Thanks for the feedback. Joe >=20 > I will play with the other stuff more later to see if there has any bug o= r=20 > whatever. >=20 > Cheers, > Mezz --=20 Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-DYGADS1rWKAeXK1cGQwM Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/5OKcb2iPiv4Uz4cRAijlAJ44LjEBWVgn3+zkW1HI3z/YLOFRzQCgl3CO QTlGutxGfZK3s5YIY7CslZU= =fbxz -----END PGP SIGNATURE----- --=-DYGADS1rWKAeXK1cGQwM--