After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 647663 - Context Menu Ubuntu 11.04 - Desktop Right Click
Context Menu Ubuntu 11.04 - Desktop Right Click
Status: RESOLVED NOTABUG
Product: filemanager-actions
Classification: Other
Component: general
3.0.x
Other Linux
: Normal normal
: ---
Assigned To: Nautilus-actions Maintainer(s)
Nautilus-actions Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-04-13 14:35 UTC by Kyle Amadio
Modified: 2011-05-08 09:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshow of a submenu opened on the desktop (201.20 KB, image/jpeg)
2011-05-07 05:39 UTC, Pierre Wieser
Details

Description Kyle Amadio 2011-04-13 14:35:57 UTC
In 10.04 the Nautilus-Action items would appear when executing a right click on the desktop.

As of 11.04 update Beta 1 the context menu only appears inside a Nautilus file browser window. And it is a menu node - not the expanded items.

2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
Comment 1 Pierre Wieser 2011-05-07 05:39:50 UTC
Created attachment 187404 [details]
Screenshow of a submenu opened on the desktop

The joined screen has been taken in released Ubuntu 11.04, with the latest Nautilus-Actions 3.1.2.

As you can see, when clicking on the desktop, the Nautilus-Actions actions normally appear in the submenu, and Nautilus-Actions submenu is normally displayed.

Please update to latest versions. 
If your behavior persists, please join your actions.

Regards
Pierre
Comment 2 Kyle Amadio 2011-05-07 10:45:40 UTC
Ok - great news - I have tried to get 3.1.2 installed in 11.04 but have failed with an error with libc6. I also tried compiling from source but ran into dependency issues,

How did you get it installed?
Comment 3 Pierre Wieser 2011-05-08 07:32:42 UTC
What sort of issues do you have encoutered ?

Nautilus-Actions 3.1.2 compiles rather easily even under Ubuntu 11.04, as long as the required dependancies have been installed.

In my fresh Ubuntu 11  (virtual) box, after the first update, I only have had to add: intltool, libgtk2.0-dev, libunique-dev, libdbus-glib-1-dev, libgconf2-dev, libgtop2-dev, libxml2-dev, uuid-dev, libnautilus-extension-dev.
Comment 4 Kyle Amadio 2011-05-08 08:59:01 UTC
Ok I have those dependencies installed - 

I ran ./configure that completed as follows: - I cannot find a make file...

Not sure what to execute next to start the actual compile...

Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking for pkg-config... /usr/bin/pkg-config
checking for GTK3... yes
checking for UNIQUE... no
warning: UNIQUE: condition unique-3.0 not satisfied
checking for GTK2... yes
checking for UNIQUE... yes
checking for DBUS... yes
checking for GCONF... yes
checking for GIO_UNIX... yes
checking for GMODULE... yes
checking for GLIB... yes
checking for GTOP... yes
checking for LIBXML... yes
checking for SM... yes
checking for UUID... yes
checking for NAUTILUS_EXTENSION... yes
checking for nautilus_menu_provider_get_toolbar_items... no
checking for gtkdoc-check... no
checking for gtkdoc-rebase... no
checking for gtkdoc-mkpdf... no
checking whether to build gtk-doc documentation... no
checking whether to build HTML manuals... no
checking whether to build PDF manuals... no
checking for default I/O provider on new actions... na-desktop
configure: installing plugin in /usr/lib/nautilus/extensions-2.0
checking whether enabling maintainer mode... no
checking for nautilus_menu_item_new in -lnautilus-extension... yes
checking for nautilus_menu_provider_emit_items_updated_signal... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating data/Makefile
config.status: creating data/actions/Makefile
config.status: creating data/exports/Makefile
config.status: creating data/gconf-schemas/Makefile
config.status: creating docs/Makefile
config.status: creating docs/nact/Makefile
config.status: creating docs/reference/Makefile
config.status: creating docs/reference/version.xml
config.status: creating m4/Makefile
config.status: creating icons/Makefile
config.status: creating icons/16x16/Makefile
config.status: creating icons/22x22/Makefile
config.status: creating icons/32x32/Makefile
config.status: creating icons/48x48/Makefile
config.status: creating icons/scalable/Makefile
config.status: creating src/Makefile
config.status: creating src/api/Makefile
config.status: creating src/core/Makefile
config.status: creating src/io-desktop/Makefile
config.status: creating src/io-gconf/Makefile
config.status: creating src/io-xml/Makefile
config.status: creating src/plugin-menu/Makefile
config.status: creating src/plugin-tracker/Makefile
config.status: creating src/nact/Makefile
config.status: creating src/test/Makefile
config.status: creating src/utils/Makefile
config.status: creating tools/Makefile
config.status: creating po/Makefile.in
config.status: creating src/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands


	Nautilus-Actions 3.1.2 configuration summary:

	Installation prefix             /usr/local
	Build system type               x86_64-unknown-linux-gnu
	Nautilus extensions directory   /usr/lib/nautilus/extensions-2.0
	Gtk+ version                    Gtk+ 2.0
	Default I/O provider            na-desktop
	Enable deprecated functions     no
	GConf enabled                   yes
	GConf schemas installation      enabled in $(sysconfdir)/gconf/schemas
	Maintainer mode                 disabled
	API Reference generation        disabled
	HTML User's Manuals generation  disabled
	PDF User's Manuals generation   disabled
Comment 5 Kyle Amadio 2011-05-08 09:29:19 UTC
Ok got that sorted

./configure
make
make install

The config about now says 3.1.2

I'll reboot and see if I can get the menus to appear
Comment 6 Kyle Amadio 2011-05-08 09:35:25 UTC
Ok good news - all good - sorry for the newbie stupid question - I now have Nautilus-Actions on the Context Menu

Thanks very much