Buttons do not work on duplicate plugins.

Bug #313736 reported by Malac
2
Affects Status Importance Assigned to Milestone
USP 2
Confirmed
High
Malac

Bug Description

When duplicate plugins are chosen the functions/launchers/buttons do not work except on one plugin.

Malac (malacusp)
Changed in usp2:
assignee: nobody → malacusp
importance: Undecided → Medium
status: New → Confirmed
Revision history for this message
Malac (malacusp) wrote :

Moved to high as this is the only main outstanding bug.
This may however be a python glade problem and un-fixable.
I will keep trying to find a solution in the mean time.

Changed in usp2:
importance: Medium → High
Revision history for this message
Malac (malacusp) wrote :

There is a workaround which involves copying the .py and .glade files to a new name.
Then edit the .py file and then do a search for the name of the file plus ".glade"
and replace it with the new filename.
So for example if you copied uspuser's files to uspuser1.py and uspuser1.glade
Then edited uspuser1.py and replaced the line:
self.gladefile = os.path.join( os.path.dirname( __file__ ), "uspuser.glade" )
with:
self.gladefile = os.path.join( os.path.dirname( __file__ ), "uspuser1.glade" )
Then you would end up with two copies that work.
You won't be able to configure different options for them however.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.