bassmanitram / actions-for-nautilus

An extension to the Gnome "Files" file manager that allows you to add arbitrary actions to the file selection context menu.
Apache License 2.0
165 stars 16 forks source link

Update to support nautilus-python v4 #31

Closed bassmanitram closed 1 year ago

bassmanitram commented 1 year ago

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

markd89 commented 1 year ago

I'm running Bookworm and can test when you're ready, thanks!

bassmanitram commented 1 year ago

I'm running Bookworm and can test when you're ready, thanks!

Hey there. Thanks, that would be very helpful! I THINK it's ready for initial testing now. If you clone the repo, checkout the nautilus-python-4-prep branch, and install from the command line as described in the README then you'll have the current state of the mods installed. Then just report back all the errors you get :)

Make sure you remove your current installation before doing the above - this won't destroy your config.

When reporting back, can you do so with comments on the PR rather than here. Thanks

markd89 commented 1 year ago

Hi, thanks, forgive my ignorance.

I know how to git clone the repo. i.e. git clone https://github.com/bassmanitram/actions-for-nautilus

How do I "checkout the nautilus-python-4-prep branch"?

Thanks, Mark

On Tue, Dec 27, 2022, at 1:17 AM, Martin Bartlett wrote:

I'm running Bookworm and can test when you're ready, thanks!

Hey there. Thanks, that would be very helpful! I THINK it's ready for initial testing now. If you clone the repo, checkout the nautilus-python-4-prep branch, and install from the command line as described in the README then you'll have the current state of the mods installed. Then just report back all the errors you get :)

Make sure you remove your current installation before doing the above - this won't destroy your config.

When reporting back, can you do so with comments on the PR https://github.com/bassmanitram/actions-for-nautilus/pull/32 rather than here. Thanks

— Reply to this email directly, view it on GitHub https://github.com/bassmanitram/actions-for-nautilus/issues/31#issuecomment-1365742870, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFISDVJE4WEZH5YFXRZCDDWPKX27ANCNFSM6AAAAAARXA3AF4. You are receiving this because you commented.Message ID: @.***>

bassmanitram commented 1 year ago

Hi, thanks, forgive my ignorance. I know how to git clone the repo. i.e. git clone https://github.com/bassmanitram/actions-for-nautilus How do I "checkout the nautilus-python-4-prep branch"? Thanks, Mark

Hey - after you have done the clone, cd into the directory into which you cloned the repo and execute the command...

git switch nautilus-python-4-prep

then just do the rest of the manual installation process from there.