Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

file:/// links not clickable if the root dir has a underscore #865

Closed
Akababa opened this issue Dec 15, 2023 · 0 comments · Fixed by #895
Closed

file:/// links not clickable if the root dir has a underscore #865

Akababa opened this issue Dec 15, 2023 · 0 comments · Fixed by #895

Comments

@Akababa
Copy link

Akababa commented Dec 15, 2023

Before opening an issue, please try starting terminator with an empty config
file, by issuing terminator -u -g /dev/null and see if it starts normally.

If it does, and you still want to open the bug, then please attach the
config file, usually found at $HOME/.config/terminator/config to the issue

Fill out as many of these fields as you can

Describe the bug
For example file:///q/scratch/ is clickable, but file:///q_b/scratch/ is not.

To Reproduce
Steps to reproduce the behavior:
echo the above strings and try to ctrl+click them in terminator

Expected behavior
it opens in the browser

Screenshots
If applicable, add screenshots to help explain your problem.
image

Desktop (please complete the following information):

  • OS or Linux Distribution: Ubuntu
  • Version: 20.04
  • Display Technology: X11

Config file:

[global_config]
  enabled_plugins = LaunchpadBugURLHandler, LaunchpadCodeURLHandler, APTURLHandler, ActivityWatch, Logger
[keybindings]
  copy = <Primary>c
  paste = <Primary>v
[profiles]
  [[default]]
    cursor_color = "#aaaaaa"
    scrollback_lines = 20000
[layouts]
  [[default]]
    [[[window0]]]
      type = Window
      parent = ""
    [[[child1]]]
      type = Terminal
      parent = window0
[plugins]
               
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant