Bug 44775

Summary: Некорректная работа howdy-gtk-auth
Product: Sisyphus Reporter: Nikita Obukhov <nickf>
Component: howdy-gtkAssignee: Leontiy Volodin <lvol>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: lvol
Version: unstable   
Hardware: x86_64   
OS: Linux   
Attachments:
Description Flags
howdy-gtk-auth none

Description Nikita Obukhov 2022-12-30 13:38:55 MSK
Created attachment 12185 [details]
howdy-gtk-auth

Образ: alt-kworkstation-10.1-install-x86_64.iso
Ноутбук: HP ENVY x360 Convertible 15-bp0xx (с ик-камерой)
Версия howdy-gtk: 3.0.0-alt5.beta1.git943f1e1

После запуска howdy-gtk-auth появляется окно с надписью Loading...
После этого ничего больше не происходит. (скрин howdy-gtk-auth.png)
В логах следующее:
$ sudo howdy-gtk-auth
/usr/bin/howdy-gtk-auth:81: DeprecationWarning: Gdk.Screen.get_width is deprecated
self.move((screen.get_width() / 2) - (windowWidth / 2), 0)
/usr/bin/howdy-gtk-auth:90: PyGIDeprecationWarning: GObject.timeout_add is deprecated; use GLib.timeout_add instead
gobject.timeout_add(100, self.catch_stdin)

/usr/bin/howdy-gtk-auth:151: PyGIDeprecationWarning: GObject.timeout_add is deprecated; use GLib.timeout_add instead
gobject.timeout_add(10, self.catch_stdin)
Comment 1 Repository Robot 2023-01-09 17:46:49 MSK
howdy-3.0.0-alt6.beta1.git943f1e1 -> sisyphus:

 Mon Jan 09 2023 Leontiy Volodin <lvol@altlinux> 3.0.0-alt6.beta1.git943f1e1
 - Fixed howdy-gtk startup again instead howdy-gtk-auth (ALT #44775).