[Bug 548058] New: Repository sort by priority not correct
http://bugzilla.novell.com/show_bug.cgi?id=548058 Summary: Repository sort by priority not correct Classification: openSUSE Product: openSUSE 11.2 Version: RC 1 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: kkemenczy@novell.com QAContact: jsrain@novell.com Found By: --- In the GTK YaST the repository list ordered by priority shows the priority as text not as number: 99 95 92 90 120 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=548058 Andreas Jaeger <aj@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |yast2-maintainers@suse.de |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=548058 User lslezak@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=548058#c1 Ladislav Slezak <lslezak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |lslezak@novell.com Info Provider| |kkemenczy@novell.com --- Comment #1 from Ladislav Slezak <lslezak@novell.com> 2009-10-19 09:37:29 MDT --- In which particular module does it happen? Could you attach a screenshot? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=548058 User kkemenczy@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=548058#c2 --- Comment #2 from Kálmán Kéménczy <kkemenczy@novell.com> 2009-10-19 10:02:09 MDT --- Created an attachment (id=323081) --> (http://bugzilla.novell.com/attachment.cgi?id=323081) Priority order -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=548058 User kkemenczy@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=548058#c3 Kálmán Kéménczy <kkemenczy@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|kkemenczy@novell.com | --- Comment #3 from Kálmán Kéménczy <kkemenczy@novell.com> 2009-10-19 10:03:05 MDT --- here we go -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=548058 User lslezak@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=548058#c4 Ladislav Slezak <lslezak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mkudlvasr@novell.com AssignedTo|yast2-maintainers@suse.de |rpmcruz@alunos.dcc.fc.up.pt --- Comment #4 from Ladislav Slezak <lslezak@novell.com> 2009-10-20 00:51:30 MDT --- The problem seems to be in YaST Gtk UI or in Gtk library itself: In Qt using command LC_ALL=hu_HU /usr/lib/YaST2/bin/y2base repositories qt it works correctly while in Gtk LC_ALL=hu_HU /usr/lib/YaST2/bin/y2base repositories gtk it doesn't. In English locale it's OK in both UIs. (To reproduce you have to click on the Priority header so sorting by priority is active, then change a priory of a repository and watch the order in the table.) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=548058 User rpmcruz@alunos.dcc.fc.up.pt added comment http://bugzilla.novell.com/show_bug.cgi?id=548058#c5 Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rpmcruz@alunos.dcc.fc.up.pt Target Milestone|--- |Future 11.3 --- Comment #5 from Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt> 2009-10-20 07:29:16 MDT --- GTK uses some dumb comparison function like strcmp(). It is not smart enough to identify numbers, so it will compare '9' to '1', not "99" to "100". We should be able to pass our own strcmp() implementation, so this will be a fairly easy to fix. But not something for 11.2. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=548058 User lslezak@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=548058#c6 --- Comment #6 from Ladislav Slezak <lslezak@novell.com> 2009-10-20 07:34:00 MDT --- Notice that the repository manager adds " " before 2 digit numbers, that helps sorting " 90" and "100" correctly. At least in Qt it works correctly. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=548058 User lslezak@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=548058#c7 --- Comment #7 from Ladislav Slezak <lslezak@novell.com> 2009-10-20 07:44:08 MDT --- And notice that using LC_ALL= (or LC_ALL=POSIX) it works while in LC_ALL=hu_HU and others like en_US or cs_CZ it doesn't. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=548058 User rpmcruz@alunos.dcc.fc.up.pt added comment http://bugzilla.novell.com/show_bug.cgi?id=548058#c8 --- Comment #8 from Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt> 2009-10-20 09:44:20 MDT --- Thanks for the head-ups, Ladislav. I guess when the locale is specified GTK uses something else than pure ASCII code... -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=548058 http://bugzilla.novell.com/show_bug.cgi?id=548058#c9 Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #9 from Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt> 2009-12-01 03:02:03 UTC --- Alright, we use good old ANSI C strcmp() now. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=548058 http://bugzilla.novell.com/show_bug.cgi?id=548058#c10 K H <lnxgnome@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lnxgnome@gmail.com --- Comment #10 from K H <lnxgnome@gmail.com> 2010-02-21 04:05:23 UTC --- Can this be pushed into 11.2, or do we have to wait for 11.3? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=548058 http://bugzilla.novell.com/show_bug.cgi?id=548058#c11 Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #11 from Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt> 2010-02-21 16:46:37 UTC --- I don't think the security guys would accept this as a patch. But we could just send a package submission to the 11.2 OSS repository and it would then be listed as an upgrade in the software manager. The fix is already in the 11 branch: http://svn.opensuse.org/svn/yast/branches/SuSE-Code-11-Branch/gtk/ I am not sure how to use Build Service myself (this is the portal you use to upload packages to the repositories). I just follow some instructions I was told to send stuff to the Factory repository. Jiri, could you have someone taking care of this? Or guide me on this? By the way, it would be interesting to send the current YaST:HEAD yast2-gtk stuff to the general public. Not for 11.2 OSS of course, but for Gnome:Contrib or some other bleeding edge repository. Some community members convinced me to work on the software manager and we've cooked up some interesting stuff that people may want to try out. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=548058 http://bugzilla.novell.com/show_bug.cgi?id=548058#c Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO Info Provider| |jsrain@novell.com -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=548058 http://bugzilla.novell.com/show_bug.cgi?id=548058#c12 Jiri Srain <jsrain@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jsrain@novell.com Info Provider|jsrain@novell.com |coolo@novell.com --- Comment #12 from Jiri Srain <jsrain@novell.com> 2010-02-22 08:32:14 UTC --- Coolo, what's your view on delivering this fix? Ricardo, I cannot even submit to the 11.2 repo without approval. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=548058 http://bugzilla.novell.com/show_bug.cgi?id=548058#c13 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED Info Provider|coolo@novell.com | --- Comment #13 from Stephan Kulow <coolo@novell.com> 2010-02-22 09:01:28 UTC --- please stick to the processes: http://en.opensuse.org/Maintenance -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=548058 http://bugzilla.novell.com/show_bug.cgi?id=548058#c14 --- Comment #14 from Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt> 2010-02-22 17:00:36 UTC --- I know we cannot possibly pass this as a Patch/Update. It just isn't severe enough, and the Kulow link confirms it: http://en.opensuse.org/Maintenance/Policy But my question was: can we not submit a package to some repository so users can then more easily choose to manually install? I think I've see upgrades under the OSS repository; but if not there, can we submit this to one of the "community repositories"? K H, I am maintaining the yast2-gtk plugin, but I know little about the opensuse development process. You may have to end up compile & install it for yourself if this is such an annoyance: http://en.opensuse.org/YaST2-GTK#Download Subscribe to the mailing list (see under Contact) if you'd like to help with the packing or something else. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=548058 http://bugzilla.novell.com/show_bug.cgi?id=548058#c15 Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO Info Provider| |jsrain@novell.com --- Comment #15 from Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt> 2010-02-25 15:39:44 UTC --- Hey Jiri: Build Service has generated RPM packages for 11.2. Can we maybe upload those to Contrib or some community repository like the Gnome apps one [2]? By the way, I've already submitted a few days ago yast2-gtk to Build Service and it compiled fine and all that, but it's still not available at Factory: http://download.opensuse.org/factory/repo/oss/suse/i586/ The M3 deadline is approaching and there's some stuff that need testing... -- [1] http://download.opensuse.org/repositories/openSUSE:/11.2:/Contrib/standard/ [2] http://download.opensuse.org/repositories/GNOME:/Apps/openSUSE_11.2/ -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=548058 http://bugzilla.novell.com/show_bug.cgi?id=548058#c16 Jiri Srain <jsrain@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Info Provider|jsrain@novell.com |coolo@novell.com --- Comment #16 from Jiri Srain <jsrain@novell.com> 2010-02-26 08:53:35 UTC --- Ricardo, I'm sorry that I cannot answer your questions. To be honest, I don't know about the process getting package to Contrib, I guess it's just about creating a SR. Perhaps Coolo can hint you about the process. I'm sorry for not helping here. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=548058 http://bugzilla.novell.com/show_bug.cgi?id=548058#c17 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED CC| |coolo@novell.com Info Provider|coolo@novell.com | --- Comment #17 from Stephan Kulow <coolo@novell.com> 2010-02-26 09:15:43 UTC --- you submitted it to Yast:Head and yast:head is not what builds factory, openSUSE:Factory is. You need to submit it there to get it into M3. And Contrib is for packages not in factory, this does not apply here. For GNOME:Apps, talk to the opensuse-gnome@ mailing list. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=548058 http://bugzilla.novell.com/show_bug.cgi?id=548058#c18 Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED Severity|Normal |Minor --- Comment #18 from Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt> 2010-03-03 00:46:43 UTC --- Ok, closing. K H, if you'd like to update yast2-gtk, now you can do so by adding the Factory repository -- afterwards you can easily disable the repository. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com