LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Getting a "normal" desktop at startup with Debian 12 (https://www.linuxquestions.org/questions/debian-26/getting-a-normal-desktop-at-startup-with-debian-12-a-4175726910/)

PaulExordium 07-13-2023 02:14 PM

Getting a "normal" desktop at startup with Debian 12
 
2 Attachment(s)
A Debian 12 installed system starts up with a "selection" desktop like in screen11.jpg. I would like it to start as screen2.jpg. What settings should I change?

michaelk 07-13-2023 05:43 PM

https://unix.stackexchange.com/quest...ction-at-login

Here is some information and a link to download the extension to disable activies overview. I have not tried to install the extension.

PaulExordium 07-14-2023 12:06 PM

The proposed extension installed on my system works as advertised. Thank you.
A less elegant but functional workaround is to use an autostart script as below, assuming that xdotool is already installed and that the x11 protocol is set (wayland disabled).

Code:

#!/bin/bash
xdotool key Escape
exit



All times are GMT -5. The time now is 10:00 AM.