가브리엘 모린의 게시물은 훌륭하지만 tile-qt는 그 지침으로 더 이상 빌드하지 않으며 링크 된 블로그 게시물은 여전히 작동하지만 더 이상 내가 아는 최고의 솔루션은 아닙니다.
"clam"테마보다 더 나은 것을 원하는 사람들을 위해 PySolFC 에는 Ttk에 대한 Clearlooks 테마가 포함되어 있으며 설치 방법을 설명하는 다른 블로그 게시물 을 작성 했습니다.
다음은 Lubuntu 사용자에게 적합하도록 관련 부분이 있습니다 (지금은 현재).
# Get the theme
sudo apt-get install pysolfc
# Copy it into your user profile to not rely on PySolFC's presence
mkdir -p ~/.local/share/tkthemes
cp -r /usr/share/games/pysolfc/themes/clearlooks ~/.local/share/tkthemes/
# (optional) Remove PySolFC now
sudo apt-get remove pysolfc
sudo apt-get autoremove
# Add it to Ttk's search path
echo "export TCLLIBPATH=~/.local/share/tkthemes" >> ~/.xsessionrc
# Set the theme
echo "*TkTheme: clearlooks" >> ~/.Xresources
# Test it in this specific terminal window
export TCLLIBPATH=~/.local/share/tkthemes
xrdb -merge ~/.Xresources
git gui # gitk's "this isn't a repo" dialog is always ugly
# ...and then log out and back in to apply .xsessionrc for the whole desktop
여전히 추악한 위젯이 있습니다 (메뉴 막대와 SHA1 ID:
텍스트는 gitk로 패치하여 사용할 수 있어야 함).하지만 Tcl / Tk를 패치하기에 충분하지 않습니다.
(그리고 메뉴 막대가 Windows와 MacOS에서 그리기 위해 OS에 위임되어 메뉴 표시 줄을 만들 수 없다는 소문이 들었습니다)