Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Failed to set locale #1877

Closed
2 tasks done
Adamkaram opened this issue Jul 26, 2023 · 2 comments
Closed
2 tasks done

[BUG] Failed to set locale #1877

Adamkaram opened this issue Jul 26, 2023 · 2 comments
Labels

Comments

@Adamkaram
Copy link

Rofi version (rofi -v)

Version: 1.7.5

Configuration

https://gist.github.com/Adamkaram/52decc81643aa87c57e4d7aedb3efc7e

Theme

https://gist.github.com/Adamkaram/8c585a4bea729b5e6afc49618fd3fb23

Timing report

https://gist.github.com/Adamkaram/a30b932ec684ffc7e18191e1f6edb90b

Launch command

rofi -show drun

Step to reproduce

rofi -show drun
rofi spotify

Expected behavior

to open spotify

Actual behavior

(process:36673): Rofi-WARNING **: 06:36:44.391: Failed to set locale.

Additional information

nothing is working except if i do
LANG=C rofi -show drun
or
export LC_ALL="C"

or

editing /etc/default/locale file

LC_ALL="C"
insted of LC_ALL=en_us_utf-8

u could see my disscusion about locales i've and decide if it's not a bug

Using wayland display server protocol

  • No, I don't use the wayland display server protocol

I've checked if the issue exists in the latest stable release

  • Yes, I have checked the problem exists in the latest stable version
@Adamkaram Adamkaram added the bug label Jul 26, 2023
@Adamkaram Adamkaram changed the title [BUG] [BUG] Failed to set locale Jul 26, 2023
@DaveDavenport
Copy link
Collaborator

This is not a rofi bug, it is normally misconfiguration of the host system.
As I mentioned before rofi directly passes this on to an underlying library that then throws the error.

Closing as it is not a rofi bug.

@DaveDavenport DaveDavenport closed this as not planned Won't fix, can't repro, duplicate, stale Jul 26, 2023
@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants