-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Status: IncompleteNeeds more information before we can take actionNeeds more information before we can take action
Description
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
- Install elementary and choose different languages for "Region" and "Format" in the language selection (for example "United States" and "Germany")
- Click on the "Web" icon in the dock
- The app does not open
- Run the following command:
flatpak config --set languages "en;de"(corresponding to the languages you chose in step 1) - Run the following command:
flatpak update - Click on the "Web" icon in the dock
- 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 inputMetadata
Metadata
Assignees
Labels
Status: IncompleteNeeds more information before we can take actionNeeds more information before we can take action