170. OSRPkgUI

Packages check UI

170.1. Authors

  • Johannes Buchhold <jbuch@suse.de>

170.2. Summary of Module Globals

List of Global Functions

  • EvalUserInput - Eval the user input.

  • Finish - Finish the dialog.

  • OSRPkgUI - Constructor- reset module settings.

  • OpenVerifyDialog - Open the main dialog depending on the values t_expert_mode (expert_mode).

  • ProtocolDialog - Show the detailed list of packages that failed to be verified, together with rpm -V output. User can review the errors and choose the packages to reinstall.

  • Reset - Reset all (not static) module settings.

  • update_missing_packages - update the item list of 'missing_packages' with the ones selected to reinstall by user during verification

List of Global Variables

170.3. Global Functions

170.3.1. EvalUserInput

Eval the user input.

Function parameters

  • string input

Return value

  • symbol

170.3.2. Finish

Finish the dialog.

Return value

  • void

170.3.3. OSRPkgUI

Constructor- reset module settings.

Return value

  • void

170.3.4. OpenVerifyDialog

Open the main dialog depending on the values t_expert_mode (expert_mode).

Function parameters

  • integer size_progress

  • string headline

  • boolean t_expert_mode

Return value

  • boolean

170.3.5. ProtocolDialog

Show the detailed list of packages that failed to be verified, together with rpm -V output. User can review the errors and choose the packages to reinstall.

Function parameters

  • list selected

Return value

  • list - packages that are selected for reinstallation

170.3.6. Reset

Reset all (not static) module settings.

Return value

  • void

170.3.7. update_missing_packages

update the item list of 'missing_packages' with the ones selected to reinstall by user during verification

Function parameters

  • list<list> item_list

  • boolean check

Return value

  • list<list>

170.4. Global Variables

170.4.1. expert_mode

If expert is activated.

170.5. Module Requirements

170.5.1. Module Imports

  • HTML
  • Label
  • OSRExecute
  • OSRLogFile
  • OSRMode
  • OSRPkgVerify
  • OSRPopup
  • OSRProgress
  • OSRSystem
  • Popup
  • Report

170.5.2. Module Includes