The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
0answers
27 views

Configure Lightdm (GTK) for last saved or a default user and focus on password?

I've looked at the man pages and the configuration files but found nothing (but maybe I'm missing something). I see only many options for autologin. From a few googles I've read that the KDE version ...
2
votes
0answers
35 views

Autostart all LightDM seats and show one as default

I configured a media-center server running Debian with LightDM, Leapcast and Plex. What I want to accomplish is the following. There should be three LightDM seats, one default seat on which I can ...
1
vote
2answers
58 views

Change lightdm background

Seen similar question many times on AskUbuntu, but most answers was bout unity-helpers or gconf ...canonical... etc, so this actually doesn't seem to work. The problem is that I decided to move to ...
1
vote
2answers
90 views

Run service after logging in on an X session

I am using Ubuntu 12.04. I want to automatically start a service after login with LightDM. This service is not meant to start on boot, but after X is initialized.
1
vote
1answer
240 views

Need to auto-login after logout on ubuntu

I've set up a kiosk using Ubuntu 12.04, and I'd like to have it autologin after a user logs out or if the screen locks, in case someone manages to get back to lightdm or tries to login to the ...
1
vote
1answer
206 views

Display dialog from pam_exec environment at login?

I'm using pam_exec to do some root tasks. They take some time, and I'd like to tell the user to wait a moment. I'm doing the tasks there, and not later, because I need: Root permissions To rsync ...
1
vote
3answers
152 views

Screwed up the lightdm.conf file, now what?

I screwed up the lightdm.conf file as superuser. What I was trying to do: I tried to insert a command (xbacklight -set 50) that sets my monitor brightness at the lightdm config file. Now when I start ...
4
votes
1answer
3k views

~/.xinitrc not being run

I am not able to run my ~/.xinitrc (~/.xsession) scripts when logging into my computer. I'm using Xubuntu 12.10 with vanilla lightgm as the login manager. Both these files have the right permission ...
1
vote
0answers
1k views

lightdm doesn't work after installing lightdm-unity-greeter on arch

I was using lightdm with the lightdm-gtk-greeter just fine, however I tried to install the unity greeter and now it shows me a black screen with a blinking cursor (I have to ctr+alt+1 and login ...
2
votes
1answer
4k views

Lightdm user session settings on Ubuntu

Lightdm is displayed properly but after entering a password and clicking login, I see the screen blink and lightdm window re-appears and asks to log in as if nothing happened. Configs user@laptop:~$ ...
4
votes
1answer
203 views

How do I get sound to work outside lightdm

If for whatever reason I sudo stop lightdm running on mint and just use a simple xinit session with mutter, is there some way I can get sound to work? Whenever I do that, it seems there's no sound.
2
votes
1answer
374 views

What are the commands to logout and shutdown with a session manager?

I decided to write my own DE using these instructions here it worked and I can login however I didn't use a panel so I don't have a logout button or a session manager. I've decided to write my own ...
5
votes
1answer
404 views

Does restarting of Display Manager (e.g lightdm) restart X server as well?

If I restart the Display Manager, e.g lightdm, will X be restarted as well ?
1
vote
1answer
515 views

LightDM shows a black screen in my Arch Guest VM

I'm trying to get LightDM to work but for some reason it just shows up a black screen when I get to the user selection screen, GDM works fine though. I followed the ArchWiki doc and it's strange ...
3
votes
3answers
7k views

Lightdm won't start automatically on boot

Every time I boot my PC Ubuntu keeps dropping me to TTY 1 where I have to log in and then do sudo lightdm start just to log in again, which is very annoying I have already tried removing and ...
2
votes
1answer
3k views

ubuntu like lightdm in arch linux

I have just installed archlinux on a virtual machine and I managed to install lightdm by following the instructions given in https://wiki.archlinux.org/index.php/LightDM ...
2
votes
3answers
3k views

Locking the screen via CLI?

Is there any way that I can lock the screen CLI-style? I'm trying to target as many desktop managers as possible (mostly LightDM, but GDM, KDM, SLiM, XScreensaver, etc. would be great too), but I can ...