We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
크로미움을 wayland 로 실행하게 되면 한글입력이 되지 않는 경우가 생깁니다.
아래 실행옵션을 추가해주면 해결 됩니다.
--gtk-version=4
터미널에서 실행하는 경우
$ chromium --gtk-version=4
바로가기의 경로는 아치리눅스의 경우
/usr/share/applications/chromium.desktop
The text was updated successfully, but these errors were encountered:
/usr/share/applications/.desktop 파일을 수정하면 pacman 패키지 업그레이드시 변경한 내용이 초기화 됩니다.
/etc/pacman.conf 파일에 아래 내용을 추가해 주면 됩니다.
NoUpgrade = usr/share/applications/chromium.desktop
이것을 릴리즈에 적용하는것은 언젠가는 해당 프로그램과 패키지 개발 의도를 왜곡하게 될수도 있으므로
배포판으로써 올바른 방향이 아니며 배포판이 해서는 안되는 일 입니다. (롤링 릴리즈 배포판에 한정해서 하는 이야기 입니다.)
그리고 그것은 풀잎 리눅스 설정 기준에도 어긋납니다.
Sorry, something went wrong.
위 방법들은 멍청한 방법들입니다.
.config/chromium-flags.conf 파일 내용에 아래 옵션을
추가해주는것으로 해결할수 있으며 풀잎리눅스 다음업데이트에 적용할 계획입니다.
No branches or pull requests
크로미움을 wayland 로 실행하게 되면 한글입력이 되지 않는 경우가 생깁니다.
아래 실행옵션을 추가해주면 해결 됩니다.
--gtk-version=4
터미널에서 실행하는 경우
$ chromium --gtk-version=4
바로가기의 경로는 아치리눅스의 경우
/usr/share/applications/chromium.desktop
The text was updated successfully, but these errors were encountered: