Mageia Bugzilla – Attachment 10441 Details for
Bug 18053
mageiawelcome: remove dependency on webkit(1)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
write wekbit console messages to stdout
0001-write-wekbit-console-messages-to-stdout.patch (text/plain), 846 bytes, created by
Thierry Vignaud
on 2018-11-01 00:35:09 CET
(
hide
)
Description:
write wekbit console messages to stdout
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2018-11-01 00:35:09 CET
Size:
846 bytes
patch
obsolete
>From 0bdafbb8bb2bd1b0ab13f66d6b4f4a778f409d82 Mon Sep 17 00:00:00 2001 >From: Thierry Vignaud <thierry.vignaud@gmail.com> >Date: Thu, 1 Nov 2018 00:34:26 +0100 >Subject: [PATCH] write wekbit console messages to stdout > >--- > usr/share/mageiawelcome/webgui.py | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/usr/share/mageiawelcome/webgui.py b/usr/share/mageiawelcome/webgui.py >index e0b2c4b..6aa36eb 100644 >--- a/usr/share/mageiawelcome/webgui.py >+++ b/usr/share/mageiawelcome/webgui.py >@@ -80,6 +80,7 @@ def launch_browser(html, quit_function=None, echo=True): > window = Gtk.Window() > browser = implementation.create_browser() > settings = browser.get_settings() >+ settings.set_enable_write_console_messages_to_stdout(1) > browser.connect('context-menu', no_menu) > > box = Gtk.VBox(homogeneous=False, spacing=0) >-- >2.19.1 >
From 0bdafbb8bb2bd1b0ab13f66d6b4f4a778f409d82 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud <thierry.vignaud@gmail.com> Date: Thu, 1 Nov 2018 00:34:26 +0100 Subject: [PATCH] write wekbit console messages to stdout --- usr/share/mageiawelcome/webgui.py | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/share/mageiawelcome/webgui.py b/usr/share/mageiawelcome/webgui.py index e0b2c4b..6aa36eb 100644 --- a/usr/share/mageiawelcome/webgui.py +++ b/usr/share/mageiawelcome/webgui.py @@ -80,6 +80,7 @@ def launch_browser(html, quit_function=None, echo=True): window = Gtk.Window() browser = implementation.create_browser() settings = browser.get_settings() + settings.set_enable_write_console_messages_to_stdout(1) browser.connect('context-menu', no_menu) box = Gtk.VBox(homogeneous=False, spacing=0) -- 2.19.1
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 18053
:
7589
|
7590
| 10441 |
10442
|
10443
|
10444
|
11027