From owner-freebsd-questions@FreeBSD.ORG Mon Oct 6 19:08:53 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 473EA16A4B3 for ; Mon, 6 Oct 2003 19:08:53 -0700 (PDT) Received: from dragoncrest.jasnetworks.net (dragoncrest.jasnetworks.net [65.194.254.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0128743FF2 for ; Mon, 6 Oct 2003 19:08:52 -0700 (PDT) (envelope-from dragoncrest@voyager.net) Received: from j2v6e9.voyager.net ([192.168.0.3])h96LEAZ9060658; Mon, 6 Oct 2003 21:14:10 GMT (envelope-from dragoncrest@voyager.net) Message-Id: <5.2.0.9.2.20031006221653.0236a850@pop.voyager.net> X-Sender: dragoncrest@pop.voyager.net X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Mon, 06 Oct 2003 22:17:43 -0400 To: Kirk Strauser , freebsd-questions@freebsd.org From: Dragoncrest In-Reply-To: <200310061849.h96InqpM079126@mail5.mx.voyager.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: Turning off that bloody nagscreen on bittorrent! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 02:08:53 -0000 Nevermind. Friend found out how to fix it so it stops nagging me. The dialog was gagging because of a glitch on the system. Once that was fixed the BT client worked fine. :) At 02:49 PM 10/6/03 -0400, Dragoncrest wrote: >Actually, the only popup nag screen it ever gets to is loading the >browser then seems to gag there. Not sure why, but it does. Probubly >why I haven't been able to get it to be quiet by clicking on the dialog box. > > > At 2003-10-06T02:08:50Z, Dragoncrest writes: > > > > > Anyone know if there's a special switch or something on the Freebsd > > > BitTorrent port or some way to go inside the python script and shut off > > > that bloody nag stuff he's got built into his new version 3.3? > > > > Here's my guess: > > > > Look at btdownloadgui.py near line 265. You'll see something like: > > > > def next(params, d, doneflag): > > try: > > p = join(split(argv[0])[0], 'donated') > > if not exists(p) and long(time()) % 3 == 0: > > open_new('http://bitconjurer.org/BitTorrent/donate.html') > > dlg = wxMessageDialog(d.frame, 'BitTorrent is Donation >supported software. ' + > > > > Now, it appears that the "p" variable will end up looking something like: > > > > >bdonatedtdonatedddonatedodonatedwdonatedndonatedldonatedodonatedadonatedddonatedgdonatedudonatedidonated.donatedpdonatedy > > > > ("btdownloadgui.py" with "donated" inserted between each character). If a > > file by that name exists (what directory? I have no idea!), then you >won't > > get the nag screen. > > > > Alternatively, would it be so hard to click "Yes, I've donated" and >let the > > program create the file itself? > > -- > > Kirk Strauser > > > > "94 outdated ports on the box, > > 94 outdated ports. > > Portupgrade one, an hour 'til done, > > 82 outdated ports on the box." > > > > > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"