Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
mkimage-profiles
Commits
b443f9ca
Commit
b443f9ca
authored
Oct 25, 2018
by
Anton Midyukov
Committed by
Michael Shigorin
Oct 29, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new target use/x11/lxdm
lxdm - lightweight display manager for LXDE
parent
c71ff2a3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
40-x11-autologin
....in/x11-autologin/rootfs/image-scripts.d/40-x11-autologin
+14
-0
config.mk
features.in/x11/config.mk
+3
-0
No files found.
features.in/x11-autologin/rootfs/image-scripts.d/40-x11-autologin
View file @
b443f9ca
...
...
@@ -79,6 +79,20 @@ if [ -f "$GDM_CONF" ]; then
restore_later
"/etc/group"
fi
## lxdm autologin
LXDM_CONF
=
/etc/lxdm/lxdm.conf
if
[
-f
"
$LXDM_CONF
"
]
;
then
backup
"
$LXDM_CONF
"
sed
-i
-e
"s/
\#
autologin=dgod/autologin=
$USER
/"
\
"
$LXDM_CONF
"
backup
"/etc/group"
add_nopasswdlogin_group lxdm
||
:
restore_later
"
$LXDM_CONF
"
restore_later
"/etc/group"
fi
autologin_kdm
()
{
backup
"
$1
"
sed
-i
\
...
...
features.in/x11/config.mk
View file @
b443f9ca
...
...
@@ -93,6 +93,9 @@ use/x11/gdm2.20: use/x11-autostart
use/x11/sddm: use/x11-autostart
@$(call add,THE_PACKAGES,sddm)
use/x11/lxdm: use/x11-autostart
@$(call add,THE_PACKAGES,lxde-lxdm)
use/x11/icewm: use/x11
@$(call add,THE_LISTS,$(call tags,icewm desktop))
...
...
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