You are not logged in.
Pages: 1
I everybody ,
I would like to remove the bl-lock and replace it with i3lock but i can't find how to remove bl-lock .
Someone can help me ?
[MOD EDIT: Moved from "Scripts, Tutorials and Tips", which is not the place for Help requests ]
Last edited by damo (2015-11-24 15:02:57)
Offline
sudo apt-get purge light-locker && sudo apt-get --purge autoremove
I don't care what you do at home. Would you care to explain?
Offline
Thanks.
I omitted to speak about the lock when you start your computer , how to change it and what should i install to replace it?
Offline
The login screen packages are lightdm and lightdm-gtk-greeter. You can remove those entirely and use an ~/.xsession file instead if you wish...
https://wiki.debian.org/Xinitrc
I don't care what you do at home. Would you care to explain?
Offline
You can remove those entirely and use an ~/.xsession file instead if you wish...
https://wiki.debian.org/Xinitrc
Actually, as long as "openbox-session" is set as "x-session-manager" in /etc/alternatives then no ~/.xsession file is needed at all.
However, this line will have to be added to ~/.bash_profile (or ~/.zprofile for zsh users) to `startx` automatically after a console login:
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx
Offline
Cool, thanks for that. I suspected there was an easy way to continue using ~/.config/openbox/autostart but I didn't know how.
I don't care what you do at home. Would you care to explain?
Offline
sudo apt-get purge light-locker && sudo apt-get --purge autoremove
The login screen packages are lightdm and lightdm-gtk-greeter. You can remove those entirely...
Thank you.
Helped tidy things up after following this thread.
Offline
Pages: 1