ALT Linux Bugzilla
– Attachment 12219 Details for
Bug 44833
web-greeter thows an exception Widget: Must construct a QApplication before a QWidget
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
patch to fix an exeption
lightdm-webkit2-greeter-3.5.1-dia.patch (text/plain), 1.08 KB, created by
Sergey Markov
on 2023-01-07 15:26:19 MSK
(
hide
)
Description:
patch to fix an exeption
Filename:
MIME Type:
Creator:
Sergey Markov
Created:
2023-01-07 15:26:19 MSK
Size:
1.08 KB
patch
obsolete
>diff -uNbBw lightdm-webkit2-greeter-3.5.1/src/bridge/Greeter.py lightdm-webkit2-greeter-3.5.1-new/src/bridge/Greeter.py >--- lightdm-webkit2-greeter-3.5.1/src/bridge/Greeter.py >+++ lightdm-webkit2-greeter-3.5.1-new/src/bridge/Greeter.py >@@ -96,16 +96,7 @@ class Greeter(BridgeObject): > LightDMGreeter.connect_to_daemon_sync() > except GError as err: > logger.error(err) >- dia = Dialog( >- title = "An error ocurred", >- message = "Detected a problem that could interfere" \ >- " with the system login process", >- detail = f"LightDM: {err}\n" \ >- "You can continue without major problems, " \ >- "but you won't be able to log in", >- buttons = ["Okay"] >- ) >- dia.exec() >+ logger.warn("Detected a problem that could interfere with the system login process. You can continue without major problems, but you won't be able to log in") > > self._connect_signals() > self._determine_shared_data_directory_path()
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 44833
: 12219