Bug 44775 - Некорректная работа howdy-gtk-auth
Summary: Некорректная работа howdy-gtk-auth
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: howdy-gtk (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Leontiy Volodin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-30 13:38 MSK by Nikita Obukhov
Modified: 2023-01-09 17:46 MSK (History)
1 user (show)

See Also:


Attachments
howdy-gtk-auth (143.68 KB, image/png)
2022-12-30 13:38 MSK, Nikita Obukhov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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).