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

Drop a file from nautilus onto terminator window no longer works (it used to paste the path a la gnome terminal) #530

Closed
ugtar opened this issue Oct 27, 2021 · 1 comment

Comments

@ugtar
Copy link

ugtar commented Oct 27, 2021

Describe the bug
Drag a file from nautilus/gnome files into terminal doesn't write the file path to the shell

To Reproduce
Drag a file from nautilus into a terminator shell, nothing happens. try the same with gnome terminal, the file path is added to the shell.

Expected behavior
the file path should be pasted to the shell. This worked previously on ubuntu 18.04

Desktop (please complete the following information):

  • Ubuntu 20.04

Config:

[global_config]
  focus = mouse
  geometry_hinting = True
  extra_styling = False
  scroll_tabbar = True
  homogeneous_tabbar = False
  title_hide_sizetext = True
  title_transmit_bg_color = "#363636"
  title_receive_fg_color = "#729fcf"
  title_receive_bg_color = "#8000c9"
  title_inactive_fg_color = "#888888"
  title_inactive_bg_color = "#363636"
  inactive_color_offset = 1.0
  enabled_plugins = APTURLHandler, ActivityWatch, TerminalShot
  title_font = Ubuntu Mono 12
[keybindings]
  split_horiz = <Super>j
  split_vert = <Super>l
  search = <Primary>f
  new_window = <Super>n
  help = None
[profiles]
  [[default]]
    background_darkness = 0.85
    background_type = transparent
    cursor_blink = False
    cursor_color = "#ededed"
    font = UbuntuMono Nerd Font 12
    foreground_color = "#ffffff"
    scrollbar_position = hidden
    scrollback_lines = 20000
    palette = "#2e3436:#ef2929:#00aa00:#edd400:#3b60bf:#8f4f99:#00aaaa:#aaaaaa:#888a85:#ff5555:#55ff55:#fce94f:#729fcf:#ad7fa8:#55ffff:#ffffff"
    use_system_font = False
[layouts]
  [[default]]
    [[[child1]]]
      directory = ""
      parent = window0
      profile = default
      type = Terminal
    [[[window0]]]
      parent = ""
      type = Window
[plugins]
@ugtar
Copy link
Author

ugtar commented Oct 27, 2021

Sorry for the noise, just found your ppa and upgraded and the problem has been fixed in your updated version

@ugtar ugtar closed this as completed Oct 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant