Stunkymonkey / nautilus-open-any-terminal

GNU General Public License v3.0
555 stars 55 forks source link

gnome terminal only opens in a new window #56

Closed pietro-coretto closed 2 years ago

pietro-coretto commented 2 years ago

I am on Ubuntu 20.04. I installed the software via pip and it works except that the gnome-terminal keeps opening in a new window although I did

gsettings set com.github.stunkymonkey.nautilus-open-any-terminal new-tab true

I also checked on dconf and the setting is correct

image

Stunkymonkey commented 2 years ago

maybe this is related to the new gnome version. could you please post the parameters, that are available

pietro-coretto commented 2 years ago

maybe this is related to the new gnome version. could you please post the parameters, that are available

it's

Gnome Tterminal 3.36.2 Using VTE version 0.60.3 +BIDI +GNUTLS +ICU +SYSTEMD

Stunkymonkey commented 2 years ago

could you please provide gnome-terminal --help

pietro-coretto commented 2 years ago

this is what I get

Usage:
  gnome-terminal [OPTION…] [-- COMMAND …]

Help Options:
  -h, --help                      Show help options
  --help-all                      Show all help options
  --help-gtk                      Show GTK+ Options
  --help-terminal                 Show terminal options
  --help-window-options           Show per-window options
  --help-terminal-options         Show per-terminal options

Application Options:
  --load-config=FILE              Load a terminal configuration file
  --preferences                   Show preferences window
  -p, --print-environment         Print environment variables to interact with the terminal
  -v, --verbose                   Increase diagnostic verbosity
  -q, --quiet                     Suppress output
  --display=DISPLAY               X display to use
Stunkymonkey commented 2 years ago

I think there is no option to "open it in a new tab"... Therefore I can not supply it.

pietro-coretto commented 2 years ago

ok thanks, although I've tried on Ubuntu 22.04 and it works. I think it may be some dirty low level thing in dconf manager. Thanks for the effort anyway

Stunkymonkey commented 2 years ago

yeah sorry. If you could provide a cli-parameter I would like to implement it. Otherwise it is out of scope for this plugin.