โพสต์ของ Gabriel Morin นั้นดี แต่ tile-qt ไม่ได้สร้างด้วยคำแนะนำเหล่านั้นอีกต่อไปและแม้ว่าการโพสต์บล็อกที่เขาเชื่อมโยงกับ (ยังไงก็ตาม) ก็ใช้งานได้ แต่มันก็ไม่ใช่ทางออกที่ดีที่สุดที่ฉันรู้
สำหรับผู้ที่ต้องการบางสิ่งที่ดีกว่าชุดรูปแบบ "หอย" PySolFCมีชุดรูปแบบ Clearlooks สำหรับ Ttkและฉันเขียนโพสต์บล็อกอื่นซึ่งอธิบายถึงวิธีการติดตั้ง
นี่คือส่วนที่เกี่ยวข้องของมันดัดแปลงสำหรับผู้ใช้ 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)