** Attachment added: "Screenshot" https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/2106366/+attachment/5869953/+files/Screenshot%20From%202025-04-07%2010-01-04.png
-- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-terminal in Ubuntu. https://bugs.launchpad.net/bugs/2106366 Title: Progress indicator barely visible in light theme Status in gnome-terminal package in Ubuntu: New Bug description: VTE 0.80 + GNOME Terminal 3.56 (about to debut in Ubuntu 25.04) add a new feature: showing progress in the tab bar. Open multiple tabs (since unfortunately the title bar doesn't show the progress), and in one of them execute a command such as printf "\e]9;4;1;33\e\\" The last number is the percentage to show. You can even animate: for i in {0..100}; do printf "\e]9;4;1;$i\e\\"; sleep 0.2; done and finally remove: printf "\e]9;4;0\e\\" When using a light GTK theme, this progress arc is barely visible. The tab label, the inactive area of the circle, and the active area of the circle are all very similar shades of light gray. The arc is nicely visible in dark theme. Upstream GNOME Terminal doesn't suffer from this issue. The progress arc is clearly visible there in both dark and light GTK themes. So it looks like it's one of Debian's or Ubuntu's patches that breaks it. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/2106366/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp