Removing and unwanted item from caja's context menu

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
thorx89

Removing and unwanted item from caja's context menu

Post by thorx89 »

Hi,
I don't know how, but I somehow ended up with an 'alien' item in my caja's context menu.
It consists of a submenu named Foox that contains and item called Barxx.
Clicking on it does nothing (no process gets run, even).

Any ideas on how it got there and how to get rid of it?

Additional info: neither of the two strings can be found in neither the caja binary nor mateconf-editor; nautilus doesn't have it
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
gavinmh

Re: Removing and unwanted item from caja's context menu

Post by gavinmh »

I also have noticed this context menu recently in Caja on Mint 13, and am interested in removing it.
rommelsousa

Re: Removing and unwanted item from caja's context menu

Post by rommelsousa »

Same thing here.
gavinmh

Re: Removing and unwanted item from caja's context menu

Post by gavinmh »

bump
bradtimmyjon

Re: Removing and unwanted item from caja's context menu

Post by bradtimmyjon »

Agree. Same thing here. Perhaps we should post this as a bug, but I don't know how to begin to do that either. :?
gribabas

Re: Removing and unwanted item from caja's context menu

Post by gribabas »

Mint 14
Same thing
skunkarific
Level 3
Level 3
Posts: 107
Joined: Sun Dec 27, 2009 7:08 pm

Re: Removing and unwanted item from caja's context menu

Post by skunkarific »

ditto
hairybiker
Level 4
Level 4
Posts: 204
Joined: Mon Nov 03, 2008 12:16 pm

Re: Removing and unwanted item from caja's context menu

Post by hairybiker »

I know this is an old thread but I just got this "issue"
Found the problem, it is because insync has been instaleld.

Code: Select all

  def get_background_items(self, window, file):
    ## when is this called?
    print('get get_background_items', file)
    top_menuitem = caja.MenuItem('ExampleMenuProvider::Foo', 'Foox', '')
    submenu = caja.Menu()
    top_menuitem.set_submenu(submenu)
    sub_menuitem = caja.MenuItem('ExampleMenuProvider::Bar', 'Barxx', '')
    submenu.append_item(sub_menuitem)
    return top_menuitem
You can remove the whole section.
This is part of insync-caja-plugin.py.
Doesn't do anything and is just a nuciance.
Locked

Return to “MATE”