From owner-svn-soc-all@FreeBSD.ORG Mon Jul 29 12:52:05 2013 Return-Path: Delivered-To: svn-soc-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 731E3F3 for ; Mon, 29 Jul 2013 12:52:05 +0000 (UTC) (envelope-from jmuniz@FreeBSD.org) Received: from socsvn.freebsd.org (socsvn.freebsd.org [IPv6:2001:1900:2254:206a::50:2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5FA5024AA for ; Mon, 29 Jul 2013 12:52:05 +0000 (UTC) Received: from socsvn.freebsd.org ([127.0.1.124]) by socsvn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6TCq4R5000370 for ; Mon, 29 Jul 2013 12:52:04 GMT (envelope-from jmuniz@FreeBSD.org) Received: (from www@localhost) by socsvn.freebsd.org (8.14.7/8.14.6/Submit) id r6TCq47c000360 for svn-soc-all@FreeBSD.org; Mon, 29 Jul 2013 12:52:04 GMT (envelope-from jmuniz@FreeBSD.org) Date: Mon, 29 Jul 2013 12:52:04 GMT Message-Id: <201307291252.r6TCq47c000360@socsvn.freebsd.org> X-Authentication-Warning: socsvn.freebsd.org: www set sender to jmuniz@FreeBSD.org using -f From: jmuniz@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r255296 - soc2013/jmuniz MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jul 2013 12:52:05 -0000 Author: jmuniz Date: Mon Jul 29 12:52:04 2013 New Revision: 255296 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=255296 Log: Created BUGS file to contain a list of known bugs for the repository, sorted by area affected. I have populated the file with a list that had previously existed on paper. Added: soc2013/jmuniz/BUGS Added: soc2013/jmuniz/BUGS ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ soc2013/jmuniz/BUGS Mon Jul 29 12:52:04 2013 (r255296) @@ -0,0 +1,37 @@ +Bugs in this Repository +----------------------- + +PackageKit +---------- +- download +- remove +- get-depends +- add dependency check for libffi.so.5 (symlink for now) ++ bugs that may already be resolved (test once possible) +-- may have trouble queuing multiple transactions +-- may crash when no file list is available for a given package + +gnome-packagekit +---------------- +- help functionality requires yelp to be properly installed (certain shared library versions) ++ gpk-update-icon +-- (13180) DBus warning, error sending message; did not receive a reply +-- crashes before ever showing the tray icon +-- make sure this is set to start at boot (if user prefers) ++ gpk-application +-- no icon in application launcher (perhaps related to a .desktop file) +-+ non-critical +--- icons for categories move to the right if application is opened more than once + +KPackageKit +----------- +- crashes when clicking on category in list box +- crashes when clicking "pending changes" ++ non-critical +-- warning: session DBus connection created before QCoreApplication +-- description glitches when rising after being hidden + +PackageKit-qt4 +-------------- +- does not build with Qt-4.8 +