Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nemo-dropbox context menu entries without functions #13

Closed
orschiro opened this issue Dec 6, 2012 · 5 comments
Closed

nemo-dropbox context menu entries without functions #13

orschiro opened this issue Dec 6, 2012 · 5 comments

Comments

@orschiro
Copy link

orschiro commented Dec 6, 2012

Hello,

How can I trace back why the context menu entries do not provide any functionality?

  • Browse on Dropbox Website does not open the browser
  • Share link does nothing
  • View previous version does nothing

I am using the latest nemo and nemo-dropbox build from the git repo.

Regards,

Robert

@mtwebster
Copy link
Member

Something is not configured correctly - all of this is working fine for me. Try reinstalling?

@orschiro
Copy link
Author

orschiro commented Dec 6, 2012

That's what I already tried.

What functionality do you get when you click on the different entries?

@mtwebster
Copy link
Member

Browse on website opens browser,

Share link puts the web link in my clipboard

View previous version also opens the browser.

Could you do this:

from terminal,

nemo --quit
nemo

Then try to click dropbox menu items. Pastebin any output you get.

@orschiro
Copy link
Author

orschiro commented Dec 6, 2012

The following messages are from opening nemo. Clicking on the context menu entries did not produce a single message:

[orschiro@thinkpad ~]$ nemo --quit
[orschiro@thinkpad ~]$ nemo
Initializing nemo-dropbox 0.7.1

(nemo:4532): Gtk-WARNING **: Refusing to add non-unique action 'NemoDropbox::browse' to action group 'DirExtensionsMenuGroup'

(nemo:4532): Gtk-CRITICAL **: gtk_action_get_name: assertion `GTK_IS_ACTION (action)' failed

(nemo:4532): Gtk-CRITICAL **: gtk_action_get_name: assertion `GTK_IS_ACTION (action)' failed

(nemo:4532): Gtk-CRITICAL **: gtk_ui_manager_add_ui: assertion `name != NULL || type == GTK_UI_MANAGER_SEPARATOR' failed

(nemo:4532): Gtk-CRITICAL **: gtk_action_get_name: assertion `GTK_IS_ACTION (action)' failed

(nemo:4532): Gtk-CRITICAL **: gtk_action_get_name: assertion `GTK_IS_ACTION (action)' failed

(nemo:4532): Gtk-CRITICAL **: gtk_ui_manager_add_ui: assertion `name != NULL || type == GTK_UI_MANAGER_SEPARATOR' failed

(nemo:4532): Gtk-WARNING **: Refusing to add non-unique action 'NemoDropbox::shmodel' to action group 'DirExtensionsMenuGroup'

(nemo:4532): Gtk-CRITICAL **: gtk_action_get_name: assertion `GTK_IS_ACTION (action)' failed

(nemo:4532): Gtk-CRITICAL **: gtk_action_get_name: assertion `GTK_IS_ACTION (action)' failed

(nemo:4532): Gtk-CRITICAL **: gtk_ui_manager_add_ui: assertion `name != NULL || type == GTK_UI_MANAGER_SEPARATOR' failed

(nemo:4532): Gtk-CRITICAL **: gtk_action_get_name: assertion `GTK_IS_ACTION (action)' failed

(nemo:4532): Gtk-CRITICAL **: gtk_action_get_name: assertion `GTK_IS_ACTION (action)' failed

(nemo:4532): Gtk-CRITICAL **: gtk_ui_manager_add_ui: assertion `name != NULL || type == GTK_UI_MANAGER_SEPARATOR' failed

(nemo:4532): Gtk-WARNING **: Refusing to add non-unique action 'NemoDropbox::revisions' to action group 'DirExtensionsMenuGroup'

(nemo:4532): Gtk-CRITICAL **: gtk_action_get_name: assertion `GTK_IS_ACTION (action)' failed

(nemo:4532): Gtk-CRITICAL **: gtk_action_get_name: assertion `GTK_IS_ACTION (action)' failed

(nemo:4532): Gtk-CRITICAL **: gtk_ui_manager_add_ui: assertion `name != NULL || type == GTK_UI_MANAGER_SEPARATOR' failed

(nemo:4532): Gtk-CRITICAL **: gtk_action_get_name: assertion `GTK_IS_ACTION (action)' failed

(nemo:4532): Gtk-CRITICAL **: gtk_action_get_name: assertion `GTK_IS_ACTION (action)' failed

(nemo:4532): Gtk-CRITICAL **: gtk_ui_manager_add_ui: assertion `name != NULL || type == GTK_UI_MANAGER_SEPARATOR' failed
^C

@orschiro
Copy link
Author

orschiro commented Dec 8, 2012

I finally resolved the problem. It was related to the $BROWSER variable not being set.

export BROWSER=chromium now launches all context menu entries successfully in Chromium.

Regards,

Robert

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants