Bug 48543

Summary: Ошибка при нажатии кнопки Назад
Product: Sisyphus Reporter: Evgeny Shesteperov <alimektor>
Component: howdyAssignee: Leontiy Volodin <lvol>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: lvol
Version: unstable   
Hardware: x86_64   
OS: Linux   

Description Evgeny Shesteperov 2023-11-22 11:37:51 MSK
Версия

-   howdy-3.0.0-alt10.beta1.gitc5b1766

Шаги воспроизведения

Установить Howdy GTK, убедиться, что модели не созданы, запустить Howdy
GTK:

    # apt-get install -y howdy-gtk
    # rm -rf /etc/howdy/models
    # howdy-gtk --user test

Нажать кнопку Отмена.

Ожидаемый результат: выход из программы.

Фактический результат: ошибка в терминале
TypeError: exit() missing 1 required positional argument: 'context'.
Comment 1 Repository Robot 2023-12-05 15:03:34 MSK
howdy-3.0.0-alt11.beta1.gitc5b1766 -> sisyphus:

 Tue Dec 05 2023 Anton Golubev <golubevan@altlinux> 3.0.0-alt11.beta1.gitc5b1766
 - howdy-gtk: Add default args to exit functions (ALT #48543)
 - Don't pkexec if already root
 - Handle the case if there are no cameras via except (ALT #48544)
 - Show real camera ID in the 'Video' tab (ALT #48542)
 - Don't add a model if the user list is empty (ALT #48529)
 - More correct preview when stretching the window (ALT #48527)
 - Remove reading of non-existent '_variables' file (ALT #48500)
 - Update the container when the slide changes (ALT #48502)
 - Also use PKEXEC_UID to get username (ALT #48503)