Cliff Zhao
517b9bb8f7
Update to version 0.9.3+git20180827.0a66272: Ensure tty is closed on deactivate, If plymouth doesn't get explicitly activated then when GDM tries to deactivate it, the deactivation request is a noop. OBS-URL: https://build.opensuse.org/request/show/631911 OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=199
48 lines
2.6 KiB
Diff
48 lines
2.6 KiB
Diff
From 9e69959ad2d7624936832421dfb0cd1fee47fefc Mon Sep 17 00:00:00 2001
|
|
From: Jan Engelhardt <jengelh@inai.de>
|
|
Date: Sun, 29 Jul 2012 20:38:50 +0200
|
|
Subject: [PATCH] Some greenish openSUSE colors
|
|
|
|
---
|
|
src/plugins/splash/text/plugin.c | 6 +++---
|
|
1 files changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
Index: plymouth-0.9.3+git20180807.7663b0c/src/plugins/splash/text/plugin.c
|
|
===================================================================
|
|
--- plymouth-0.9.3+git20180807.7663b0c.orig/src/plugins/splash/text/plugin.c 2018-08-07 17:41:15.000000000 +0200
|
|
+++ plymouth-0.9.3+git20180807.7663b0c/src/plugins/splash/text/plugin.c 2018-08-17 19:57:50.786263802 +0200
|
|
@@ -174,10 +174,10 @@ view_start_animation (view_t *view)
|
|
0x2e3436);
|
|
ply_terminal_set_color_hex_value (terminal,
|
|
PLY_TERMINAL_COLOR_WHITE,
|
|
- 0xffffff);
|
|
+ 0x40ff00);
|
|
ply_terminal_set_color_hex_value (terminal,
|
|
PLY_TERMINAL_COLOR_BROWN,
|
|
- 0x979a9b);
|
|
+ 0x106000);
|
|
|
|
ply_text_display_set_background_color (view->display,
|
|
PLY_TERMINAL_COLOR_BLACK);
|
|
Index: plymouth-0.9.3+git20180807.7663b0c/src/plugins/splash/tribar/plugin.c
|
|
===================================================================
|
|
--- plymouth-0.9.3+git20180807.7663b0c.orig/src/plugins/splash/tribar/plugin.c 2018-08-07 17:41:15.000000000 +0200
|
|
+++ plymouth-0.9.3+git20180807.7663b0c/src/plugins/splash/tribar/plugin.c 2018-08-17 19:57:50.786263802 +0200
|
|
@@ -177,13 +177,13 @@ view_start_animation (view_t *view)
|
|
0x000000);
|
|
ply_terminal_set_color_hex_value (terminal,
|
|
PLY_TERMINAL_COLOR_WHITE,
|
|
- 0xffffff);
|
|
+ 0x40ff00);
|
|
ply_terminal_set_color_hex_value (terminal,
|
|
PLY_TERMINAL_COLOR_BLUE,
|
|
- 0x0073B3);
|
|
+ 0x20a000);
|
|
ply_terminal_set_color_hex_value (terminal,
|
|
PLY_TERMINAL_COLOR_BROWN,
|
|
- 0x00457E);
|
|
+ 0x106000);
|
|
|
|
ply_text_display_set_background_color (view->display,
|
|
PLY_TERMINAL_COLOR_BLACK);
|