flozz / nautilus-terminal

A terminal embedded in Nautilus, the GNOME's file browser
GNU General Public License v3.0
323 stars 24 forks source link

Make init focus optional and set it disabled by default #54

Closed tkachen closed 3 years ago

tkachen commented 3 years ago

I think in #37 man has a really good point about stealing focus on start. In most cases it will break UX for users who use keyboard for navigation in Nautilus and it's kinda opposite of Gnome way.

So I added new option for initial focus and disabled it by default. I hope you don't mind =)

flozz commented 3 years ago

Thank you!

This will be released later this month :)

tkachen commented 3 years ago

Thanks! This is not the last PR from me =)

flozz commented 3 years ago

Thank you for all your PRs, and do not hesitate to join the Discord if you want to talk about Nautilus Terminal ;)

ghost commented 2 years ago

Can anyone help me to change to disabled by default?

flozz commented 2 years ago

@bambirombi

First install dconf-editor, on Ubuntu / Debian:

sudo apt install dconf-editor

Then open settings:

dconf-editor /org/flozz/nautilus-terminal

Finally, disable default-focus-terminal:

image

NOTE: You need Nautilus Terminal >= 4.0.0 to have this option