Using xinit instead of MDM - can't connect.

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
inersha

Using xinit instead of MDM - can't connect.

Post by inersha »

Hello there,

I've edited /etc/default/grub so that my computer boots directly to the console (instead of using the MDM display manager). I then run the xinit command to run the window manager of my choice.

I like to use nm-applet to connect to my wifi. I have no problems with connecting to wifi when I start a desktop environment using MDM, but I can't connect when I start the window manager using xinit.

What is the MDM display manager doing/running to allow wifi connections that I'm not doing when I run my window manager from xinit?

Here's my xinitrc file:

Code: Select all

#!/bin/sh

session=$1

if [ $session = "i3" ]
then
	exec i3
fi

if [ $session = "openbox" ]
then
	exec openbox
fi

if [ $session = "xfce" ]
then
	exec xfce4-session
fi
EDIT: Where can I find a list of the processes that are being run when I start a desktop environment using MDM?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Locked

Return to “Networking”