Created attachment 1 [details] lspcidrake -v When trying to use the 'find' search box in rpmdrake-5.26.5-1.mga1, in Mageia alpha 1, using 2.6.37-desktop-3.mga and Gnome environment, nothing occurs, not even a notification of the package not being found.
On KDE it doesn't work either
CC: (none) => daniel.kreuter85
(In reply to comment #1) > On KDE it doesn't work either I can confirm this bug too.
CC: (none) => tigger.gg
*** Bug 50 has been marked as a duplicate of this bug. ***
CC: (none) => gejobj
CC: (none) => manuel
Priority: Normal => HighAssignee: ahmadsamir3891 => thierry.vignaudSource RPM: (none) => rpmdrake-5.26.5-1.mga1Severity: normal => major
Confirmed using KDE.
CC: (none) => genomega
Installing/updating today, I noticed the lack of any response when nothing satisfied the search criteria, but when packages were actually found it worked normally. This was under GNOME.
CC: (none) => ftg
(In reply to comment #5) > Installing/updating today, I noticed the lack of any response when nothing > satisfied the search criteria, but when packages were actually found it worked > normally. This was under GNOME. Sorry, I lie. My first search produced no activity, and I suspected no hits. After that, I was using the selection list on the left to see what was available. The search field doesn't work here either, even for stuff I know is there.
I can confirm this bug too, I installed actualizations today and it still doesn't work. Changing filtres (installed/not installed/all or all/updates/... or search in names/decriptions/summaries/file names) has no effect.
CC: (none) => lunruj
*** Bug 91 has been marked as a duplicate of this bug. ***
CC: (none) => maarten.vanraes
*** Bug 106 has been marked as a duplicate of this bug. ***
CC: (none) => liste
Do Fichier-> rafraichir (file refresh) and it's all good ;) see : http://www.mandrivalinux-online.org/forum/topic-9892.php#m99854
(In reply to comment #10) > Do Fichier-> rafraichir (file refresh) and it's all good ;) > see : http://www.mandrivalinux-online.org/forum/topic-9892.php#m99854 In the English layout,under 'Files' there are the following options: 'Update media', 'Reset the selection' and 'Reload the packages list'. Testing each of them didn't improve anything; the 'find' search box is still not working on an up-to-date Gnome system. Troumad , ça ne fonctionne toujours pas sur un système Gnome à jour .
I see the behaviour described in comment 10 Type the search target in the Find box, hit Enter and then select File -> Reload the package list. The search target is now listed. This on Gnome.
*** Bug 123 has been marked as a duplicate of this bug. ***
CC: (none) => kristoffer.grundstrom1983
*** Bug 136 has been marked as a duplicate of this bug. ***
CC: (none) => dglent
confirming
CC: (none) => dmorganec
Same here as in comment 12. Using KDE.
CC: (none) => isis2000
With KDE-4.6.0-4.mga1 and rpmdrake-5.26.6-1.mga1, I have the problem. I use the workaround in the comment 12 (https://bugs.mageia.org/show_bug.cgi?id=30#c12 ) that works fine and I have added it in the Errata http://mageia.org/wiki/doku.php?id=iso1:alpha1_errata
CC: (none) => yleny
*** Bug 179 has been marked as a duplicate of this bug. ***
CC: (none) => norbert.manzoni
If a medium is updated firstly, the search result will be shown.
CC: (none) => futureway
*** Bug 216 has been marked as a duplicate of this bug. ***
*** Bug 242 has been marked as a duplicate of this bug. ***
CC: (none) => jan
(In reply to comment #19) > If a medium is updated firstly, the search result will be shown. But only once. For each search you have to fresh the mediums. I confirm this bug: Env: Gnome /usr/sbin/rpmdrake 5.26.6
CC: (none) => i.am.neo67
CC: (none) => marianne
(In reply to comment #22) > (In reply to comment #19) > > If a medium is updated firstly, the search result will be shown. > But only once. For each search you have to fresh the mediums. > > I confirm this bug: > Env: Gnome > /usr/sbin/rpmdrake 5.26.6 It's happening here too. Additionally, select a package and do another search deselects the previously tagged packets. Env.: KDE SC 4.6.1 rpmdrake --version /usr/sbin/rpmdrake 5.26.7
CC: (none) => filip.saraiva
(In reply to comment #23) > Additionally, select a package and do another search deselects the previously > tagged packets. Yes, there is also such a problem.
*** Bug 312 has been marked as a duplicate of this bug. ***
CC: (none) => barsalatino
*** Bug 385 has been marked as a duplicate of this bug. ***
CC: (none) => pitrou
Same bug under LXDE 64bits.
CC: (none) => contact
*** Bug 413 has been marked as a duplicate of this bug. ***
CC: (none) => linix
CC: (none) => jlp
*** Bug 430 has been marked as a duplicate of this bug. ***
CC: (none) => djmarian4u
still here in mageia 1 alpha 2 after upgrade from mdv, so i'm blocking 56
Blocks: (none) => 56
Doesn't block 56, it's not an upgrade-related bug.
Blocks: 56 => (none)
It seems that this bug come from our perl-Gtk2 package (1.230 unstable release) compiled with gtk+ >= 2.22.0. see http://comments.gmane.org/gmane.comp.gnome.gtk%2B.perl/12281 Gtk2::Gdk::Keysyms contains wrong keysyms (KEY_Return instead of Return, ...) so that the key_press_event in rpmdrake at lines 702-705 doesn't run member($_[1]->keyval, $Gtk2::Gdk::Keysyms{Return}, $Gtk2::Gdk::Keysyms{KP_Enter}) is always false. It seems that the last stable perl-Gtk2 2.223 (2011-03-02) has a fix for this bug Overview of changes in Gtk2 1.223 ================================= * Cope with the rename of the keysym defines in gtk+ 2.22 * ... http://permalink.gmane.org/gmane.comp.gnome.gtk%2B.perl/12296 I let our perl specialists decide the suitable fix !!! regards, Luc
CC: (none) => jquelin, lmenutHardware: i586 => AllSource RPM: rpmdrake-5.26.5-1.mga1 => perl-Gtk2-1.230.0-3.mga1.src.rpm
Right, all keysyms are now prefixed with KEY_ now... Commit in gdk: http://git.gnome.org/browse/gtk+/commit/?id=750c81f43dda6c783372b983e630ecd30b776d7e Commit in perl-Gtk2: http://git.gnome.org/browse/perl-Gtk2/commit/?id=bd46d22c40e03e7a54172b12d3ea1553a335ce93 Though, this commit is in the stable branch, and not in the 1.230 devel branch we are using. I've backported the patch, this should be ok in perl-Gtk2-1.230.0-4.mga1. Please confirm. Titi, why are we sticking to the 1.230 branch? It seems unmaintained now. Thanks Luc for the insight!
CC: (none) => mageia
It offers binding for new widgets. It's not unmaintained. A new release is to be done but upstream are too busy with other stuff (real life or other projects) in order to do the release
Bug fixed here with perl-Gtk2-1.230.0-4.mga1. :)
Closing as fixed then, thanks all!
Status: NEW => RESOLVEDResolution: (none) => FIXED
Works with perl-Gtk2-latest-version!!!!!