← Back to team overview

desktop-packages team mailing list archive

[Bug 1501250] Re: double clicking on a URL drops the protocol from the URL

 

FYI, here is the workaround that I am using:
$ dconf list /org/gnome/terminal/legacy/profiles:/
list
:b1dcc9dd-5262-4d8d-a863-c897e6d979b9/
:23d982d2-b22d-4b6d-8e60-ccebbc4e9afe/
:43f0a757-4fdc-4ea4-b5e4-28fa01733089/

I happen to know by looking at dconf-editor that
':b1dcc9dd-5262-4d8d-a863-c897e6d979b9/' is the one I care about, so:

$ dconf write
/org/gnome/terminal/legacy/profiles:/:b1dcc9dd-5262-4d8d-a863-c897e6d979b9
/word-char-exceptions '@ms "-,.;:/?%&#_=+@~·"'

To remove this key and get back to current Ubuntu defaults:
$ dconf reset /org/gnome/terminal/legacy/profiles:/:b1dcc9dd-5262-4d8d-a863-c897e6d979b9/word-char-exceptions

-- 
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/1501250

Title:
  double clicking on a URL drops the protocol from the URL

Status in Gnome Virtual Terminal Emulator:
  Unknown
Status in gnome-terminal package in Ubuntu:
  Confirmed

Bug description:
  After upgrading to 15.10 beta from 15.04, when I double click on a
  URL, I lose most of the protocol, e.g. if I type
  'http://www.ubuntu.com/' into a terminal and double click, what gets
  selected (and entered into the copy buffer) is '//www.ubuntu.com'

To manage notifications about this bug go to:
https://bugs.launchpad.net/vte/+bug/1501250/+subscriptions


References