ฉันเปิดหน้าต่างเทอร์มินัลหลายชุดที่มีพื้นหลังสีดำและเงาดำบนพื้นหลังสีดำจะหายไปอย่างสมบูรณ์เมื่อซ้อนทับกัน นี่เป็นปัญหาสำหรับหน้าต่างที่มีพื้นหลังสีดำ ฉันเคยแก้ไข unity.css เพื่อเพิ่มเส้นขอบหน้าต่างแต่ 17.10 เป็น Gnome และนั่นไม่ทำงานอีกต่อไป! ฉันไม่เห็นตัวควบคุมชุดรูปแบบ Gnome ใน UI การตั้งค่าเช่นกัน
ทำงานใน Ubuntu 17.04 แต่ไม่ใช่ 17.10
แก้ไข/usr/share/themes/Ambiance/gtk-3.20/apps/unity.css
และเปลี่ยนแปลง
-UnityDecoration-extents: 28px 0 0 0;
ถึง
-UnityDecoration-extents: 28px 2 2 2;
ใช้งานไม่ได้: gnome-terminal.css
แก้ไข /usr/share/themes/Ambiance/gtk-3.20/apps/gnome-terminal.css
@define-color terminal_border #ff0000;
vte-terminal.terminal-screen {
-TerminalScreen-background-darkness: 0.95;
background-color: @terminal_bg;
color: #fff;
border-width: 1px 1px 0px 1px;
border-color: @terminal_border;
}
ใช้งานไม่ได้: gnome-applications.css
แก้ไข/usr/share/themes/Ambiance/gtk-3.20/apps/gnome-applications.css
เพื่อพูด
TerminalScreen {
background-color: @theme_base_color;
color: @theme_fg_color;
-TerminalScreen-background-darkness: 0.95;
border-bottom-width: 2px;
border-right-width: 2px;
border-left-width: 2px;
}
TerminalWindow GtkNotebook.notebook {
border-bottom-width: 2px;
border-right-width: 2px;
border-left-width: 2px;
}
คำแนะนำที่เป็นไปได้:
บางทีฉันควรจะได้รับการแก้ไขในบางสิ่งบางอย่าง/usr/share/gnome-shell/theme
?
alternatives.log:update-alternatives 2017-11-12 10:59:31:
run with --install /usr/share/gnome-shell/theme/gdm3.css gdm3.css
/usr/share/gnome-shell/theme/ubuntu.css 10
alternatives.log:update-alternatives 2017-11-12 10:59:31:
link group gdm3.css updated to point to
/usr/share/gnome-shell/theme/ubuntu.css