Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 965460 - Sentence No disks selected .. in text mode has several extra blank spaces
Summary: Sentence No disks selected .. in text mode has several extra blank spaces
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 19
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: fedora19rtt
TreeView+ depends on / blocked
 
Reported: 2013-05-21 09:36 UTC by Martin Banas
Modified: 2013-05-24 20:18 UTC (History)
8 users (show)

Fixed In Version: anaconda-19.30-1.fc19
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-05-24 20:18:42 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
screenshot (13.54 KB, image/png)
2013-05-21 09:36 UTC, Martin Banas
no flags Details

Description Martin Banas 2013-05-21 09:36:24 UTC
Created attachment 750941 [details]
screenshot

Description of problem:
When selecting disk, No disks message has several blank spaces:
"No disks selected; please select at least one disk                           to install to"

Version-Release number of selected component (if applicable):
Fedora-19-Beta-RC2
anaconda-19.28

How reproducible:
always

Steps to Reproduce:
1. Start text mode installer
2. Go to storage spoke
3. Observe the dialog

Actual results:
"No disks selected; please select at least one disk                           to install to"

Expected results:
"No disks selected; please select at least one disk to install to"

Additional info:

/pyanaconda/ui/tui/spokes/storage.py:
153         if len(self.disks) == 0:
154             summary = _("No disks detected.  Please shut down the computer, \
155                          connect at least one disk, and restart to complete \
156                          installation.")
157         elif count == 0:
158             summary = (_("No disks selected; please select at least one disk \
159                           to install to."))

Same issue will be when there are no disks at all (line 155,156).

Comment 1 Jan Stodola 2013-05-21 11:20:49 UTC
Also following screen needs to be fixed:

================================================================================
Autopartitioning Options

[ ] 1) Replace Existing Linux system(s)

[x] 2) Use All Space

[ ] 3) Use Free Space

Installation requires partitioning of your hard drive.                       Sel
ect what space to use for the install target.

  Please make your choice from above ['q' to quit | 'c' to continue]:

Comment 2 Samantha N. Bueno 2013-05-21 20:23:31 UTC
Patch posted to anaconda-patches for review.

Comment 3 Samantha N. Bueno 2013-05-22 01:53:11 UTC
Patch pushed, commit 5410a838e6d04055444e0db7447b6ca677f0328a

Comment 4 Samantha N. Bueno 2013-05-22 01:55:37 UTC
I should note, the patch fixes the issues reported in the description and comment 1.

Comment 5 Fedora Update System 2013-05-22 18:30:03 UTC
anaconda-19.30-1.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/anaconda-19.30-1.fc19

Comment 6 Fedora Update System 2013-05-22 22:39:29 UTC
Package anaconda-19.30-1.fc19:
* should fix your issue,
* was pushed to the Fedora 19 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing anaconda-19.30-1.fc19'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-8871/anaconda-19.30-1.fc19
then log in and leave karma (feedback).

Comment 7 Fedora Update System 2013-05-24 20:18:42 UTC
anaconda-19.30-1.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.