Displaying 2 results from an estimated 2 matches for "pluginclass".
2006 Jul 26
4
Execute code when an inheritance happens, or disabling STI
I am trying to inherit from a ActiveRecord class defined in a plugin.
The problem is that ActiveRecord thinks I am doing an STI and is looking
up a table that doesn''t exist.
Currently, I have a method in the parent class that looks like this:
def self.fix_table_name
class_eval do
set_table_name(Inflector.tableize(self.to_s))
end
end
The problem is that this method
2008 Oct 29
1
winedoors and starmenu
...winedoors and steam and then reboot my computer my startmenu is broken.
The field to the right in the menu looks like this....
Could not load module: applications
Traceback (most recent call last):
File "/usr/lib/linuxmint/mintMenu/mintMenu.py", line 229, in PopulatePlugins
MyPlugin = X.pluginclass( self, self.toggle )
File "/usr/lib/linuxmint/mintMenu/plugins/applications.py", line 205, in __init__
mymenu = Menu( mainitems )
File "/usr/lib/linuxmint/mintMenu/plugins/applications.py", line 80, in __init__
self.directory = xdg.Menu.parse( menu )
File "/usr/lib/linux...