Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
T
tails
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 971
    • Issues 971
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 12
    • Merge Requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • tails
  • tails
  • Issues
  • #15233

Closed
Open
Created Jan 23, 2018 by anonym@anonymMaintainer

Tails Installer cannot select an ISO in non-English locales

Originally created by @anonym on #15233 (Redmine)

Since Tails Installer 5.0.1 (introduced in Tails 3.2), when using a valid non-English locale (e.g. fr_FR.utf-8) the “select ISO” button remains inactive (greyed out) even when the “use a downloaded Tails ISO” radio button is selected.

You can run Tails Installer OK if you do:

`LANG=en_us tails-installer`

The problem:

def on_radio_button_source_iso_toggled(self, radio_button):
[...]
    if active_radio.get_label() == "Clone the current Tails":
[...]
    elif active_radio.get_label() == "Use a downloaded Tails ISO image":
[...]

The fix: translate those strings with _().

Feature Branch: installer:bugfix/15233-locale-fixes

Related issues

  • Related to #15254 (closed)
  • Related to #15416 (closed)
  • Blocks #13245 (closed)
Edited May 15, 2020 by anonym
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Tails_3.6
Milestone
Tails_3.6 (Past due)
Assign milestone
Time tracking
None
Due date
None