Univention Bugzilla – Attachment 10572 Details for
Bug 52454
univention-welcome-screen is not shown after system setup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
patch (text/plain), 1.03 KB, created by
Jürn Brodersen
on 2020-12-02 12:51:35 CET
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Jürn Brodersen
Created:
2020-12-02 12:51:35 CET
Size:
1.03 KB
patch
obsolete
>From f6a18de0a83e8b99da200151dc6cfcc6ac61fb30 Mon Sep 17 00:00:00 2001 >From: Jürn Brodersen <brodersen@univention.de> >Date: Fri, 27 Nov 2020 15:06:14 +0100 >Subject: fix uws after system setup > > >diff --git a/base/univention-bootsplash/univention-welcome-screen b/base/univention-bootsplash/univention-welcome-screen >index b2ae917a22..6c214ed877 100755 >--- a/base/univention-bootsplash/univention-welcome-screen >+++ b/base/univention-bootsplash/univention-welcome-screen >@@ -82,12 +82,25 @@ check_capabilities () { > fi > } > >-show_welcome_screen () { >+start_plymouthd () { > plymouthd > if ! plymouth --ping; then > echo "plymouthd not running. Do nothing and exit." > exit 1 > fi >+ for i in $(seq 30); do >+ plymouth --has-active-vt && break >+ sleep 1 >+ done >+ if ! plymouth --has-active-vt; then >+ echo "plymouth could not paint on active vt? Do nothing and exit." >+ plymouth quit >+ exit 1 >+ fi >+} >+ >+show_welcome_screen () { >+ start_plymouthd > echo "going to plymouth welcome screen mode..." > lang="${locale_default%%:*}" > if [ -n "$lang" ]; then
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 52454
: 10572