Re: BullsEye Mate Auto Login

2022-12-02 Thread john doe

On 12/2/22 22:50, K0LNY_Glenn wrote:

Hi,
I did some looking on-line for the answer, because in Mate, I could not find
the login options, like I've done with Ubuntu.
I want the system to auto login to the desktop.
What I found stated to edit a couple lines in the file:


URL of what you've found would be useful.


/etc/lightdm/lightdm.conf


Assuming that it's not working, we will need to see  that modified file.

--
John Doe



BullsEye Mate Auto Login

2022-12-02 Thread K0LNY_Glenn
Hi,
I did some looking on-line for the answer, because in Mate, I could not find 
the login options, like I've done with Ubuntu.
I want the system to auto login to the desktop.
What I found stated to edit a couple lines in the file:
/etc/lightdm/lightdm.conf
So I made the auto login changes with the user name, but it still prompts 
for login.
Does anyone know where to find this in Mate?
I went into control center, I think it's called, but found nothing for this 
there.
Thanks.



Re: Auto login

2020-06-15 Thread Vojtěch šmiro

Hello,

I know, I've did it with lightdm.conf.d and it works successfully.

thanks a lot.

Best regards

Vojta.

Alex ARNAUD napsal(a):
I personally advise you to not edit the lightdm.conf file because it 
will create you configuration question at upgrade.


On Hypra, we're creating the file 
/etc/lightdm/lightdm.conf.d/90_my-autologin.conf with the following 
content:

[SeatDefaults]
autologin-user=YOURUSERNAME

Be careful as said by Raphaël, if you make mistake the graphical user 
interface wouldn't start.


Best regards.

Le 14/06/2020 à 18:32, Jean-Philippe MENGUAL a écrit :
Yes you can. In /etc/lightdm/lightdm.conf, just uncomment 
autologin-user= line and add, after =, your username (login). Be 
careful, if you dont set it properly, you probably need to fix via 
the tty interface.


Regards



Jean-Philippe MENGUAL
Debian Developer non uploading
Community team member
Accessibility team member
debian-l10n-french team member
President of Debian France non-profit organization
Le 14/06/2020 à 17:14, Vojtěch šmiro a écrit :

Hello,

is some way to not to write password after startup? I would like to 
login without password. Is it possible?


Thanks a lot.

Best regards

Vojta.









Re: Auto login

2020-06-15 Thread Alex ARNAUD
I personally advise you to not edit the lightdm.conf file because it 
will create you configuration question at upgrade.


On Hypra, we're creating the file 
/etc/lightdm/lightdm.conf.d/90_my-autologin.conf with the following content:

[SeatDefaults]
autologin-user=YOURUSERNAME

Be careful as said by Raphaël, if you make mistake the graphical user 
interface wouldn't start.


Best regards.

Le 14/06/2020 à 18:32, Jean-Philippe MENGUAL a écrit :
Yes you can. In /etc/lightdm/lightdm.conf, just uncomment 
autologin-user= line and add, after =, your username (login). Be 
careful, if you dont set it properly, you probably need to fix via the 
tty interface.


Regards



Jean-Philippe MENGUAL
Debian Developer non uploading
Community team member
Accessibility team member
debian-l10n-french team member
President of Debian France non-profit organization
Le 14/06/2020 à 17:14, Vojtěch šmiro a écrit :

Hello,

is some way to not to write password after startup? I would like to 
login without password. Is it possible?


Thanks a lot.

Best regards

Vojta.







Re: Auto login

2020-06-14 Thread Vojtěch šmiro
Yes, I've wrote it. But it didn't work. My friend played with that and 
he did somw work and it works. He did this:

1. He opened terminal.
He wrote:
sudo caja
he wrote password and pressed backspace twice to go to the / folder. 
After that he went to the ETC folder and found Lightdm folder. In that 
folder he made the folder Lightdm.conf.d and went in that.
It isn't necessary to make this folder in all computers, sometimes the 
folder exists.

In this folder make new file for example
90_jessie-autologin.conf
Open the file.
Write in that
[SeatDefaults]
autologin-user=Jessie
Save with CTRL S and close everything. Restart and all is OK.

Best regards

Vojta.

Raphaël POITEVIN napsal(a):

Vojtěch šmiro  writes:

It doesn't work.

I've wrote
autologin-user=username

username is your user name.




Jean-Philippe MENGUAL napsal(a):
Yes you can. In /etc/lightdm/lightdm.conf, just uncomment 
autologin-user= line and add, after =, your username (login). Be 
careful, if you dont set it properly, you probably need to fix via the 
tty interface.


Regards



Jean-Philippe MENGUAL
Debian Developer non uploading
Community team member
Accessibility team member
debian-l10n-french team member
President of Debian France non-profit organization
Le 14/06/2020 à 17:14, Vojtěch šmiro a écrit :

Hello,

is some way to not to write password after startup? I would like to 
login without password. Is it possible?


Thanks a lot.

Best regards

Vojta.







Re: Auto login

2020-06-14 Thread Raphaël POITEVIN
Vojtěch šmiro  writes:
> It doesn't work.
>
> I've wrote
> autologin-user=username

username is your user name.
-- 
Raphaël
www.leclavierquibave.fr



Re: Auto login

2020-06-14 Thread Vojtěch šmiro

Yes, it is. I will test it again, in other systems and write.

