Skip to content

App does not launch #172

@sebastianlay

Description

@sebastianlay

What Happened?

The app does not launch when clicking on the icon in the dock or when running flatpak run org.gnome.Epiphany. This is an issue with flatpak and mixed locales. I have found the solution in the following issue: flatpak/flatpak#5497

I am not sure if this is the right place for this issue. Feel free to move it or to redirect me to the correct repo.

Steps to Reproduce

  1. Install elementary and choose different languages for "Region" and "Format" in the language selection (for example "United States" and "Germany")
  2. Click on the "Web" icon in the dock
  3. The app does not open
  4. Run the following command: flatpak config --set languages "en;de" (corresponding to the languages you chose in step 1)
  5. Run the following command: flatpak update
  6. Click on the "Web" icon in the dock
  7. The app does open

Expected Behavior

The app should work out of the box and not require additional commands when setting up the system with mixed locales.

OS Version

8.x (Circe)

OS Architecture

amd64 (on most hardwares)

Session Type

Classic Session (X11, This is the default)

Software Version

Latest release (I have run all updates)

Log Output

The output of locale:

LANG=en_US.UTF-8
LANGUAGE=en_US
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC=de_DE.UTF-8
LC_TIME=de_DE.UTF-8
LC_COLLATE="en_US.UTF-8"
LC_MONETARY=de_DE.UTF-8
LC_MESSAGES="en_US.UTF-8"
LC_PAPER=de_DE.UTF-8
LC_NAME=de_DE.UTF-8
LC_ADDRESS=de_DE.UTF-8
LC_TELEPHONE=de_DE.UTF-8
LC_MEASUREMENT=de_DE.UTF-8
LC_IDENTIFICATION=de_DE.UTF-8
LC_ALL=

The output of flatpak run org.gnome.Epiphany (before the fix):

Locale not supported by C library.
Using the fallback 'C' locale.
flatpak-spawn: Invalid byte sequence in conversion input

Metadata

Metadata

Assignees

No one assigned

    Labels

    Status: IncompleteNeeds more information before we can take action

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions