Actions
Bug #234
closedInstaller reports incorrect Gnome version (2.28)
Status:
Resolved
Priority:
Low
Assignee:
Category:
Caiman (Installer)
Target version:
Start date:
2010-09-19
Due date:
% Done:
0%
Estimated time:
Difficulty:
Tags:
Description
The summary page of the installer reports that Desktop (GNOME 2.28) will be installed rather than the 2.30 that will actually be installed.
Updated by Albert Lee over 11 years ago
- Assignee set to Guido Berhörster
- Priority changed from Normal to Low
- Target version set to oi_148
Targeting oi_148.
Updated by Guido Berhörster over 11 years ago
- Assignee changed from Guido Berhörster to Alasdair Lumsden
Updated by Alasdair Lumsden over 11 years ago
The issue is in:
usr/src/cmd/gui-install/src/confirmation-screen.c
On line 401:
398 add_detail_hbox(
399 MainWindow.ConfirmationWindow.softwarevbox,
400 FALSE, FALSE,
401 _("Desktop (GNOME 2.28)"),
402 NULL);
Am adding an MQ patch to mq_slim_source
Updated by Alasdair Lumsden over 11 years ago
- Status changed from New to Resolved
Actions