[Bug 106581] Re: synaptic loses the search results on cache changes (like update/install)
This bug report is being closed due to Philip Ashmore's last comment regarding this being fixed with an update. For future reference you can manage the status of your own bugs by clicking on the current status in the yellow line and then choosing a new status in the revealed drop down box. You can learn more about bug statuses at https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time to report this bug and helping to make Ubuntu better. Please submit any future bugs you may find. ** Changed in: synaptic (Ubuntu) Status: Incomplete => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/106581 Title: synaptic loses the search results on cache changes (like update/install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/synaptic/+bug/106581/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 106581] Re: synaptic loses the search results on cache changes (like update/install)
Yep, it looks fixed to me too - I just tested it with 0.75.9ubuntu1. I originally reported this as https://bugs.launchpad.net/bugs/250393 but am posting here as my bug is a duplicate of this one. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/106581 Title: synaptic loses the search results on cache changes (like update/install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/synaptic/+bug/106581/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 106581] Re: synaptic loses the search results on cache changes (like update/install)
Thank you for reporting this bug to Ubuntu. Feisty (7.04) reached EOL in October of 2008. See this document for currently supported Ubuntu releases: https://wiki.ubuntu.com/Releases I've tried recreating this bug with Quantal (12.10) and was unable to, given the information you've provided. Please upgrade to the latest version and re-test. If the bug is still reproducible, increase the verbosity of the steps to recreate it so we can try again. Do feel free to report any other bugs you may find. ** Changed in: synaptic (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/106581 Title: synaptic loses the search results on cache changes (like update/install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/synaptic/+bug/106581/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 106581] Re: synaptic loses the search results on cache changes (like update/install)
Also it happens the following thing: 1) Open synaptic. 2) Click "Edit"->"Unmark All" in the menu at the top. 3) Click Recharge. 4) The listed packages on the right bar are lost. I have been able to correct this changing something of code. But I don't know that to do with it. How I publish a patch? How warning to the developers? There is nobody one in charge of this bug. I have changed to the method cbClearAllChangesClicked of the RGMainWindow class in the file gtk/rgmainwindow.cc by the following one (a pair of lines has been only added): void RGMainWindow::cbClearAllChangesClicked(GtkWidget *self, void *data) { cout << "clearAllChangesClicked" << endl; RGMainWindow *me = (RGMainWindow *) data; me->setInterfaceLocked(TRUE); string subView = me->selectedSubView(); // added me->_lister->unregisterObserver(me); me->setTreeLocked(TRUE); // reset if (!me->_lister->openCache()) { me->showErrors(); exit(1); } me->setTreeLocked(FALSE); me->_lister->registerObserver(me); me->_lister->setSubView(subView); // added me->refreshTable(); me->setInterfaceLocked(FALSE); } I'm sorry for my English. I'm Spanish. -- synaptic loses the search results on cache changes (like update/install) https://bugs.launchpad.net/bugs/106581 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 106581] Re: synaptic loses the search results on cache changes (like update/install)
Also it happens the following thing: 1) Open synaptic 2) Click Search, type "nfs" (for example) 3) Click Recharge 4) The results and the labels in the left bar are lost -- synaptic loses the search results on cache changes (like update/install) https://bugs.launchpad.net/bugs/106581 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 106581] Re: synaptic loses the search results on cache changes (like update/install)
Yes, to my also it happens to me. ~$ dpkg -l synaptic | grep ii ii synaptic 0.60ubuntu3Graphical package manager ~$ uname -r 2.6.22-10-generic I am using: Ubuntu 7.10 -- synaptic loses the search results on cache changes (like update/install) https://bugs.launchpad.net/bugs/106581 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 106581] Re: synaptic loses the search results on cache changes (like update/install)
I can repeat this loss of search results like this: 1) Open synaptic (0.57.11.1ubuntu14) 2) Click Search, type "nfs" (for example) 3) Click "Edit"->"Unmark All" in the menu at the top. 4) The search results are gone All that's left in the left bar is "All" and "nfs". I am using: Ubuntu 7.04 -- synaptic loses the search results on cache changes (like update/install) https://bugs.launchpad.net/bugs/106581 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 106581] Re: synaptic loses the search results on cache changes (like update/install)
That is why the bug was not marked as fixed. :) -- synaptic loses the search results on cache changes (like update/install) https://bugs.launchpad.net/bugs/106581 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 106581] Re: synaptic loses the search results on cache changes (like update/install)
When searching for a package, the search results are listed in a pane to the left of the results. Once changes are applied by clicking the "Apply" button, all of these search history entries disappear. This is still an issue on Feisty Fawn 7.04 -- synaptic loses the search results on cache changes (like update/install) https://bugs.launchpad.net/bugs/106581 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 106581] Re: synaptic loses the search results on cache changes (like update/install)
** Summary changed: - synaptic loses the selection + synaptic loses the search results on cache changes (like update/install) ** Changed in: synaptic (Ubuntu) Importance: Undecided => Low Status: Needs Info => Confirmed -- synaptic loses the search results on cache changes (like update/install) https://bugs.launchpad.net/bugs/106581 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs