Stunkymonkey / nautilus-open-any-terminal

GNU General Public License v3.0
536 stars 54 forks source link

This extention not work on GNOME 45. (but it works on early version) #119

Closed zw963 closed 7 months ago

zw963 commented 7 months ago

Please check following install log.

 ╰─ $ 255  sh -x ./set_open_any_terminal.sh 
+ cd ./nautilus-open-any-terminal/
+ ./tools/update-extension-user.sh uninstall
removed '/home/zw963/.local/share/nautilus-python/extensions/nautilus_open_any_terminal.py'
removed '/home/zw963/.local/share/locale/br/LC_MESSAGES/nautilus-open-any-terminal.mo'
removed '/home/zw963/.local/share/locale/de/LC_MESSAGES/nautilus-open-any-terminal.mo'
removed '/home/zw963/.local/share/locale/es/LC_MESSAGES/nautilus-open-any-terminal.mo'
removed '/home/zw963/.local/share/locale/fr/LC_MESSAGES/nautilus-open-any-terminal.mo'
removed '/home/zw963/.local/share/locale/ru/LC_MESSAGES/nautilus-open-any-terminal.mo'
removed '/home/zw963/.local/share/locale/sw/LC_MESSAGES/nautilus-open-any-terminal.mo'
removed '/home/zw963/.local/share/locale/tr/LC_MESSAGES/nautilus-open-any-terminal.mo'
removed '/home/zw963/.local/share/locale/zh_CN/LC_MESSAGES/nautilus-open-any-terminal.mo'
removed '/home/zw963/.local/share/locale/pt_BR/LC_MESSAGES/nautilus-open-any-terminal.mo'
removed '/home/zw963/.local/share/locale/pl/LC_MESSAGES/nautilus-open-any-terminal.mo'
removed '/home/zw963/.local/share/glib-2.0/schemas/com.github.stunkymonkey.nautilus-open-any-terminal.gschema.xml'
No schema files found: removed existing output file.
+ ./tools/update-extension-user.sh install
'nautilus_open_any_terminal/nautilus_open_any_terminal.py' -> '/home/zw963/.local/share/nautilus-python/extensions/nautilus_open_any_terminal.py'
/home/zw963/Dropbox/linux/nautilus-open-any-terminal/nautilus_open_any_terminal/locale
'./br/LC_MESSAGES/nautilus-open-any-terminal.mo' -> '/home/zw963/.local/share/locale/./br/LC_MESSAGES/nautilus-open-any-terminal.mo'
'./de/LC_MESSAGES/nautilus-open-any-terminal.mo' -> '/home/zw963/.local/share/locale/./de/LC_MESSAGES/nautilus-open-any-terminal.mo'
'./es/LC_MESSAGES/nautilus-open-any-terminal.mo' -> '/home/zw963/.local/share/locale/./es/LC_MESSAGES/nautilus-open-any-terminal.mo'
'./fr/LC_MESSAGES/nautilus-open-any-terminal.mo' -> '/home/zw963/.local/share/locale/./fr/LC_MESSAGES/nautilus-open-any-terminal.mo'
'./ru/LC_MESSAGES/nautilus-open-any-terminal.mo' -> '/home/zw963/.local/share/locale/./ru/LC_MESSAGES/nautilus-open-any-terminal.mo'
'./sw/LC_MESSAGES/nautilus-open-any-terminal.mo' -> '/home/zw963/.local/share/locale/./sw/LC_MESSAGES/nautilus-open-any-terminal.mo'
'./tr/LC_MESSAGES/nautilus-open-any-terminal.mo' -> '/home/zw963/.local/share/locale/./tr/LC_MESSAGES/nautilus-open-any-terminal.mo'
'./zh_CN/LC_MESSAGES/nautilus-open-any-terminal.mo' -> '/home/zw963/.local/share/locale/./zh_CN/LC_MESSAGES/nautilus-open-any-terminal.mo'
'./pt_BR/LC_MESSAGES/nautilus-open-any-terminal.mo' -> '/home/zw963/.local/share/locale/./pt_BR/LC_MESSAGES/nautilus-open-any-terminal.mo'
'./pl/LC_MESSAGES/nautilus-open-any-terminal.mo' -> '/home/zw963/.local/share/locale/./pl/LC_MESSAGES/nautilus-open-any-terminal.mo'
'nautilus_open_any_terminal/schemas/com.github.stunkymonkey.nautilus-open-any-terminal.gschema.xml' -> '/home/zw963/.local/share/glib-2.0/schemas/com.github.stunkymonkey.nautilus-open-any-terminal.gschema.xml'
+ gsettings set com.github.stunkymonkey.nautilus-open-any-terminal terminal konsole
+ nautilus -q
** Message: 22:40:26.250: Connecting to org.freedesktop.Tracker3.Miner.Files

After reboot, still open a gnome console instead konsole, check following screenshot

image

image

image

Thanks

Stunkymonkey commented 7 months ago

the context menu you click is the one for gnome-terminal: the context menu from this extension should look like this: Screenshot-2024-01-16_214837

zw963 commented 7 months ago

early gnome version there is a menu like "open in console" in mouse right menu, but it not exits anymore.

check following screenshot.

image

lvxnull commented 7 months ago

Please make sure you have installed nautilus-python.

zw963 commented 7 months ago

Please make sure you have installed nautilus-python.

It works! thanks!