nautilus-actions didn't even run the commands I told it to in Natty!
Even when I told it to tell me the output, nothing happened.
But I got the latest version from git (3.1.3) installed in Natty and it
seems to work fine. (You get a new menu item called Nautilus-Actions
with submenus for each action, so it's a bit different from the old one
which added the submenus directly to the right-click context menu.)
I installed it with:
sudo apt-get build-essential
sudo apt-get build-dep nautilus-actions
sudo apt-get install gtk-doc-tools
git clone git://git.gnome.org/nautilus-actions
cd nautilus-actions
patch -p1 < nautilus-actions.patch
./autogen.sh
make
I had to patch the git version because it didn't find a function. The file
nautilus-actions.patch is:
diff --git a/src/nact/egg-sm-client-xsmp.c b/src/nact/egg-sm-client-xsmp.c
index 516baf0..198d399 100644
--- a/src/nact/egg-sm-client-xsmp.c
+++ b/src/nact/egg-sm-client-xsmp.c
@@ -319,6 +319,10 @@ sm_client_xsmp_disconnect (EggSMClientXSMP *xsmp)
update_pending_events (xsmp);
}
+/* This is defined in /usr/include/gtk-2.0/gdk/gdkwindow.h but isn't being
pulled in */
+void gdk_set_sm_client_id (const gchar *sm_client_id);
+
+
static void
sm_client_xsmp_startup (EggSMClient *client,
const char *client_id)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/765290
Title:
Nautilus-actions and Unity Desktop - actions missing from context menu
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs