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

Nautilus python 4 prep #32

Closed bassmanitram closed 1 year ago

bassmanitram commented 1 year ago

Modifications to support nautilus-python 3 and 4, the latter being the way forward for Nautilus after 42.n. Debian Bookworm installs the later version by default.

This was tested on Debian Bookworm, proving that V1.5.1 does not work, whereas this PR does work. Both work on the most recent pop-os and so should work everywhere.

markd89 commented 1 year ago

Hi, I have this working nicely with Debian Bookworm. THANK YOU!

One minor thing and I think this is my system.. but in the configurator I had to change:

xdg-open http://localhost:$PORT # >> /tmp/a4n-start.log

to

firefox http://localhost:$PORT # >> /tmp/a4n-start.log

Palemoon is my default browser and didn't like something there.

bassmanitram commented 1 year ago

Excellent! Thank you for testing it!

I'll take a look at palemoon and see if I can figure out a better way to cater for it automatically in the script.

Martin

On Wed, 28 Dec 2022, 19:09 markd89, @.***> wrote:

Hi, I have this working nicely with Debian Bookworm. THANK YOU!

One minor thing and I think this is my system.. but in the configurator I had to change:

xdg-open http://localhost:$PORT # >> /tmp/a4n-start.log

to

firefox http://localhost:$PORT # >> /tmp/a4n-start.log

Palemoon is my default browser and didn't like something there.

— Reply to this email directly, view it on GitHub https://github.com/bassmanitram/actions-for-nautilus/pull/32#issuecomment-1366831848, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADAKLWXCZ2KDEGOOGVR56YDWPR633ANCNFSM6AAAAAARXBAN5M . You are receiving this because you authored the thread.Message ID: @.***>

bassmanitram commented 1 year ago

Excellent! Thank you for testing it! I'll take a look at palemoon and see if I can figure out a better way to cater for it automatically in the script. Martin

Issue https://github.com/bassmanitram/actions-for-nautilus/issues/34 created to follow this.