You are not logged in.

#1 2013-04-27 11:41:08

broi
Member
From: Bosnia & Herzegovina
Registered: 2011-12-10
Posts: 127

[SOLVED]Display Manager crashes every second log out

Hi,
I got this problem for about 15-20 days and I did not wanted to post it to forum because I thought it's a bug in some package and it will be fixed by updates, but no, even everything is up to date now I still face this problem..

I use LXDM, but same problem persists on SLiM, so I guess nothing is actually wrong with the DM I use.
Also, when I log out for first time, it do not crash, but after relogin I realise some of _services_ stop, such as sound, and NetworkManager do not appear in Notification Area. (however, I can use Internet)
I also tried (secure) removing my whole ~/.config dir, but not solved.

When it crashes after the second log out, tty1 appears.

Thanks smile

Last edited by broi (2013-04-28 10:03:38)

Offline

#2 2013-04-27 13:50:26

jrussell
Member
From: Cape Town, South Africa
Registered: 2012-08-16
Posts: 510

Re: [SOLVED]Display Manager crashes every second log out

Have the same issue with lxdm and xfce4


bitcoin: 1G62YGRFkMDwhGr5T5YGovfsxLx44eZo7U

Offline

#3 2013-04-27 14:02:14

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,846
Website

Re: [SOLVED]Display Manager crashes every second log out


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#4 2013-04-27 15:31:01

broi
Member
From: Bosnia & Herzegovina
Registered: 2011-12-10
Posts: 127

Re: [SOLVED]Display Manager crashes every second log out

Thank you :$
I've found a workaround on the post you wrote:
https://bbs.archlinux.org/viewtopic.php?id=159958
which is adding

#!/bin/sh
#

# Kills all your processes when you log out.
killall --user $USER -TERM

# Sets the desktop background to solid grey.
xsetroot -solid "#323232"

# Kills PulseAudio
pax11publish -r

# Workaround to lxdm not deleting session since systemd 198-1
loginctl terminate-user user1 user2
systemctl restart lxdm

to

 /etc/lxdm/PostLogout 

Thanks again!

Offline

#5 2013-04-27 19:12:01

replabrobin
Member
Registered: 2010-05-06
Posts: 230

Re: [SOLVED]Display Manager crashes every second log out

I had the same problem with SLiM; not exactly sure what the cause is, but a quick fix is to add a Restart=always to the slim.service.

1) sudo copy /usr/lib/systemd/system/slim.service /etc/systemd/system
2) sudo vim  /etc/systemd/system and add the Restart=always to the [Service] section
3) sudo systemctl reenable slim.service

Offline

Board footer

Powered by FluxBB