Public bug reported:

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.

** Affects: gnome-terminal (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: plucky

** Description changed:

  VTE 0.80 + GNOME Terminal 3.56 (about to debut in Ubuntu 25.04) add a
- new feature: showing progress in the title bar.
+ 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\\"
+     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 echo -ne "\e]9;4;1;$i\e\\"; sleep 0.2; done
+     for i in {0..100}; do echo -ne "\e]9;4;1;$i\e\\"; sleep 0.2; done
  
  and finally remove:
  
-     printf "\e]9;4;0\e\\"
+     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.

** Description changed:

  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 echo -ne "\e]9;4;1;$i\e\\"; sleep 0.2; done
+     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.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/2106366

Title:
  Progress indicator barely visible in light theme

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/2106366/+subscriptions


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to