To Prevent the Splash Screen from Displaying When You Change Your Desktop Environment in Raspberry Pi

Asked 2 years ago, Updated 2 years ago, 75 views

Installing the current latest version of Raspbian will boot to a desktop environment called PIXEL.I wanted to change this to Xfce4.

# update-alternates --config x-window-manager

In , select /usr/bin/xfwm4,

# update-alternates --config x-session-manager

In , you selected /usr/bin/startxfce4.

Now that Xfce4 has been launched, the PIXEL splash screen appears during startup.

Enter a description of the image here

Welcome to PIXEL, but Xfce4 is actually starting.

How can I prevent this splash screen from appearing?

raspberry-pi raspbian x11

2022-09-30 14:02

1 Answers

Self-resolved.

The Raspbian startup configuration file /boot/cmdline.txt says splash and you were able to hide the splash screen by deleting it.

See
https://www.raspberrypi.org/blog/introducing-pixel/ #comment-1263848
↑ I found it in

Other related information was found when I searched "cmdline.txt splash" etc.


2022-09-30 14:02

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.