Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Config
Commits
6c6947f2
Unverified
Commit
6c6947f2
authored
Feb 10, 2019
by
Igor Pečovnik
Committed by
GitHub
Feb 10, 2019
Browse files
bugfix
parent
2b986989
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian-config-functions
View file @
6c6947f2
...
@@ -666,6 +666,8 @@ function configure_desktop ()
...
@@ -666,6 +666,8 @@ function configure_desktop ()
echo
"autologin-user-timeout=0"
>>
/etc/lightdm/lightdm.conf.d/22-armbian-autologin.conf
echo
"autologin-user-timeout=0"
>>
/etc/lightdm/lightdm.conf.d/22-armbian-autologin.conf
echo
"user-session=xfce"
>>
/etc/lightdm/lightdm.conf.d/22-armbian-autologin.conf
echo
"user-session=xfce"
>>
/etc/lightdm/lightdm.conf.d/22-armbian-autologin.conf
ln
-s
/lib/systemd/system/lightdm.service /etc/systemd/system/display-manager.service
>
/dev/null 2>&1
ln
-s
/lib/systemd/system/lightdm.service /etc/systemd/system/display-manager.service
>
/dev/null 2>&1
# fix permissions
chown
-R
${
CHOSEN_USER
}
:
${
CHOSEN_USER
}
/home/
${
CHOSEN_USER
}
/.
service lightdm start
>
/dev/null 2>&1
service lightdm start
>
/dev/null 2>&1
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment