[Bug 549944] New: autoyast module untranslated string "image deployment"
http://bugzilla.novell.com/show_bug.cgi?id=549944 Summary: autoyast module untranslated string "image deployment" 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 CC: ke@novell.com Found By: --- Created an attachment (id=324045) --> (http://bugzilla.novell.com/attachment.cgi?id=324045) autoyast - image deployment please find the attached 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=549944 zhu rensheng <rszhu@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rszhu@novell.com AssignedTo|bnc-team-screening@forge.pr |ug@novell.com |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=549944 User kmachalkova@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=549944#c1 Katarina Machalkova <kmachalkova@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kmachalkova@novell.com --- Comment #1 from Katarina Machalkova <kmachalkova@novell.com> 2009-11-06 09:53:46 MST --- I think I know how to fix this, rpmlint told me ;) deploy_images.desktop is part of yast2-installation, but as it is not placed into standard YaST .desktop files location (/usr/share/applications/YaST2), the directive to process it with suse_update_desktop_files script is not placed into y2-installation.spec by default. It has to be added into .spec manually, so that strings from .desktop have a chance to get collected and translated (rpmlint complains that y2-installation contains .desktop file but does not process it with suse_update_desktop_files) -- 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=549944 http://bugzilla.novell.com/show_bug.cgi?id=549944#c3 Katarina Machalkova <kmachalkova@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |mvidner@novell.com --- Comment #3 from Katarina Machalkova <kmachalkova@novell.com> 2010-02-22 11:19:18 UTC --- This is now fixed for SLE11 SP1 by adding one more loop with %suse_update_desktop_file to traverse _datadir/autoinstall/modules But for 11.3, I'd think about more systematic solution. As far as .desktops are concerned, y2-devtools unwinds @INSTALL@ macro like this: for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name "*.desktop"` ; do d=${f##*/} %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop} done Could the directory expression to 'find' be more generic? %{buildroot}%{_datadir}/ is maybe too generic, but I've no other idea atm. We need to cover _datadir/share/applications/YaST2/ and _datadir/autoinstall/modules locations with .desktops basically Martin, what do you think? -- 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=549944 http://bugzilla.novell.com/show_bug.cgi?id=549944#c4 Martin Vidner <mvidner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|mvidner@novell.com | --- Comment #4 from Martin Vidner <mvidner@novell.com> 2010-02-22 12:02:47 UTC --- Fortunately "find" accepts multiple paths as starting points for the search, so we can just say for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2 $RPM_BUILD_ROOT/%{prefix}/share/autoinstall/modules -name "*.desktop"` ; do ... -- 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=549944 http://bugzilla.novell.com/show_bug.cgi?id=549944#c5 Katarina Machalkova <kmachalkova@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #5 from Katarina Machalkova <kmachalkova@novell.com> 2010-03-12 12:23:24 UTC --- ENOTIME for yast2-devtools hacking :( I've deployed the same solution as in SLE11 SP1 -- 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