Thanks a lot for all.

Best regards

Vojta.

Jean-Philippe MENGUAL napsal(a):

Are you sure the line is uncommented, so without # at the beginning?

Is your login step done via a graphical interface?


Logo Hypra JEAN-PHILIPPE MENGUAL
DIRECTEUR TECHNIQUE ET QUALITÉ
28, rue de la chapelle, 75018, Paris
Tel : +339 72 49 76 75 

supp...@hypra.fr 
www.hypra.fr 
Facebook Hypra  Twitter Hypra
 Linkedin Jean-Philippe




Le 14/06/2020 à 20:03, Vojtěch šmiro a écrit :

It doesn't work.

I've wrote
autologin-user=username
but it doesn't work. Where did I mistake?

Thanks a lot.

Best regards

Vojta.

Jean-Philippe MENGUAL napsal(a):
Yes you can. In /etc/lightdm/lightdm.conf, just uncomment 
autologin-user= line and add, after =, your username (login). Be 
careful, if you dont set it properly, you probably need to fix via 
the tty interface.


Regards



Jean-Philippe MENGUAL
Debian Developer non uploading
Community team member
Accessibility team member
debian-l10n-french team member
President of Debian France non-profit organization
Le 14/06/2020 à 17:14, Vojtěch šmiro a écrit :

Hello,

is some way to not to write password after startup? I would like to 
login without password. Is it possible?


Thanks a lot.

Best regards

Vojta.











Re: Auto login

2020-06-14 Thread Jean-Philippe MENGUAL

Are you sure the line is uncommented, so without # at the beginning?

Is your login step done via a graphical interface?


Logo Hypra  JEAN-PHILIPPE MENGUAL
DIRECTEUR TECHNIQUE ET QUALITÉ
28, rue de la chapelle, 75018, Paris
Tel : +339 72 49 76 75 

supp...@hypra.fr 
www.hypra.fr 
Facebook Hypra  Twitter Hypra
 Linkedin Jean-Philippe




Le 14/06/2020 à 20:03, Vojtěch šmiro a écrit :

It doesn't work.

I've wrote
autologin-user=username
but it doesn't work. Where did I mistake?

Thanks a lot.

Best regards

Vojta.

Jean-Philippe MENGUAL napsal(a):
Yes you can. In /etc/lightdm/lightdm.conf, just uncomment 
autologin-user= line and add, after =, your username (login). Be 
careful, if you dont set it properly, you probably need to fix via the 
tty interface.


Regards



Jean-Philippe MENGUAL
Debian Developer non uploading
Community team member
Accessibility team member
debian-l10n-french team member
President of Debian France non-profit organization
Le 14/06/2020 à 17:14, Vojtěch šmiro a écrit :

Hello,

is some way to not to write password after startup? I would like to 
login without password. Is it possible?


Thanks a lot.

Best regards

Vojta.









Re: Auto login

2020-06-14 Thread Vojtěch šmiro

It doesn't work.

I've wrote
autologin-user=username
but it doesn't work. Where did I mistake?

Thanks a lot.

Best regards

Vojta.

Jean-Philippe MENGUAL napsal(a):
Yes you can. In /etc/lightdm/lightdm.conf, just uncomment 
autologin-user= line and add, after =, your username (login). Be 
careful, if you dont set it properly, you probably need to fix via the 
tty interface.


Regards



Jean-Philippe MENGUAL
Debian Developer non uploading
Community team member
Accessibility team member
debian-l10n-french team member
President of Debian France non-profit organization
Le 14/06/2020 à 17:14, Vojtěch šmiro a écrit :

Hello,

is some way to not to write password after startup? I would like to 
login without password. Is it possible?


Thanks a lot.

Best regards

Vojta.







Re: Auto login

2020-06-14 Thread Jean-Philippe MENGUAL
Yes you can. In /etc/lightdm/lightdm.conf, just uncomment 
autologin-user= line and add, after =, your username (login). Be 
careful, if you dont set it properly, you probably need to fix via the 
tty interface.


Regards



Jean-Philippe MENGUAL
Debian Developer non uploading
Community team member
Accessibility team member
debian-l10n-french team member
President of Debian France non-profit organization
Le 14/06/2020 à 17:14, Vojtěch šmiro a écrit :

Hello,

is some way to not to write password after startup? I would like to 
login without password. Is it possible?


Thanks a lot.

Best regards

Vojta.





Re: Auto login

2020-06-14 Thread Vojtěch šmiro

Hello,

I don't know. I have Mate version and I didn't install or remove nothing.

Best regards

Vojta.

Raphaël POITEVIN napsal(a):

Hello,

Which session manager do you use?

Regards,

Vojtěch šmiro  writes:


Hello,

is some way to not to write password after startup? I would like to
login without password. Is it possible?

Thanks a lot.

Best regards

Vojta.




Re: Auto login

2020-06-14 Thread Raphaël POITEVIN
Hello,

Which session manager do you use?

Regards,

Vojtěch šmiro  writes:

> Hello,
>
> is some way to not to write password after startup? I would like to
> login without password. Is it possible?
>
> Thanks a lot.
>
> Best regards
>
> Vojta.



Auto login

2020-06-14 Thread Vojtěch šmiro

Hello,

is some way to not to write password after startup? I would like to 
login without password. Is it possible?


Thanks a lot.

Best regards

Vojta.