Re: setup: uninstalling an orphaned package

2018-06-10 Thread Jon Turney
On 27/03/2018 20:04, Ken Brown wrote: On 3/26/2018 1:55 PM, Ken Brown wrote: In ChooserPage::applyCommandLinePackageSelection() we have the following code:    bool wanted    = pkg.isManuallyWanted();    bool deleted   = pkg.isManuallyDeleted();    bool basemisc  =

Re: setup: uninstalling an orphaned package

2018-03-27 Thread Ken Brown
On 3/26/2018 1:55 PM, Ken Brown wrote: In ChooserPage::applyCommandLinePackageSelection() we have the following code:   bool wanted    = pkg.isManuallyWanted();   bool deleted   = pkg.isManuallyDeleted();   bool basemisc  = (pkg.categories.find ("Base") != pkg.categories.end ()

setup: uninstalling an orphaned package

2018-03-26 Thread Ken Brown
In ChooserPage::applyCommandLinePackageSelection() we have the following code: bool wanted= pkg.isManuallyWanted(); bool deleted = pkg.isManuallyDeleted(); bool basemisc = (pkg.categories.find ("Base") != pkg.categories.end () ||