chr314/nautilus-copy-path

Nautilus 43 support

yochananmarqos opened this issue · 11 comments

There are many changes with nautilus-python 4.0 and current Nautilus extensions will not work. See the 4.0.alpha release notes for details about adopting the changes. GNOME 43 will be released in few weeks.

EDIT: See https://gnome.pages.gitlab.gnome.org/nautilus-python/nautilus-python-migrating-to-4.html

I can confirm that under GNOME 43, nautilus-copy-path no longer works.

This is one of my favorite apps. It would be great if it could be updated to work.

It's obsolete as Nautilus 43 has a Copy Location function now.

I guess I can see your take on it being obsolete, as there is a "Copy Link" function. But that capability is for files only and lacks the ability to "Copy Location" inside a directory to capture that directory's path. Probably a niche use, and I understand not wanting to develop for a fringe case. Thanks.

I'm referring to the Copy Location option in the kebab menu at the end of the location bar.

Where are you seeing Copy Link?

Ugh, you're right. I was looking at the "Create Link" -- but I didn't use it. It actually just creates a soft link.

So, basically, there is no contextual menu support for this feature under GNOME 43. That is a sad state of affairs.

i see that @xiaohuirong is working on support for 43, i will wait for his pull request

https://github.com/xiaohuirong/nautilus-copy-path

#41 merged

Why was the support for shortcuts removed?

because the way shortcuts work changed in gtk 4, but I'm working on it

@lukaszmoroz just pushed a fix for the shortcuts, its kinda a hack but it works

Confirming that the fix works. Thanks!