Ubuntu에서 gnome 터미널 투명성을 변경하려면 명령을 사용하시겠습니까?

Ubuntu에서 gnome 터미널 투명성을 변경하려면 명령을 사용하시겠습니까?

명령을 사용하여 Ubuntu에서 터미널 창의 투명도를 변경하는 방법은 무엇입니까?

프로파일 방법에 대해 이미 알고 있지만 투명과 불투명 사이를 빠르게 전환하려면 명령이 필요합니다.

내 터미널은 GNOME 터미널 2.30.2입니다.

답변1

/apps/gnome-terminal/profiles/Default/Background_type 키와 함께 gconftool을 사용할 수 있습니다("Default"와 다른 프로필 이름을 사용해야 할 수도 있음).

gconftool -s -t string /apps/gnome-terminal/profiles/Default/background_type solid
gconftool -s -t string /apps/gnome-terminal/profiles/Default/background_type transparent

이는 버전 3.0.1에서 테스트되었지만 명령은 동일해야 합니다.

답변2

개별 단계가 아닌 연속 단계로 투명도를 변경하려면 다음을 시도해 보십시오.

gconftool-2 --set /apps/gnome-terminal/profiles/Default/background_darkness --type=float 0.50 여기서 /apps/gnome-terminal/profiles/Default/Background_darkness는열쇠0.50 예.

관련 정보