ubuntu gedit
![[ubuntu22.04] gedit 테마 설정 오류](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FDiVTp%2FbtsHCPQ5Dgh%2FBo1kOgke4Jm84e0YSZGxr0%2Fimg.png)
[ubuntu22.04] gedit 테마 설정 오류
우분투 다크모드로 설정했을 때 글자가 잘 안보이는 불편함이 생겨 gedit Color Scheme을 변경하고자 했습니다. 원하는 테마 누르고 나가봐도 설정이 안되어 왜 그런지 살펴봤더니failed to commit changes to dconf: Failed to execute child process “dbus-launch” (No such file or directory) dbus-launch 패키지가 설치되지 않았기 때문에 나타난 오류인 것을 알 수 있었습니다. dbus는 Desktop Bus로 동시에 실행 중인 여러 컴퓨터 프로그램 간의 통신을 가능하게 하는 소프트웨어 버스 입니다. dbus-x11을 설치하면 dbus-launch가 제공되어 해당 오류를 해결할 수 있습니다. sudo apt u..