You are not logged in.
Good morning , I would like to know if it is possible to start bunslab LightDM without entering my username and password from the terminal and then starting it with the command startx :
I have to uninstall lightdm ?
I can keep it by disabling something ?
risks that entails ?
Thank you
Nothing happens by chance
Offline
Bentornato.
/etc/lightdm/lightdm.conf
...
117 autologin-user=fvirgola80
...
reboot
Last edited by unklar (2016-03-18 12:46:36)
Offline
I have to uninstall lightdm ?
I can keep it by disabling something ?
risks that entails ?
You can use systemd to disable the lightdm service - there are a couple threads in these forums about how to do that and set up a console login. Just a couple commands, but I can't think of them off the top of my head.
No risks that I am aware of.
You must unlearn what you have learned.
-- yoda
Online
Bentornato.
/etc/lightdm/lightdm.conf ... 117 autologin-user=fvirgola80 ...
reboot
Hello unklar , you say you change the lightdm.conf file at line 117 with username and restarting find the console terminal and I start with startx ?
Nothing happens by chance
Offline
I have to uninstall lightdm ?
I can keep it by disabling something ?
risks that entails ?You can use systemd to disable the lightdm service - there are a couple threads in these forums about how to do that and set up a console login. Just a couple commands, but I can't think of them off the top of my head.
No risks that I am aware of.
Hello PackRat , could tell me the links thanks
Last edited by fvirgola80 (2016-03-18 16:58:39)
Nothing happens by chance
Offline
Well... there's no risk if you're the only one who has access to your computer.
"I have not failed, I have found 10,000 ways that will not work" -Edison
Offline
Well... there's no risk if you're the only one who has access to your computer.
^ this - maybe I misunderstood what you're actually trying to do. Are you trying to disable lightdm and auto-login from the console with startx, or just disable lightdm?
Last edited by PackRat (2016-03-18 16:27:35)
You must unlearn what you have learned.
-- yoda
Online
Well... there's no risk if you're the only one who has access to your computer.
^ this - maybe I misunderstood what you're actually trying to do. Are you trying to disable lightdm and auto-login from the console with startx, or just disable lightdm?
What I would do and dibalitare lightdm have no login car .... but I have to be me to enter my username and password from the console and type startx to start openbox bunsenlab
Nothing happens by chance
Offline
Well... there's no risk if you're the only one who has access to your computer.
I try Horizon_Brave
Thank you
Nothing happens by chance
Offline
unklar wrote:Bentornato.
/etc/lightdm/lightdm.conf ... 117 autologin-user=fvirgola80 ...
reboot
Hello unklar , you say you change the lightdm.conf file at line 117 with username and restarting find the console terminal and I start with startx ?
Nope, this just means that you login without typing your password. You do not use startx...
If you want to use startx, then do this: (In terminal)
sudo geany /etc/X11/default-display-manager
Comment out lightdm by making it look like this:
#/usr/sbin/lightdm
Save the file and reboot. Now you will have to enter your username and password in console terminal, and enter "startx" to launch X.
Regards Spacex(EW)
"If you have any trouble sounding condescending, find a UNIX user to show you how it's done." — Scott Adams, Dilbert Cartoonist
Offline
....
Save the file and reboot. Now you will have to enter your username and password in console terminal, and enter "startx" to launch X.
But then the `bl-user-setup` script wouldn't run. I've never tried it myself, but don't you have to set up `~/.Xinitrc` or `~/.profile` as well?
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
but don't you have to set up `~/.Xinitrc` or `~/.profile` as well?
No, as long as "openbox-session" is set as x-session-manager in /etc/alternatives (as it is in BL) then the openbox autostart script will be parsed and the xdg stuff should be autostarted just as with LightDM.
Rather than editing Xorg system configuration files, use:
sudo systemctl set-default multi-user.target
to set a console login (as pointed out by @el_koraco in the linked thread) and use:
sudo systemctl set-default graphical.target
to return to a display manager login.
Offline
Hello Guys I settled with the consgilio of Head_on_a_Stick thanks a lot to all of you by excellent ..
Nothing happens by chance
Offline
u
fvirgola80 wrote:unklar wrote:Bentornato.
/etc/lightdm/lightdm.conf ... 117 autologin-user=fvirgola80 ...
reboot
Hello unklar , you say you change the lightdm.conf file at line 117 with username and restarting find the console terminal and I start with startx ?
Nope, this just means that you login without typing your password. You do not use startx...
If you want to use startx, then do this: (In terminal)
sudo geany /etc/X11/default-display-manager
Comment out lightdm by making it look like this:
#/usr/sbin/lightdm
Save the file and reboot. Now you will have to enter your username and password in console terminal, and enter "startx" to launch X.
thank you so much
Nothing happens by chance
Offline
spacex wrote:....
Save the file and reboot. Now you will have to enter your username and password in console terminal, and enter "startx" to launch X.
But then the `bl-user-setup` script wouldn't run. I've never tried it myself, but don't you have to set up `~/.Xinitrc` or `~/.profile` as well?
thank you so much
Nothing happens by chance
Offline
damo wrote:but don't you have to set up `~/.Xinitrc` or `~/.profile` as well?
No, as long as "openbox-session" is set as x-session-manager in /etc/alternatives (as it is in BL) then the openbox autostart script will be parsed and the xdg stuff should be autostarted just as with LightDM.
Rather than editing Xorg system configuration files, use:
sudo systemctl set-default multi-user.target
to set a console login (as pointed out by @el_koraco in the linked thread) and use:
sudo systemctl set-default graphical.target
to return to a display manager login.
thank you so much
Nothing happens by chance
Offline
[SOLVED] How to start bunselab without LightDM
Nothing happens by chance
Offline
[SOLVED] How to start bunselab without LightDM
I've edited the title of your first post for you
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
fvirgola80 wrote:[SOLVED] How to start bunselab without LightDM
I've edited the title of your first post for you
thank you so much wink wink
Nothing happens by chance
Offline
damo wrote:but don't you have to set up `~/.Xinitrc` or `~/.profile` as well?
No, as long as "openbox-session" is set as x-session-manager in /etc/alternatives (as it is in BL) then the openbox autostart script will be parsed and the xdg stuff should be autostarted just as with LightDM.
Rather than editing Xorg system configuration files, use:
sudo systemctl set-default multi-user.target
to set a console login (as pointed out by @el_koraco in the linked thread) and use:
sudo systemctl set-default graphical.target
to return to a display manager login.
there's still one thing I want to ask you .... if not I press start sending with the headboard text stops at a point .... since I get sent the debian version 8 name and then the name of the pc with the two punti..la my question is there a way to not give as often send ?
Thank you
Last edited by fvirgola80 (2016-03-19 18:09:11)
Nothing happens by chance
Offline