Skip to content

Commit

Permalink
Merge branch 'rustdesk:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangbo8418 authored Oct 17, 2024
2 parents 842943f + defb3e6 commit 9c9398f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/gtk_sudo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ fn child(su_user: Option<String>, args: Vec<String>) -> ResultType<()> {
command = format!("'{}'", quote_shell_arg(&command, false));
}
params.push(command);
std::env::set_var("LC_ALL", "C.UTF-8");
std::env::set_var("LC_ALL", "C");

if let Some(user) = &su_user {
let su_subcommand = params
Expand Down

0 comments on commit 9c9398f

Please sign in to comment.