Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
Obarun Install Themes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eric Vidal
Obarun Install Themes
Commits
bb4cb3e9
Commit
bb4cb3e9
authored
4 years ago
by
Eric Vidal
Browse files
Options
Downloads
Patches
Plain Diff
configure xinitrc command line
parent
cdfb0636
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
xfce4/customizeChroot
+9
-7
9 additions, 7 deletions
xfce4/customizeChroot
with
9 additions
and
7 deletions
xfce4/customizeChroot
+
9
−
7
View file @
bb4cb3e9
...
...
@@ -88,6 +88,15 @@ config_66(){
oblog
"Enable boot-user@
${
NEWUSER
}
at boot-user tree"
66-enable
-zv3
-t
${
NEWUSER
}
-session
-C
-F
boot-user@
${
NEWUSER
}
||
die
"unable to enable boot-user@
${
NEWUSER
}
service"
BOOT_USER
=
"
$(
readlink
/etc/66/conf/boot-user@
${
NEWUSER
}
/version
)
"
BOOT_USER
=
"
${
BOOT_USER
}
/boot-user@
${
NEWUSER
}
"
oblog
"Configure boot-user@
${
NEWUSER
}
service"
sed
-i
"s:^DESKTOP_CMDLINE.*
$:
DESKTOP_CMDLINE=
\!
xfce4-session:"
${
BOOT_USER
}
||
die
"unable to set DESKTOP_CMDLINE"
oblog
"Apply change to the boot-user@{NEWUSER} service"
66-enable
-zv3
-t
${
NEWUSER
}
-session
-F
boot-user@
${
NEWUSER
}
||
die
"unable to apply
${
NEWUSER
}
-session changes"
oblog
"Create tree graphics for
${
NEWUSER
}
, enables and makes it current"
su
"
${
NEWUSER
}
"
-c
"66-tree -zv3 -Ecn graphics"
||
die
"unable to create graphics tree"
...
...
@@ -96,13 +105,6 @@ config_66(){
}
custo_once config_66
config_startx
()
{
sed
-i
"s:^
\$
{cmd}
\
jwm:#
\$
{cmd}
\
jwm:"
/home/
"
${
NEWUSER
}
"
/.xinitrc
sed
-i
"s:^#
\$
{cmd}
\
openbox-session:
\$
{cmd}
\
xfce4-session:"
/home/
"
${
NEWUSER
}
"
/.xinitrc
}
custo_once config_startx
## Configure pulseaudio
config_pulse
(){
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment