this worked for me to set all profiles as I wanted in 20.04

$ val='@ms "-,:.;/?%&#_=+@~ยท"'
$ profids=$(dconf list /org/gnome/terminal/legacy/profiles:/ | grep -v ^list$)
$ for profid in $profids; do dconf write 
/org/gnome/terminal/legacy/profiles:/${profid%/}/word-char-exceptions "$val"; 
done

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

Title:
  highlighting on left mouse double click ends at : (colon)

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

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

Reply via email to