SignatureCheckDialogs.ycp |
|
This module has an unstable interface. |
Functions sets whether user want's to show the dialog again
- Parameters:
-
popup_type show_it popup_url
Function returns whether user want's to show the dialog (again). true is the default if nothing is set.
- Parameters:
-
popup_type popup_url
- Return value:
-
show the dialog
Function sets the default dialog return value for case when user selected "don't show again"
- Parameters:
-
popup_type default_return popup_url
Function returns the default popup return value for case when user selected "don't show again"
- Parameters:
-
popup_type popup_url
A semi-public helper. Convert the kernel parameter to the sysconfig string
- Return value:
-
sysconfig value: yes, yast, no
Should signatures be checked at all? Check a sysconfig variable (or a kernel parameter for the 1st installation stage).
- Return value:
-
do checking?
Function adds delimiter between after_chars characters in the string
- Parameters:
-
whattosplit delimiter after_chars
- Return value:
-
with delimiters
Returns term with message icon
- Parameters:
-
msg_type
- Return value:
-
`Image(...) with margins
Returns term of yes/no buttons
- Parameters:
-
default_button
- Return value:
-
with buttons
Returns 'true' (yes), 'false' (no) or 'nil' (cancel)
- Return value:
-
user input yes==true
Waits for user input and checks it agains accepted symbols. Returns the default symbol in case of `cancel (user closes the dialog).
- Parameters:
-
list_of_accepted default_symb
Used for unsiged file or package. Opens dialog asking whether user wants to use this unsigned item.
- Parameters:
-
item_type item_name dont_show_dialog_ident repository
- Return value:
-
use or don't use ('true' if 'yes')
Used for file or package on signed repository but without any checksum. Opens dialog asking whether user wants to use this item.
- Parameters:
-
item_type item_name dont_show_dialog_ident
- Return value:
-
use or don't use ('true' if 'yes')
Used for corrupted file or package. Opens dialog asking whether user wants to use this corrupted item.
- Parameters:
-
item_type item_name key repository
- Return value:
-
use or don't use ('true' if 'yes')
Used for file or package signed by unknown key.
- Parameters:
-
item_type item_name key_id dont_show_dialog_ident repoid
- Return value:
-
true if 'yes, use file'
List of trusted keys
- See
-
bugzilla #282254
Used for file or package signed by a public key. This key is still not listed in trusted keys.
- Parameters:
-
item_type item_name key
- Return value:
-
`key_import, `install, `skip
ImportGPGKeyDialog
- Parameters:
-
key
ImportUntrustedGPGKeyIntoTrustedDialog
- Parameters:
-
key repository
- Return value:
-
whether zypp should import the key into the keyring of trusted keys
Ask user to accept wrong digest
- Parameters:
-
filename Name of the file requested_digest Expected checksum found_digest Current checksum dont_show_dialog_ident Uniq ID for "don't show again"
- Return value:
-
true when user accepts the file
Ask user to accept a file with unknown checksum
- Parameters:
-
filename Name of the file digest Current checksum dont_show_dialog_ident Uniq ID for "don't show again"
- Return value:
-
true when user accepts the file