Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions desktop_config/mate_oem.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/sh

set -e -u

. "${cwd}/common_config/autologin.sh"
Expand All @@ -17,23 +16,19 @@ lightdm_setup()
setup_xinit()
{
echo "exec marco &" > "${release}/home/${live_user}/.xinitrc"
echo "exec feh --bg-fill /usr/local/share/backgrounds/ghostbsd/Lake_View.jpg &" >> "${release}/home/${live_user}/.xinitrc"
echo "exec sudo install-station" >> "${release}/home/${live_user}/.xinitrc"
# Todo update wallpaper for 26.01 also find a way to automate the wall paper
echo "exec feh --bg-fill /usr/local/share/backgrounds/ghostbsd/blue-layered-stripes.jpg &" >> "${release}/home/${live_user}/.xinitrc"
echo "exec sudo install-station-init" >> "${release}/home/${live_user}/.xinitrc"
chmod 765 "${release}/home/${live_user}/.xinitrc"
# root
echo "exec marco &" > "${release}/root/.xinitrc"
echo "exec feh --bg-fill /usr/local/share/backgrounds/ghostbsd/Lake_View.jpg &" >> "${release}/root/.xinitrc"
echo "exec feh --bg-fill /usr/local/share/backgrounds/ghostbsd/blue-layered-stripes.jpg &" >> "${release}/root/.xinitrc"
echo "exec setup-station" >> "${release}/root/.xinitrc"
}

patch_etc_files
patch_loader_conf_d

git_pc_sysinstall
git_gbi
git_install_station
git_setup_station

ghostbsd_setup_liveuser
ghostbsd_setup_autologin
lightdm_setup
Expand Down
Loading