LoginSignup
1
1

More than 5 years have passed since last update.

ログインのデフォルトを変更したい

Last updated at Posted at 2015-09-18

ファイル場所

command
$ sudo gedit /etc/lightdm/lightdm.conf.d/10-xubuntu.conf 

でパスワードを入力するとデフォルトの状態だとgeditが起動して

10-xubuntu.conf
[SeatDefaults]
greeter-session=unity-greeter
user-session=ubuntu
autologin-user=

となっているはずなので

lightdm.conf
[SeatDefaults]
greeter-session=unity-greeter
user-session=xubuntu
autologin-user=オートログインしたいユーザー名

に変更する

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1