pyfa-org / Pyfa

Python fitting assistant, cross-platform fitting tool for EVE Online
GNU General Public License v3.0
1.6k stars 406 forks source link

Resistances cannot be changed in the Fit Graphs under AppImage #2432

Closed maiklooper closed 2 years ago

maiklooper commented 2 years ago

Bug Report

Under the exe file you could change the resist mode of ships on which you project the damage of other ships this option seems not to be there in the AppImage file.

Expected behavior:

pyfa_exe

Actual behavior:

pyfa_appImage

Detailed steps to reproduce:

You can reproduce that with any fit:

  1. Open a fit
  2. Go to "Fit" --> "Graphs" or press "Strg+G"
  3. Open a currently open fit in the list where it says "[...] to have the your fit graphed against it"
  4. Right click the fit in the right list and look at the options (like "Target Profile")
  5. The "Resist Mode" option is missing in the AppImage file

Fits involved in EFT format (Edit > To Clipboard > EFT):

any fit works

Release or development git branch? Please note the release version or commit hash:

Operating system and version (eg: Windows 10, OS X 10.9, OS X 10.11, Ubuntu 16.10):

Linux Mint 20.1 Cinnamon

Other relevant information:

blitzmann commented 2 years ago

hrm, that's very interesting, There shouldn't be anything restricting that menu from showing up in the linux build unless

Is it for all fits? Can you post the specific fit you're using? Are you using the ALL 5 character?

fonsuiplaysvideogames commented 2 years ago

Make sure the "Ignore Target Resists" option in the little burger menu on the graphs dialogue box is unchecked; when this option is checked, it removes the "Resist Mode" submenu: image image image

maiklooper commented 2 years ago

The "Ignore Target Resists" option worked. Thank you