I'm trying to use a software called "ShowMiiWads". This is a .NET-based application, and I have Mono 2.10 installed using Winetricks under my Wine (1.5.19) on my Ubuntu 12.10.
The program loads perfectly well, except there's a certain list of items,
as seen here, where I need to access a desired function by right-clicking one of the items, then select one of the options from the right-click menu that would supposedly pop up. The trouble is, the menu doesn't pop up.
I also tried to load the software using the version of Mono framework installed on my Ubuntu just to see if the right-click menu would pop up that way, using:
Code: Select all
$ mono filelocation/ShowMiiWads.exe
So anyways, is there anything I could do to fix that issue?