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

Open a terminal as root in a specific folder #47

Closed zz0rk closed 10 months ago

zz0rk commented 10 months ago

This doesn't seem to work properly on Debian 11, Gnome 43.6, Wayland. The elevated prompt authentication window prompt comes up but after entering the credentials the terminal won't open.

bassmanitram commented 10 months ago

You are right - running it from a terminal gives...

Error constructing proxy for

org.gnome.Terminal:/org/gnome/Terminal/Factory0: Failed to execute child process “dbus-launch” (No such file or directory)

Wayland, apparently, fulfills SOME DBus needs and so DBus doesn't get installed by default (see here for the lowdown - https://blogs.kde.org/2020/10/11/linux-desktop-shell-ipc-wayland-vs-d-bus-and-lack-agreement-when-use-them ).

Anyway, you can make this work by installing dbus-x11.

I'll add this to the Wiki.

Thanks for using actions-for-nautilus

On Sun, Sep 24, 2023 at 7:15 AM zz0rk @.***> wrote:

This doesn't seem to work properly on Debian 11, Gnome 43.6, Wayland. The elevated prompt authentication window prompt comes up but after entering the credentials the terminal won't open.

— Reply to this email directly, view it on GitHub https://github.com/bassmanitram/actions-for-nautilus/issues/47, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADAKLWUZFUMRISZ3UH3QW5TX366YZANCNFSM6AAAAAA5EV742E . You are receiving this because you are subscribed to this thread.Message ID: @.***>

zz0rk commented 10 months ago

Bingo Switching from Debian 11 to Debian 12 was such let down as far as Nautilus is concerned. Your actions add excellent value to extend its usability. Thank you for that!

zz0rk commented 10 months ago

Bingo Switching from Debian 11 to Debian 12 was such let down as far as Nautilus is concerned. Your actions add great value to extend its usability. Thank you for that!